Skip to content
Snippets Groups Projects
Commit 5051c2d9 authored by Roman Gafiyatullin's avatar Roman Gafiyatullin Committed by GitHub
Browse files

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: default avatarBernhard Schuster <bernhard@ahoi.io>
Co-authored-by: parity-processbot <>
parent db0f2cd3
No related merge requests found
This diff is collapsed.
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment