mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
* fix tests Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * update lockfile for polkadot Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+256
-234
File diff suppressed because it is too large
Load Diff
@@ -732,11 +732,16 @@ pub fn run_relay_chain_validator_node(
|
|||||||
storage_update_func: impl Fn(),
|
storage_update_func: impl Fn(),
|
||||||
boot_nodes: Vec<MultiaddrWithPeerId>,
|
boot_nodes: Vec<MultiaddrWithPeerId>,
|
||||||
) -> polkadot_test_service::PolkadotTestNode {
|
) -> polkadot_test_service::PolkadotTestNode {
|
||||||
polkadot_test_service::run_validator_node(
|
let config = polkadot_test_service::node_config(
|
||||||
|
storage_update_func,
|
||||||
tokio_handle,
|
tokio_handle,
|
||||||
key,
|
key,
|
||||||
storage_update_func,
|
|
||||||
boot_nodes,
|
boot_nodes,
|
||||||
|
true,
|
||||||
|
);
|
||||||
|
|
||||||
|
polkadot_test_service::run_validator_node(
|
||||||
|
config,
|
||||||
Some(cumulus_test_relay_validation_worker_provider::VALIDATION_WORKER.into()),
|
Some(cumulus_test_relay_validation_worker_provider::VALIDATION_WORKER.into()),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user