* 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:
Roman Gafiyatullin
2022-05-06 15:09:41 +03:00
committed by GitHub
parent db0f2cd32c
commit 5051c2d920
3 changed files with 249 additions and 248 deletions
+247 -247
View File
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,
)?;
+1 -1
View File
@@ -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,