mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
* Update for new service config * Naming * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -45,7 +45,7 @@ use sc_network::{
|
||||
};
|
||||
use service::{
|
||||
config::{DatabaseConfig, KeystoreConfig, MultiaddrWithPeerId, WasmExecutionMethod},
|
||||
RpcHandlers, TaskExecutor, TaskManager,
|
||||
RpcHandlers, TaskExecutor, TaskManager, KeepBlocks, TransactionStorageMode,
|
||||
};
|
||||
use service::{BasePath, Configuration, Role};
|
||||
use sp_arithmetic::traits::SaturatedConversion;
|
||||
@@ -163,7 +163,9 @@ pub fn node_config(
|
||||
},
|
||||
state_cache_size: 16777216,
|
||||
state_cache_child_ratio: None,
|
||||
pruning: Default::default(),
|
||||
state_pruning: Default::default(),
|
||||
keep_blocks: KeepBlocks::All,
|
||||
transaction_storage: TransactionStorageMode::BlockBody,
|
||||
chain_spec: Box::new(spec),
|
||||
wasm_method: WasmExecutionMethod::Interpreted,
|
||||
wasm_runtime_overrides: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user