From 36bb19ff10597c7f3eb3699987993da144c712cc Mon Sep 17 00:00:00 2001 From: Adrian Catangiu Date: Mon, 14 Aug 2023 18:40:35 +0300 Subject: [PATCH 1/3] Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#2996)" This reverts commit 9afe6a0cc4dc62760dd4dc7ecfca348989a12b81. --- client/cli/src/lib.rs | 4 ---- client/relay-chain-inprocess-interface/src/lib.rs | 7 +++---- parachain-template/node/src/command.rs | 4 ---- polkadot-parachain/src/command.rs | 4 ---- test/service/src/cli.rs | 4 ---- test/service/src/lib.rs | 1 - 6 files changed, 3 insertions(+), 21 deletions(-) diff --git a/client/cli/src/lib.rs b/client/cli/src/lib.rs index 5e5fbc3920f..60d90e0299d 100644 --- a/client/cli/src/lib.rs +++ b/client/cli/src/lib.rs @@ -394,10 +394,6 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd { self.base.disable_grandpa() } - fn disable_beefy(&self) -> sc_cli::Result { - self.base.disable_beefy() - } - fn rpc_max_connections(&self) -> sc_cli::Result { self.base.rpc_max_connections() } diff --git a/client/relay-chain-inprocess-interface/src/lib.rs b/client/relay-chain-inprocess-interface/src/lib.rs index 584d455d160..5b3ab15ed6f 100644 --- a/client/relay-chain-inprocess-interface/src/lib.rs +++ b/client/relay-chain-inprocess-interface/src/lib.rs @@ -267,7 +267,7 @@ pub fn check_block_in_chain( /// Build the Polkadot full node using the given `config`. #[sc_tracing::logging::prefix_logs_with("Relaychain")] fn build_polkadot_full_node( - mut config: Configuration, + config: Configuration, parachain_config: &Configuration, telemetry_worker_handle: Option, hwbench: Option, @@ -279,14 +279,13 @@ fn build_polkadot_full_node( (polkadot_service::IsParachainNode::FullNode, None) }; - // Disable BEEFY. It should not be required by the internal relay chain node. - config.disable_beefy = true; - let relay_chain_full_node = polkadot_service::build_full( config, polkadot_service::NewFullParams { is_parachain_node, grandpa_pause: None, + // Disable BEEFY. It should not be required by the internal relay chain node. + enable_beefy: false, jaeger_agent: None, telemetry_worker_handle, diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index 4c15de006c0..46c57aa2c67 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -408,10 +408,6 @@ impl CliConfiguration for RelayChainCli { self.base.base.disable_grandpa() } - fn disable_beefy(&self) -> Result { - self.base.base.disable_beefy() - } - fn max_runtime_instances(&self) -> Result> { self.base.base.max_runtime_instances() } diff --git a/polkadot-parachain/src/command.rs b/polkadot-parachain/src/command.rs index 4732504a88a..42ae887db6e 100644 --- a/polkadot-parachain/src/command.rs +++ b/polkadot-parachain/src/command.rs @@ -1064,10 +1064,6 @@ impl CliConfiguration for RelayChainCli { self.base.base.disable_grandpa() } - fn disable_beefy(&self) -> Result { - self.base.base.disable_beefy() - } - fn max_runtime_instances(&self) -> Result> { self.base.base.max_runtime_instances() } diff --git a/test/service/src/cli.rs b/test/service/src/cli.rs index 629a633ddb3..4c86094f81d 100644 --- a/test/service/src/cli.rs +++ b/test/service/src/cli.rs @@ -220,10 +220,6 @@ impl CliConfiguration for RelayChainCli { self.base.base.disable_grandpa() } - fn disable_beefy(&self) -> CliResult { - self.base.base.disable_beefy() - } - fn max_runtime_instances(&self) -> CliResult> { self.base.base.max_runtime_instances() } diff --git a/test/service/src/lib.rs b/test/service/src/lib.rs index 6c99763e62e..fb5cc95dafd 100644 --- a/test/service/src/lib.rs +++ b/test/service/src/lib.rs @@ -773,7 +773,6 @@ pub fn node_config( offchain_worker: OffchainWorkerConfig { enabled: true, indexing_enabled: false }, force_authoring: false, disable_grandpa: false, - disable_beefy: true, dev_key_seed: Some(key_seed), tracing_targets: None, tracing_receiver: Default::default(), From 6ac3f4f67fddc021cd6fb1934665c9c8679c0696 Mon Sep 17 00:00:00 2001 From: Adrian Catangiu Date: Tue, 15 Aug 2023 18:51:02 +0300 Subject: [PATCH 2/3] bump substrate ref --- Cargo.lock | 394 +++++++++++++++++++++++++++-------------------------- 1 file changed, 198 insertions(+), 196 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf63dae17e3..e695ee2c661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "hash-db", "log", @@ -4132,7 +4132,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", ] @@ -4155,7 +4155,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-support-procedural", @@ -4180,7 +4180,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "Inflector", "array-bytes", @@ -4228,7 +4228,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4239,7 +4239,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4256,7 +4256,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -4285,7 +4285,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-recursion", "futures", @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -4343,7 +4343,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "Inflector", "cfg-expr", @@ -4361,7 +4361,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4373,7 +4373,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro2", "quote", @@ -4383,7 +4383,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "cfg-if", "frame-support", @@ -4402,7 +4402,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4417,7 +4417,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "sp-api", @@ -4426,7 +4426,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "parity-scale-codec", @@ -6548,7 +6548,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "log", @@ -6567,7 +6567,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "anyhow", "jsonrpsee", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "frame-benchmarking", @@ -7092,7 +7092,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7110,7 +7110,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7143,7 +7143,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7158,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7174,7 +7174,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7204,7 +7204,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "aquamarine", "docify", @@ -7250,7 +7250,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7284,7 +7284,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7308,7 +7308,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7414,7 +7414,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7458,7 +7458,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7475,7 +7475,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "bitflags 1.3.2", "environmental", @@ -7505,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7518,7 +7518,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro2", "quote", @@ -7528,7 +7528,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7563,7 +7563,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7581,7 +7581,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7604,7 +7604,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7617,7 +7617,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7636,7 +7636,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "docify", "frame-benchmarking", @@ -7655,7 +7655,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "blake2", "frame-benchmarking", @@ -7673,7 +7673,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7696,7 +7696,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7712,7 +7712,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7732,7 +7732,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7749,7 +7749,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7763,7 +7763,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7780,7 +7780,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7799,7 +7799,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7816,7 +7816,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7832,7 +7832,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7849,7 +7849,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7867,7 +7867,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "pallet-nfts", @@ -7878,7 +7878,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7894,7 +7894,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7913,7 +7913,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7933,7 +7933,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7944,7 +7944,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -7961,7 +7961,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8017,7 +8017,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8050,7 +8050,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8065,7 +8065,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8102,8 +8102,9 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -8119,7 +8120,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -8140,7 +8141,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8156,7 +8157,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8174,7 +8175,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8197,7 +8198,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8208,7 +8209,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "log", "sp-arithmetic", @@ -8217,7 +8218,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "sp-api", @@ -8226,7 +8227,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8243,7 +8244,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8258,7 +8259,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8276,7 +8277,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8295,7 +8296,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-support", "frame-system", @@ -8311,7 +8312,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8327,7 +8328,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8339,7 +8340,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8356,7 +8357,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8371,7 +8372,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8387,7 +8388,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8402,7 +8403,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11475,7 +11476,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "log", "sp-core", @@ -11486,7 +11487,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -11514,7 +11515,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "futures-timer", @@ -11537,7 +11538,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11552,7 +11553,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11571,7 +11572,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11582,7 +11583,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "chrono", @@ -11621,7 +11622,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "fnv", "futures", @@ -11647,7 +11648,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "hash-db", "kvdb", @@ -11673,7 +11674,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -11698,7 +11699,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -11727,7 +11728,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "fork-tree", @@ -11763,7 +11764,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "jsonrpsee", @@ -11785,7 +11786,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "async-channel", @@ -11819,7 +11820,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "jsonrpsee", @@ -11838,7 +11839,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11851,7 +11852,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -11892,7 +11893,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "finality-grandpa", "futures", @@ -11912,7 +11913,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -11935,7 +11936,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11957,7 +11958,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11969,7 +11970,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "anyhow", "cfg-if", @@ -11986,7 +11987,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ansi_term", "futures", @@ -12002,7 +12003,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -12016,7 +12017,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "async-channel", @@ -12059,7 +12060,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-channel", "cid", @@ -12079,7 +12080,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12096,7 +12097,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ahash 0.8.2", "futures", @@ -12115,7 +12116,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "async-channel", @@ -12136,7 +12137,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "async-channel", @@ -12170,7 +12171,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "futures", @@ -12188,7 +12189,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "bytes", @@ -12222,7 +12223,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12231,7 +12232,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "jsonrpsee", @@ -12262,7 +12263,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12281,7 +12282,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "http", "jsonrpsee", @@ -12296,7 +12297,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "futures", @@ -12317,13 +12318,14 @@ dependencies = [ "sp-runtime", "sp-version", "thiserror", + "tokio", "tokio-stream", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "directories", @@ -12387,7 +12389,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "log", "parity-scale-codec", @@ -12398,7 +12400,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "clap", "fs4", @@ -12412,7 +12414,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12431,7 +12433,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "libc", @@ -12450,7 +12452,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "chrono", "futures", @@ -12469,7 +12471,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ansi_term", "atty", @@ -12498,7 +12500,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12509,7 +12511,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -12535,7 +12537,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -12551,7 +12553,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-channel", "futures", @@ -13095,7 +13097,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "hash-db", "log", @@ -13116,7 +13118,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "Inflector", "blake2", @@ -13130,7 +13132,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13143,7 +13145,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "integer-sqrt", "num-traits", @@ -13157,7 +13159,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13170,7 +13172,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "sp-api", "sp-inherents", @@ -13181,7 +13183,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "log", @@ -13199,7 +13201,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "futures", @@ -13214,7 +13216,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "parity-scale-codec", @@ -13231,7 +13233,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "parity-scale-codec", @@ -13250,7 +13252,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13269,7 +13271,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "finality-grandpa", "log", @@ -13287,7 +13289,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13299,7 +13301,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -13346,7 +13348,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "blake2b_simd", "byteorder", @@ -13359,7 +13361,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "quote", "sp-core-hashing", @@ -13369,7 +13371,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13378,7 +13380,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro2", "quote", @@ -13388,7 +13390,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "environmental", "parity-scale-codec", @@ -13399,7 +13401,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "serde_json", "sp-api", @@ -13410,7 +13412,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13424,7 +13426,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "bytes", "ed25519", @@ -13449,7 +13451,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "lazy_static", "sp-core", @@ -13460,7 +13462,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13472,7 +13474,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13481,7 +13483,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13492,7 +13494,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13510,7 +13512,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13524,7 +13526,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "sp-api", "sp-core", @@ -13534,7 +13536,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "backtrace", "lazy_static", @@ -13544,7 +13546,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "rustc-hash", "serde", @@ -13554,7 +13556,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "either", "hash256-std-hasher", @@ -13576,7 +13578,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13594,7 +13596,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "Inflector", "proc-macro-crate", @@ -13606,7 +13608,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13621,7 +13623,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13635,7 +13637,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "hash-db", "log", @@ -13656,7 +13658,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 3.2.0", @@ -13680,12 +13682,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13698,7 +13700,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "parity-scale-codec", @@ -13711,7 +13713,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "sp-std", @@ -13723,7 +13725,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "sp-api", "sp-runtime", @@ -13732,7 +13734,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "parity-scale-codec", @@ -13747,7 +13749,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13770,7 +13772,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13787,7 +13789,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13798,7 +13800,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13811,7 +13813,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "parity-scale-codec", "scale-info", @@ -13993,12 +13995,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14017,7 +14019,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "hyper", "log", @@ -14029,7 +14031,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "jsonrpsee", @@ -14042,7 +14044,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14059,7 +14061,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "array-bytes", "async-trait", @@ -14085,7 +14087,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "futures", "substrate-test-utils-derive", @@ -14095,7 +14097,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -14106,7 +14108,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "ansi_term", "build-helper", @@ -14741,7 +14743,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e8979eb6f37f8a10f87ddd6518555f9f02660b59" +source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" dependencies = [ "async-trait", "clap", From bc4c91c3ab8d72917cb5fe8584b4ff40000c323a Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Tue, 15 Aug 2023 16:06:23 +0000 Subject: [PATCH 3/3] update lockfile for {"polkadot", "substrate"} --- Cargo.lock | 528 ++++++++++++++++++++++++++--------------------------- 1 file changed, 264 insertions(+), 264 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e695ee2c661..1db3c2e85a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "hash-db", "log", @@ -4132,7 +4132,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", ] @@ -4155,7 +4155,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-support-procedural", @@ -4180,7 +4180,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "Inflector", "array-bytes", @@ -4228,7 +4228,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4239,7 +4239,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4256,7 +4256,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -4285,7 +4285,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-recursion", "futures", @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -4343,7 +4343,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "Inflector", "cfg-expr", @@ -4361,7 +4361,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4373,7 +4373,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro2", "quote", @@ -4383,7 +4383,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "cfg-if", "frame-support", @@ -4402,7 +4402,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4417,7 +4417,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "sp-api", @@ -4426,7 +4426,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "parity-scale-codec", @@ -5569,7 +5569,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "frame-benchmarking", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "polkadot-primitives", @@ -6548,7 +6548,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "log", @@ -6567,7 +6567,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "anyhow", "jsonrpsee", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "frame-benchmarking", @@ -7092,7 +7092,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7110,7 +7110,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7143,7 +7143,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7158,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7174,7 +7174,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7204,7 +7204,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "aquamarine", "docify", @@ -7250,7 +7250,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7284,7 +7284,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7308,7 +7308,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7414,7 +7414,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7458,7 +7458,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7475,7 +7475,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "bitflags 1.3.2", "environmental", @@ -7505,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7518,7 +7518,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro2", "quote", @@ -7528,7 +7528,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7563,7 +7563,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7581,7 +7581,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7604,7 +7604,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7617,7 +7617,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7636,7 +7636,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "docify", "frame-benchmarking", @@ -7655,7 +7655,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "blake2", "frame-benchmarking", @@ -7673,7 +7673,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7696,7 +7696,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7712,7 +7712,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7732,7 +7732,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7749,7 +7749,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7763,7 +7763,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7780,7 +7780,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7799,7 +7799,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7816,7 +7816,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7832,7 +7832,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7849,7 +7849,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7867,7 +7867,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "pallet-nfts", @@ -7878,7 +7878,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7894,7 +7894,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7913,7 +7913,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7933,7 +7933,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7944,7 +7944,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -7961,7 +7961,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8017,7 +8017,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8050,7 +8050,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8065,7 +8065,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8102,7 +8102,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "docify", "frame-benchmarking", @@ -8120,7 +8120,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -8141,7 +8141,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8175,7 +8175,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8198,7 +8198,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8209,7 +8209,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "log", "sp-arithmetic", @@ -8218,7 +8218,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "sp-api", @@ -8227,7 +8227,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8244,7 +8244,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8259,7 +8259,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8296,7 +8296,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-support", "frame-system", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8328,7 +8328,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8340,7 +8340,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8357,7 +8357,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8372,7 +8372,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8388,7 +8388,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8403,7 +8403,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8418,7 +8418,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8439,7 +8439,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9022,7 +9022,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "futures-timer", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "futures-timer", @@ -9055,7 +9055,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "derive_more", "fatality", @@ -9078,7 +9078,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "fatality", "futures", @@ -9099,7 +9099,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9126,7 +9126,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "always-assert", "bitvec", @@ -9148,7 +9148,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9160,7 +9160,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "derive_more", "fatality", @@ -9185,7 +9185,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9199,7 +9199,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "futures-timer", @@ -9220,7 +9220,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "always-assert", "async-trait", @@ -9243,7 +9243,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "parity-scale-codec", @@ -9261,7 +9261,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "derive_more", @@ -9290,7 +9290,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "futures", @@ -9312,7 +9312,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "fatality", @@ -9331,7 +9331,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9346,7 +9346,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "futures", @@ -9367,7 +9367,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "polkadot-node-metrics", @@ -9382,7 +9382,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "futures-timer", @@ -9399,7 +9399,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "fatality", "futures", @@ -9418,7 +9418,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "futures", @@ -9435,7 +9435,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "fatality", @@ -9452,7 +9452,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "always-assert", "futures", @@ -9483,7 +9483,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "polkadot-node-primitives", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "cpu-time", "futures", @@ -9521,7 +9521,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "cpu-time", "futures", @@ -9541,7 +9541,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "libc", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "futures", "lru 0.11.0", @@ -9579,7 +9579,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "lazy_static", "log", @@ -9597,7 +9597,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bs58 0.4.0", "futures", @@ -9616,7 +9616,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-channel", "async-trait", @@ -9639,7 +9639,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bounded-vec", "futures", @@ -9661,7 +9661,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9671,7 +9671,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "futures", @@ -9689,7 +9689,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "derive_more", @@ -9713,7 +9713,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "derive_more", @@ -9746,7 +9746,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "futures", @@ -9769,7 +9769,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bounded-collections", "derive_more", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -9886,7 +9886,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "hex-literal", @@ -9912,7 +9912,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "frame-benchmarking", @@ -10040,7 +10040,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "frame-benchmarking", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "polkadot-primitives", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bs58 0.4.0", "parity-scale-codec", @@ -10112,7 +10112,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10157,7 +10157,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "async-trait", "frame-benchmarking", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -10299,7 +10299,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10309,7 +10309,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -10337,7 +10337,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "frame-election-provider-support", @@ -10398,7 +10398,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-system", "futures", @@ -11154,7 +11154,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -11241,7 +11241,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "polkadot-primitives", @@ -11476,7 +11476,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "log", "sp-core", @@ -11487,7 +11487,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -11515,7 +11515,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "futures-timer", @@ -11538,7 +11538,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11553,7 +11553,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11572,7 +11572,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11583,7 +11583,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "chrono", @@ -11622,7 +11622,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "fnv", "futures", @@ -11648,7 +11648,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "hash-db", "kvdb", @@ -11674,7 +11674,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -11699,7 +11699,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -11728,7 +11728,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "fork-tree", @@ -11764,7 +11764,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "jsonrpsee", @@ -11786,7 +11786,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "async-channel", @@ -11820,7 +11820,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "jsonrpsee", @@ -11839,7 +11839,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11852,7 +11852,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -11893,7 +11893,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "finality-grandpa", "futures", @@ -11913,7 +11913,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -11936,7 +11936,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11958,7 +11958,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11970,7 +11970,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "anyhow", "cfg-if", @@ -11987,7 +11987,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ansi_term", "futures", @@ -12003,7 +12003,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -12017,7 +12017,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "async-channel", @@ -12060,7 +12060,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-channel", "cid", @@ -12080,7 +12080,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12097,7 +12097,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ahash 0.8.2", "futures", @@ -12116,7 +12116,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "async-channel", @@ -12137,7 +12137,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "async-channel", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "futures", @@ -12189,7 +12189,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "bytes", @@ -12223,7 +12223,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12232,7 +12232,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "jsonrpsee", @@ -12263,7 +12263,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12282,7 +12282,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "http", "jsonrpsee", @@ -12297,7 +12297,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "futures", @@ -12325,7 +12325,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "directories", @@ -12389,7 +12389,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "log", "parity-scale-codec", @@ -12400,7 +12400,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "clap", "fs4", @@ -12414,7 +12414,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12433,7 +12433,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "libc", @@ -12452,7 +12452,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "chrono", "futures", @@ -12471,7 +12471,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ansi_term", "atty", @@ -12500,7 +12500,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12511,7 +12511,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -12537,7 +12537,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -12553,7 +12553,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-channel", "futures", @@ -13011,7 +13011,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "enumn", "parity-scale-codec", @@ -13097,7 +13097,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "hash-db", "log", @@ -13118,7 +13118,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "Inflector", "blake2", @@ -13132,7 +13132,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13145,7 +13145,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "integer-sqrt", "num-traits", @@ -13159,7 +13159,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13172,7 +13172,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "sp-api", "sp-inherents", @@ -13183,7 +13183,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "log", @@ -13201,7 +13201,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "futures", @@ -13216,7 +13216,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "parity-scale-codec", @@ -13233,7 +13233,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "parity-scale-codec", @@ -13252,7 +13252,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13271,7 +13271,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "finality-grandpa", "log", @@ -13289,7 +13289,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13301,7 +13301,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -13348,7 +13348,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "blake2b_simd", "byteorder", @@ -13361,7 +13361,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "quote", "sp-core-hashing", @@ -13371,7 +13371,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13380,7 +13380,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro2", "quote", @@ -13390,7 +13390,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "environmental", "parity-scale-codec", @@ -13401,7 +13401,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "serde_json", "sp-api", @@ -13412,7 +13412,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13426,7 +13426,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "bytes", "ed25519", @@ -13451,7 +13451,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "lazy_static", "sp-core", @@ -13462,7 +13462,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13474,7 +13474,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13483,7 +13483,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13494,7 +13494,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13512,7 +13512,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13526,7 +13526,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "sp-api", "sp-core", @@ -13536,7 +13536,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "backtrace", "lazy_static", @@ -13546,7 +13546,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "rustc-hash", "serde", @@ -13556,7 +13556,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "either", "hash256-std-hasher", @@ -13578,7 +13578,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13596,7 +13596,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "Inflector", "proc-macro-crate", @@ -13608,7 +13608,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13623,7 +13623,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13637,7 +13637,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "hash-db", "log", @@ -13658,7 +13658,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 3.2.0", @@ -13682,12 +13682,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13700,7 +13700,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "parity-scale-codec", @@ -13713,7 +13713,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "sp-std", @@ -13725,7 +13725,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "sp-api", "sp-runtime", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "parity-scale-codec", @@ -13749,7 +13749,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13772,7 +13772,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13789,7 +13789,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13800,7 +13800,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13813,7 +13813,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "parity-scale-codec", "scale-info", @@ -13995,12 +13995,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14019,7 +14019,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "hyper", "log", @@ -14031,7 +14031,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "jsonrpsee", @@ -14044,7 +14044,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14061,7 +14061,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "array-bytes", "async-trait", @@ -14087,7 +14087,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "futures", "substrate-test-utils-derive", @@ -14097,7 +14097,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -14108,7 +14108,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "ansi_term", "build-helper", @@ -14227,7 +14227,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "polkadot-primitives", @@ -14601,7 +14601,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "coarsetime", "polkadot-node-jaeger", @@ -14613,7 +14613,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14743,7 +14743,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#8a2c2658a27fcf85c91c02c4f6769ceaebc53e4d" +source = "git+https://github.com/paritytech/substrate?branch=master#19971bd3eafa6394d918030f4142f85ea54404c0" dependencies = [ "async-trait", "clap", @@ -15419,7 +15419,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bitvec", "frame-benchmarking", @@ -15512,7 +15512,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "polkadot-primitives", @@ -15866,7 +15866,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "bounded-collections", "derivative", @@ -15882,7 +15882,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "frame-support", "frame-system", @@ -15937,7 +15937,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "environmental", "frame-benchmarking", @@ -15957,7 +15957,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.43" -source = "git+https://github.com/paritytech/polkadot?branch=master#e074364b08d07266aaba952004456d5af61dbc5c" +source = "git+https://github.com/paritytech/polkadot?branch=master#964330d6b50179b77204a7810e841f0b27fc47a0" dependencies = [ "Inflector", "proc-macro2",