mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
* bind param runtime_cache_size * upgrade substrate * fix tests compilation
This commit is contained in:
Generated
+164
-163
File diff suppressed because it is too large
Load Diff
@@ -107,6 +107,7 @@ pub fn new_partial(
|
|||||||
config.wasm_method,
|
config.wasm_method,
|
||||||
config.default_heap_pages,
|
config.default_heap_pages,
|
||||||
config.max_runtime_instances,
|
config.max_runtime_instances,
|
||||||
|
config.runtime_cache_size,
|
||||||
);
|
);
|
||||||
|
|
||||||
let (client, backend, keystore_container, task_manager) =
|
let (client, backend, keystore_container, task_manager) =
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ where
|
|||||||
config.wasm_method,
|
config.wasm_method,
|
||||||
config.default_heap_pages,
|
config.default_heap_pages,
|
||||||
config.max_runtime_instances,
|
config.max_runtime_instances,
|
||||||
|
config.runtime_cache_size,
|
||||||
);
|
);
|
||||||
|
|
||||||
let (client, backend, keystore_container, task_manager) =
|
let (client, backend, keystore_container, task_manager) =
|
||||||
|
|||||||
@@ -171,6 +171,7 @@ where
|
|||||||
config.wasm_method,
|
config.wasm_method,
|
||||||
config.default_heap_pages,
|
config.default_heap_pages,
|
||||||
config.max_runtime_instances,
|
config.max_runtime_instances,
|
||||||
|
config.runtime_cache_size,
|
||||||
);
|
);
|
||||||
|
|
||||||
let (client, backend, keystore_container, task_manager) =
|
let (client, backend, keystore_container, task_manager) =
|
||||||
|
|||||||
@@ -367,6 +367,7 @@ where
|
|||||||
config.wasm_method,
|
config.wasm_method,
|
||||||
config.default_heap_pages,
|
config.default_heap_pages,
|
||||||
config.max_runtime_instances,
|
config.max_runtime_instances,
|
||||||
|
config.runtime_cache_size,
|
||||||
);
|
);
|
||||||
|
|
||||||
let (client, backend, keystore_container, task_manager) =
|
let (client, backend, keystore_container, task_manager) =
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ pub fn node_config(
|
|||||||
tracing_targets: None,
|
tracing_targets: None,
|
||||||
tracing_receiver: Default::default(),
|
tracing_receiver: Default::default(),
|
||||||
max_runtime_instances: 8,
|
max_runtime_instances: 8,
|
||||||
|
runtime_cache_size: 2,
|
||||||
announce_block: true,
|
announce_block: true,
|
||||||
base_path: Some(base_path),
|
base_path: Some(base_path),
|
||||||
informant_output_format: Default::default(),
|
informant_output_format: Default::default(),
|
||||||
|
|||||||
Reference in New Issue
Block a user