mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
A companion PR to the https://github.com/paritytech/substrate/pull/10995 (#1162)
* Substrate API change: https://github.com/paritytech/substrate/issues/8103 * fix fallout of https://github.com/paritytech/polkadot/pull/5454 * update lockfile for {"polkadot"} Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
db0f2cd32c
commit
5051c2d920
Generated
+247
-247
File diff suppressed because it is too large
Load Diff
@@ -349,6 +349,7 @@ fn build_polkadot_full_node(
|
||||
telemetry_worker_handle,
|
||||
true,
|
||||
polkadot_service::RealOverseerGen,
|
||||
None,
|
||||
hwbench,
|
||||
)?;
|
||||
|
||||
|
||||
@@ -656,7 +656,7 @@ pub fn node_config(
|
||||
database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 },
|
||||
state_cache_size: 67108864,
|
||||
state_cache_child_ratio: None,
|
||||
state_pruning: PruningMode::ArchiveAll,
|
||||
state_pruning: Some(PruningMode::ArchiveAll),
|
||||
keep_blocks: KeepBlocks::All,
|
||||
chain_spec: spec,
|
||||
wasm_method: WasmExecutionMethod::Interpreted,
|
||||
|
||||
Reference in New Issue
Block a user