mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Companion PR for storage changes (#949)
* Update for latests substrate & polkadot * update substrate & polkadot
This commit is contained in:
Generated
+384
-293
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ use sc_network::{config::TransportConfig, multiaddr, NetworkService};
|
|||||||
use sc_service::{
|
use sc_service::{
|
||||||
config::{
|
config::{
|
||||||
DatabaseSource, KeepBlocks, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration,
|
DatabaseSource, KeepBlocks, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration,
|
||||||
OffchainWorkerConfig, PruningMode, TransactionStorageMode, WasmExecutionMethod,
|
OffchainWorkerConfig, PruningMode, WasmExecutionMethod,
|
||||||
},
|
},
|
||||||
BasePath, ChainSpec, Configuration, Error as ServiceError, PartialComponents, Role,
|
BasePath, ChainSpec, Configuration, Error as ServiceError, PartialComponents, Role,
|
||||||
RpcHandlers, TFullBackend, TFullClient, TaskManager,
|
RpcHandlers, TFullBackend, TFullClient, TaskManager,
|
||||||
@@ -658,7 +658,6 @@ pub fn node_config(
|
|||||||
state_cache_child_ratio: None,
|
state_cache_child_ratio: None,
|
||||||
state_pruning: PruningMode::ArchiveAll,
|
state_pruning: PruningMode::ArchiveAll,
|
||||||
keep_blocks: KeepBlocks::All,
|
keep_blocks: KeepBlocks::All,
|
||||||
transaction_storage: TransactionStorageMode::BlockBody,
|
|
||||||
chain_spec: spec,
|
chain_spec: spec,
|
||||||
wasm_method: WasmExecutionMethod::Interpreted,
|
wasm_method: WasmExecutionMethod::Interpreted,
|
||||||
// NOTE: we enforce the use of the native runtime to make the errors more debuggable
|
// NOTE: we enforce the use of the native runtime to make the errors more debuggable
|
||||||
|
|||||||
Reference in New Issue
Block a user