From 09a0538bc55278bc90ebeaf67880242319e4aa8f Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan <arkady.paronyan@gmail.com> Date: Thu, 4 May 2023 13:34:43 +0200 Subject: [PATCH] Companion for #13701 (#2423) * Set data_path * fmt * Updated substrate and polkadot --- cumulus/Cargo.lock | 534 +++++++++++---------- cumulus/parachain-template/node/src/cli.rs | 8 +- cumulus/polkadot-parachain/src/cli.rs | 8 +- cumulus/test/service/src/cli.rs | 8 +- cumulus/test/service/src/lib.rs | 3 +- 5 files changed, 297 insertions(+), 264 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 725a3675433..89a17e254ab 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "hash-db", "log", @@ -3742,7 +3742,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", ] @@ -3765,7 +3765,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-support-procedural", @@ -3790,7 +3790,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3837,7 +3837,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3848,7 +3848,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -3894,7 +3894,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-recursion", "futures", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "bitflags", "environmental", @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "Inflector", "cfg-expr", @@ -3961,7 +3961,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro2", "quote", @@ -3983,7 +3983,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "log", @@ -4001,7 +4001,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -4025,7 +4025,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "parity-scale-codec", @@ -5030,7 +5030,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "frame-benchmarking", @@ -5128,7 +5128,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -5982,7 +5982,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "log", @@ -6001,7 +6001,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "anyhow", "jsonrpsee", @@ -6500,7 +6500,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6521,7 +6521,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6554,7 +6554,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -6586,7 +6586,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -6600,7 +6600,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6624,7 +6624,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6659,7 +6659,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -6678,7 +6678,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6702,7 +6702,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6808,7 +6808,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6852,7 +6852,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6869,7 +6869,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "bitflags", "environmental", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "bitflags", "parity-scale-codec", @@ -6912,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro2", "quote", @@ -6922,7 +6922,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6939,7 +6939,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6957,7 +6957,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6980,7 +6980,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6993,7 +6993,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7011,7 +7011,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7029,7 +7029,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7052,7 +7052,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7068,7 +7068,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7088,7 +7088,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7105,7 +7105,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7119,7 +7119,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7136,7 +7136,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7153,7 +7153,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7169,7 +7169,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "pallet-nfts", @@ -7198,7 +7198,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7214,7 +7214,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7231,7 +7231,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7251,7 +7251,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7262,7 +7262,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7303,7 +7303,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7320,7 +7320,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7335,7 +7335,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7353,7 +7353,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7368,7 +7368,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7387,7 +7387,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7404,7 +7404,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7425,7 +7425,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7441,7 +7441,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7455,7 +7455,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7489,7 +7489,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "log", "sp-arithmetic", @@ -7498,7 +7498,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -7507,7 +7507,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7524,7 +7524,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7553,7 +7553,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7571,7 +7571,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7590,7 +7590,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-support", "frame-system", @@ -7606,7 +7606,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7622,7 +7622,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7634,7 +7634,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7651,7 +7651,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7666,7 +7666,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7682,7 +7682,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7697,7 +7697,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7712,7 +7712,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7733,7 +7733,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-benchmarking", "frame-support", @@ -8311,7 +8311,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "polkadot-node-jaeger", @@ -8327,7 +8327,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -8341,7 +8341,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "derive_more", "fatality", @@ -8364,7 +8364,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "fatality", "futures", @@ -8385,7 +8385,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "clap 4.2.7", "frame-benchmarking-cli", @@ -8414,7 +8414,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "frame-benchmarking", @@ -8457,7 +8457,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "always-assert", "bitvec", @@ -8479,7 +8479,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "parity-scale-codec", "scale-info", @@ -8491,7 +8491,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "derive_more", "fatality", @@ -8516,7 +8516,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8530,7 +8530,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "futures-timer", @@ -8550,7 +8550,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "always-assert", "async-trait", @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "parity-scale-codec", @@ -8591,7 +8591,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "derive_more", @@ -8620,7 +8620,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "futures", @@ -8641,7 +8641,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "fatality", @@ -8660,7 +8660,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8675,7 +8675,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "futures", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "polkadot-node-metrics", @@ -8710,7 +8710,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "futures-timer", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "fatality", "futures", @@ -8746,7 +8746,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "futures", @@ -8763,7 +8763,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "fatality", @@ -8781,7 +8781,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "always-assert", "futures", @@ -8808,7 +8808,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "polkadot-node-primitives", @@ -8824,7 +8824,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-worker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "assert_matches", "cpu-time", @@ -8853,7 +8853,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "futures", "lru 0.9.0", @@ -8868,7 +8868,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "lazy_static", "log", @@ -8886,7 +8886,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bs58", "futures", @@ -8905,7 +8905,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "derive_more", @@ -8927,7 +8927,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bounded-vec", "futures", @@ -8949,7 +8949,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8959,7 +8959,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "futures", @@ -8977,7 +8977,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "derive_more", @@ -9000,7 +9000,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "derive_more", @@ -9033,7 +9033,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "futures", @@ -9056,7 +9056,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bounded-collections", "derive_more", @@ -9154,7 +9154,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -9172,7 +9172,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9198,7 +9198,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9230,7 +9230,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "frame-benchmarking", @@ -9324,7 +9324,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "frame-benchmarking", @@ -9370,7 +9370,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bs58", "parity-scale-codec", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitflags", "bitvec", @@ -9440,7 +9440,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9550,7 +9550,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9571,7 +9571,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9581,7 +9581,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9667,7 +9667,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-benchmarking", "frame-system", @@ -10434,7 +10434,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10520,7 +10520,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -10767,7 +10767,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "log", "sp-core", @@ -10778,7 +10778,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -10806,7 +10806,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "futures-timer", @@ -10829,7 +10829,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10844,7 +10844,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10863,7 +10863,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10874,7 +10874,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10914,7 +10914,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "fnv", "futures", @@ -10933,6 +10933,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", + "sp-statement-store", "sp-storage", "substrate-prometheus-endpoint", ] @@ -10940,7 +10941,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "hash-db", "kvdb", @@ -10966,7 +10967,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -10991,7 +10992,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -11020,7 +11021,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "fork-tree", @@ -11056,7 +11057,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "jsonrpsee", @@ -11078,7 +11079,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11113,7 +11114,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "jsonrpsee", @@ -11132,7 +11133,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11145,7 +11146,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11185,7 +11186,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "finality-grandpa", "futures", @@ -11205,7 +11206,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -11228,7 +11229,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11252,7 +11253,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11265,7 +11266,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "log", "sc-allocator", @@ -11278,7 +11279,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "anyhow", "cfg-if", @@ -11296,7 +11297,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ansi_term", "futures", @@ -11312,7 +11313,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11327,7 +11328,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11372,7 +11373,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "cid", "futures", @@ -11392,7 +11393,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11420,7 +11421,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ahash 0.8.2", "futures", @@ -11439,7 +11440,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11461,7 +11462,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11495,7 +11496,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11515,7 +11516,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11546,7 +11547,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "libp2p", @@ -11559,7 +11560,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11568,7 +11569,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "jsonrpsee", @@ -11591,6 +11592,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-session", + "sp-statement-store", "sp-version", "tokio", ] @@ -11598,7 +11600,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11617,7 +11619,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "http", "jsonrpsee", @@ -11632,7 +11634,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11658,7 +11660,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "directories", @@ -11724,7 +11726,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "log", "parity-scale-codec", @@ -11735,7 +11737,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "clap 4.2.7", "fs4", @@ -11751,7 +11753,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11770,7 +11772,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "libc", @@ -11789,7 +11791,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "chrono", "futures", @@ -11808,7 +11810,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ansi_term", "atty", @@ -11839,7 +11841,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11850,7 +11852,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -11877,7 +11879,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -11891,7 +11893,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-channel", "futures", @@ -12372,7 +12374,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "enumn", "parity-scale-codec", @@ -12449,7 +12451,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "hash-db", "log", @@ -12469,7 +12471,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "Inflector", "blake2", @@ -12483,7 +12485,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12496,7 +12498,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "integer-sqrt", "num-traits", @@ -12510,7 +12512,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12523,7 +12525,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "sp-api", @@ -12535,7 +12537,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "log", @@ -12553,7 +12555,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures", @@ -12568,7 +12570,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "parity-scale-codec", @@ -12586,7 +12588,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "parity-scale-codec", @@ -12607,7 +12609,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12626,7 +12628,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "finality-grandpa", "log", @@ -12644,7 +12646,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12656,7 +12658,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12700,7 +12702,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "blake2b_simd", "byteorder", @@ -12714,7 +12716,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro2", "quote", @@ -12725,7 +12727,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12734,7 +12736,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro2", "quote", @@ -12744,7 +12746,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "environmental", "parity-scale-codec", @@ -12755,7 +12757,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12770,7 +12772,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "bytes", "ed25519", @@ -12796,7 +12798,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "lazy_static", "sp-core", @@ -12807,7 +12809,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "parity-scale-codec", @@ -12821,7 +12823,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -12830,7 +12832,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12841,7 +12843,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12859,7 +12861,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12873,7 +12875,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "sp-api", "sp-core", @@ -12883,7 +12885,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "backtrace", "lazy_static", @@ -12893,7 +12895,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "rustc-hash", "serde", @@ -12903,7 +12905,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "either", "hash256-std-hasher", @@ -12925,7 +12927,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12943,7 +12945,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "Inflector", "proc-macro-crate", @@ -12955,7 +12957,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "serde", "serde_json", @@ -12964,7 +12966,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12978,7 +12980,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12991,7 +12993,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "hash-db", "log", @@ -13008,15 +13010,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "sp-statement-store" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "thiserror", +] + [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13029,7 +13049,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "futures-timer", @@ -13044,7 +13064,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "sp-std", @@ -13056,7 +13076,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "sp-api", "sp-runtime", @@ -13065,7 +13085,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "log", @@ -13081,7 +13101,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13104,7 +13124,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13121,7 +13141,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13132,7 +13152,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13146,7 +13166,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13470,7 +13490,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "platforms 2.0.0", ] @@ -13478,7 +13498,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13497,7 +13517,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "hyper", "log", @@ -13509,7 +13529,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "jsonrpsee", @@ -13522,7 +13542,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "jsonrpsee", "log", @@ -13541,7 +13561,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13567,7 +13587,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "futures", "substrate-test-utils-derive", @@ -13577,7 +13597,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -13588,7 +13608,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "ansi_term", "build-helper", @@ -13715,7 +13735,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -14101,7 +14121,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14112,7 +14132,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14242,7 +14262,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#71d749c74e43c7a840c94fcbbdd2b0172a21d473" +source = "git+https://github.com/paritytech/substrate?branch=master#82f783d902a11e4bf05a02acd07a70ba6d834d8c" dependencies = [ "async-trait", "clap 4.2.7", @@ -15176,7 +15196,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bitvec", "frame-benchmarking", @@ -15268,7 +15288,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -15770,7 +15790,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "bounded-collections", "derivative", @@ -15786,7 +15806,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "frame-support", "frame-system", @@ -15807,7 +15827,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "environmental", "frame-benchmarking", @@ -15827,7 +15847,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#9b48a891c0ef8a93d0c154e744e80f4a62dd284d" +source = "git+https://github.com/paritytech/polkadot?branch=master#400b5a5c85e377edd454c854f722346e5d606b0f" dependencies = [ "Inflector", "proc-macro2", diff --git a/cumulus/parachain-template/node/src/cli.rs b/cumulus/parachain-template/node/src/cli.rs index 2e64a53e96a..b72579c86b9 100644 --- a/cumulus/parachain-template/node/src/cli.rs +++ b/cumulus/parachain-template/node/src/cli.rs @@ -105,7 +105,11 @@ impl RelayChainCli { ) -> Self { let extension = crate::chain_spec::Extensions::try_get(&*para_config.chain_spec); let chain_id = extension.map(|e| e.relay_chain.clone()); - let base_path = para_config.base_path.as_ref().map(|x| x.path().join("polkadot")); - Self { base_path, chain_id, base: clap::Parser::parse_from(relay_chain_args) } + let base_path = para_config.base_path.path().join("polkadot"); + Self { + base_path: Some(base_path), + chain_id, + base: clap::Parser::parse_from(relay_chain_args), + } } } diff --git a/cumulus/polkadot-parachain/src/cli.rs b/cumulus/polkadot-parachain/src/cli.rs index 682911abf75..790951fb3b1 100644 --- a/cumulus/polkadot-parachain/src/cli.rs +++ b/cumulus/polkadot-parachain/src/cli.rs @@ -122,7 +122,11 @@ impl RelayChainCli { ) -> Self { let extension = crate::chain_spec::Extensions::try_get(&*para_config.chain_spec); let chain_id = extension.map(|e| e.relay_chain.clone()); - let base_path = para_config.base_path.as_ref().map(|x| x.path().join("polkadot")); - Self { base_path, chain_id, base: clap::Parser::parse_from(relay_chain_args) } + let base_path = para_config.base_path.path().join("polkadot"); + Self { + base_path: Some(base_path), + chain_id, + base: clap::Parser::parse_from(relay_chain_args), + } } } diff --git a/cumulus/test/service/src/cli.rs b/cumulus/test/service/src/cli.rs index 6b46d9ccf50..0b7084e1abd 100644 --- a/cumulus/test/service/src/cli.rs +++ b/cumulus/test/service/src/cli.rs @@ -117,8 +117,12 @@ impl RelayChainCli { para_config: &sc_service::Configuration, relay_chain_args: impl Iterator<Item = &'a String>, ) -> Self { - let base_path = para_config.base_path.as_ref().map(|x| x.path().join("polkadot")); - Self { base_path, chain_id: None, base: clap::Parser::parse_from(relay_chain_args) } + let base_path = para_config.base_path.path().join("polkadot"); + Self { + base_path: Some(base_path), + chain_id: None, + base: clap::Parser::parse_from(relay_chain_args), + } } } diff --git a/cumulus/test/service/src/lib.rs b/cumulus/test/service/src/lib.rs index 58ef651bd47..662f04487aa 100644 --- a/cumulus/test/service/src/lib.rs +++ b/cumulus/test/service/src/lib.rs @@ -764,7 +764,8 @@ pub fn node_config( tracing_receiver: Default::default(), max_runtime_instances: 8, announce_block: true, - base_path: Some(base_path), + data_path: root, + base_path, informant_output_format: Default::default(), wasm_runtime_overrides: None, runtime_cache_size: 2, -- GitLab