mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Companion PR for storage changes (#4837)
* Update for latests substrate * update substrate
This commit is contained in:
Generated
+162
-162
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@ use sc_network::{
|
|||||||
};
|
};
|
||||||
use sc_service::{
|
use sc_service::{
|
||||||
config::{DatabaseSource, KeystoreConfig, MultiaddrWithPeerId, WasmExecutionMethod},
|
config::{DatabaseSource, KeystoreConfig, MultiaddrWithPeerId, WasmExecutionMethod},
|
||||||
BasePath, Configuration, KeepBlocks, Role, RpcHandlers, TaskManager, TransactionStorageMode,
|
BasePath, Configuration, KeepBlocks, Role, RpcHandlers, TaskManager,
|
||||||
};
|
};
|
||||||
use sp_arithmetic::traits::SaturatedConversion;
|
use sp_arithmetic::traits::SaturatedConversion;
|
||||||
use sp_blockchain::HeaderBackend;
|
use sp_blockchain::HeaderBackend;
|
||||||
@@ -173,7 +173,6 @@ pub fn node_config(
|
|||||||
state_cache_child_ratio: None,
|
state_cache_child_ratio: None,
|
||||||
state_pruning: Default::default(),
|
state_pruning: Default::default(),
|
||||||
keep_blocks: KeepBlocks::All,
|
keep_blocks: KeepBlocks::All,
|
||||||
transaction_storage: TransactionStorageMode::BlockBody,
|
|
||||||
chain_spec: Box::new(spec),
|
chain_spec: Box::new(spec),
|
||||||
wasm_method: WasmExecutionMethod::Compiled,
|
wasm_method: WasmExecutionMethod::Compiled,
|
||||||
wasm_runtime_overrides: Default::default(),
|
wasm_runtime_overrides: Default::default(),
|
||||||
|
|||||||
Reference in New Issue
Block a user