From 4cfa38dce5d4864dda1881f7a07e3e2da0fb8e79 Mon Sep 17 00:00:00 2001 From: alexgparity <115470171+alexgparity@users.noreply.github.com> Date: Sat, 3 Dec 2022 21:07:15 +0100 Subject: [PATCH] Provisioner polkadot companion (#1940) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Provisioner companion changes * update substrate commit hash * Update Substrate & Polkadot Co-authored-by: Bastian Köcher --- Cargo.lock | 511 +++++++++--------- client/consensus/aura/src/lib.rs | 23 +- .../consensus/relay-chain/src/import_queue.rs | 6 +- client/consensus/relay-chain/src/lib.rs | 1 + .../parachain-inherent/src/client_side.rs | 2 +- primitives/parachain-inherent/src/mock.rs | 2 +- 6 files changed, 269 insertions(+), 276 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed40068be22..841293ceb51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "beefy-primitives", "sp-api", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -2971,7 +2971,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", ] @@ -2994,7 +2994,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3069,7 +3069,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3080,7 +3080,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3096,7 +3096,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -3125,7 +3125,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "bitflags", "frame-metadata", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "Inflector", "cfg-expr", @@ -3171,7 +3171,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3183,7 +3183,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro2", "quote", @@ -3193,7 +3193,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "log", @@ -3211,7 +3211,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "sp-api", @@ -3235,7 +3235,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "parity-scale-codec", @@ -4133,7 +4133,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-primitives", "bitvec", @@ -4230,7 +4230,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "polkadot-primitives", @@ -4978,7 +4978,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "beefy-primitives", "futures", @@ -4998,7 +4998,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "anyhow", "jsonrpsee", @@ -5449,7 +5449,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5470,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5488,7 +5488,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -5518,7 +5518,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -5534,7 +5534,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -5549,7 +5549,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5593,7 +5593,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5608,7 +5608,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "beefy-primitives", "frame-support", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -5647,7 +5647,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5665,7 +5665,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5726,7 +5726,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "bitflags", "frame-benchmarking", @@ -5755,7 +5755,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "bitflags", "parity-scale-codec", @@ -5767,7 +5767,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro2", "quote", @@ -5777,7 +5777,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5812,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5836,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5849,7 +5849,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5867,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5885,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5900,7 +5900,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5939,7 +5939,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5959,7 +5959,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5976,7 +5976,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -5993,7 +5993,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6010,7 +6010,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6026,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "sp-api", @@ -6073,7 +6073,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6090,7 +6090,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6113,7 +6113,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6130,7 +6130,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6145,7 +6145,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6159,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6177,7 +6177,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6192,7 +6192,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6210,7 +6210,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6263,7 +6263,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6277,7 +6277,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6300,7 +6300,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6311,7 +6311,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "sp-arithmetic", @@ -6320,7 +6320,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6337,7 +6337,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6384,7 +6384,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-support", "frame-system", @@ -6419,7 +6419,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6435,7 +6435,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6447,7 +6447,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6464,7 +6464,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6479,7 +6479,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6495,7 +6495,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6510,7 +6510,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-benchmarking", "frame-support", @@ -6525,7 +6525,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "frame-system", @@ -6543,7 +6543,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7087,7 +7087,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7102,7 +7102,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7116,7 +7116,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "derive_more", "fatality", @@ -7139,7 +7139,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "fatality", "futures", @@ -7160,7 +7160,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "clap 4.0.29", "frame-benchmarking-cli", @@ -7186,13 +7186,15 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ + "async-trait", "beefy-primitives", "frame-benchmarking", "frame-benchmarking-cli", "frame-system", "frame-system-rpc-runtime-api", + "futures", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "polkadot-core-primitives", @@ -7227,7 +7229,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "always-assert", "bitvec", @@ -7249,7 +7251,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7262,7 +7264,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "derive_more", "fatality", @@ -7287,7 +7289,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7301,7 +7303,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "futures-timer", @@ -7321,7 +7323,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "always-assert", "async-trait", @@ -7345,7 +7347,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "parity-scale-codec", @@ -7363,7 +7365,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitvec", "derive_more", @@ -7392,7 +7394,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitvec", "futures", @@ -7412,7 +7414,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitvec", "fatality", @@ -7431,7 +7433,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7446,7 +7448,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "futures", @@ -7465,7 +7467,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7480,7 +7482,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "futures-timer", @@ -7497,7 +7499,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "fatality", "futures", @@ -7516,12 +7518,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", + "polkadot-overseer", "polkadot-primitives", "sp-blockchain", "sp-inherents", @@ -7533,7 +7536,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitvec", "fatality", @@ -7551,7 +7554,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "always-assert", "assert_matches", @@ -7584,7 +7587,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "polkadot-node-primitives", @@ -7600,7 +7603,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "futures", "lru", @@ -7615,7 +7618,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-std", "lazy_static", @@ -7633,7 +7636,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bs58", "futures", @@ -7652,7 +7655,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "derive_more", @@ -7675,7 +7678,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bounded-vec", "futures", @@ -7697,7 +7700,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7707,7 +7710,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "futures", @@ -7725,7 +7728,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "derive_more", @@ -7748,7 +7751,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "derive_more", @@ -7781,7 +7784,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "futures", @@ -7804,7 +7807,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "derive_more", "frame-support", @@ -7905,7 +7908,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7920,7 +7923,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitvec", "hex-literal", @@ -7947,7 +7950,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7979,7 +7982,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-primitives", "bitvec", @@ -8068,7 +8071,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-primitives", "bitvec", @@ -8116,7 +8119,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "polkadot-primitives", @@ -8128,7 +8131,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bs58", "parity-scale-codec", @@ -8140,7 +8143,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "bitflags", "bitvec", @@ -8183,7 +8186,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "async-trait", "beefy-gadget", @@ -8290,7 +8293,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8311,7 +8314,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8321,7 +8324,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8346,7 +8349,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-primitives", "bitvec", @@ -8407,7 +8410,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-benchmarking", "frame-system", @@ -8986,7 +8989,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "env_logger 0.9.0", "log", @@ -9106,7 +9109,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9191,7 +9194,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "polkadot-primitives", @@ -9366,7 +9369,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "sp-core", @@ -9377,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -9404,7 +9407,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "futures-timer", @@ -9427,7 +9430,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9443,7 +9446,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -9460,7 +9463,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9471,7 +9474,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -9511,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "fnv", "futures", @@ -9539,7 +9542,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "hash-db", "kvdb", @@ -9564,7 +9567,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -9588,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -9617,7 +9620,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "fork-tree", @@ -9658,7 +9661,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "jsonrpsee", @@ -9680,7 +9683,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9693,7 +9696,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -9717,7 +9720,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "lazy_static", "lru", @@ -9743,7 +9746,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "environmental", "parity-scale-codec", @@ -9759,7 +9762,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "parity-scale-codec", @@ -9774,7 +9777,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "cfg-if", "libc", @@ -9794,7 +9797,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ahash", "array-bytes 4.2.0", @@ -9835,7 +9838,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "finality-grandpa", "futures", @@ -9856,7 +9859,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ansi_term", "futures", @@ -9873,7 +9876,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9888,7 +9891,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9935,7 +9938,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "cid", "futures", @@ -9955,7 +9958,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "bitflags", @@ -9981,7 +9984,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ahash", "futures", @@ -9999,7 +10002,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10020,7 +10023,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10051,7 +10054,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10070,7 +10073,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10100,7 +10103,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "libp2p", @@ -10113,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10122,7 +10125,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "hash-db", @@ -10152,7 +10155,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "jsonrpsee", @@ -10175,7 +10178,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "jsonrpsee", @@ -10188,7 +10191,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "hex", @@ -10207,7 +10210,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "directories", @@ -10278,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "parity-scale-codec", @@ -10292,7 +10295,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10311,7 +10314,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "libc", @@ -10330,7 +10333,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "chrono", "futures", @@ -10348,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ansi_term", "atty", @@ -10379,7 +10382,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10390,7 +10393,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -10417,7 +10420,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -10431,7 +10434,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "futures-timer", @@ -10856,7 +10859,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "enumn", "parity-scale-codec", @@ -10932,7 +10935,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "hash-db", "log", @@ -10950,7 +10953,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "blake2", "proc-macro-crate", @@ -10962,7 +10965,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -10975,7 +10978,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "integer-sqrt", "num-traits", @@ -10990,7 +10993,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11003,7 +11006,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "parity-scale-codec", @@ -11015,7 +11018,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "sp-api", @@ -11027,7 +11030,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "log", @@ -11045,7 +11048,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -11064,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "parity-scale-codec", @@ -11082,7 +11085,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "merlin", @@ -11105,7 +11108,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11119,7 +11122,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11132,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11177,7 +11180,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "blake2", "byteorder", @@ -11191,7 +11194,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro2", "quote", @@ -11202,7 +11205,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11211,7 +11214,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro2", "quote", @@ -11221,7 +11224,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "environmental", "parity-scale-codec", @@ -11232,7 +11235,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "finality-grandpa", "log", @@ -11250,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11264,7 +11267,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "bytes", "ed25519-dalek", @@ -11291,7 +11294,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "lazy_static", "sp-core", @@ -11302,7 +11305,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures", @@ -11319,7 +11322,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "thiserror", "zstd", @@ -11328,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11346,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11360,7 +11363,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "sp-api", "sp-core", @@ -11370,7 +11373,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "backtrace", "lazy_static", @@ -11380,7 +11383,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "rustc-hash", "serde", @@ -11390,7 +11393,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "either", "hash256-std-hasher", @@ -11413,7 +11416,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11431,7 +11434,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "Inflector", "proc-macro-crate", @@ -11443,7 +11446,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "log", "parity-scale-codec", @@ -11457,7 +11460,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "serde", "serde_json", @@ -11466,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11480,7 +11483,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "scale-info", @@ -11491,7 +11494,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "hash-db", "log", @@ -11513,12 +11516,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11531,7 +11534,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "futures-timer", @@ -11547,7 +11550,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "sp-std", @@ -11559,7 +11562,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "sp-api", "sp-runtime", @@ -11568,7 +11571,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "log", @@ -11584,7 +11587,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ahash", "hash-db", @@ -11607,7 +11610,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11624,7 +11627,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11635,7 +11638,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "impl-trait-for-tuples", "log", @@ -11648,7 +11651,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11951,7 +11954,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "platforms", ] @@ -11959,7 +11962,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11980,7 +11983,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures-util", "hyper", @@ -11993,7 +11996,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "async-trait", "jsonrpsee", @@ -12006,7 +12009,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "jsonrpsee", "log", @@ -12027,7 +12030,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12053,7 +12056,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12063,7 +12066,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12074,7 +12077,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "ansi_term", "build-helper", @@ -12182,7 +12185,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "polkadot-primitives", @@ -12462,7 +12465,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12473,7 +12476,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12600,7 +12603,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" +source = "git+https://github.com/paritytech/substrate?branch=master#9812205cb216f9c3598d733f63c0f882136b8004" dependencies = [ "clap 4.0.29", "frame-try-runtime", @@ -13257,7 +13260,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "beefy-primitives", "bitvec", @@ -13347,7 +13350,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "polkadot-primitives", @@ -13687,7 +13690,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13701,7 +13704,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-support", "frame-system", @@ -13721,7 +13724,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "frame-benchmarking", "frame-support", @@ -13739,7 +13742,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#6343ae77745191512c54bec885c41890f9bcab6f" +source = "git+https://github.com/paritytech/polkadot?branch=master#acd91768bee273fa8d9f26594712d2ba85720b7d" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/consensus/aura/src/lib.rs b/client/consensus/aura/src/lib.rs index abc6873cd0d..93b475f6c74 100644 --- a/client/consensus/aura/src/lib.rs +++ b/client/consensus/aura/src/lib.rs @@ -39,7 +39,7 @@ use sp_blockchain::HeaderBackend; use sp_consensus::{EnableProofRecording, Environment, ProofRecording, Proposer, SyncOracle}; use sp_consensus_aura::{AuraApi, SlotDuration}; use sp_core::crypto::Pair; -use sp_inherents::{CreateInherentDataProviders, InherentData, InherentDataProvider}; +use sp_inherents::CreateInherentDataProviders; use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Member, NumberFor}; use std::{convert::TryFrom, hash::Hash, marker::PhantomData, sync::Arc}; @@ -170,9 +170,8 @@ where parent: B::Hash, validation_data: &PersistedValidationData, relay_parent: PHash, - ) -> Option<(InherentData, CIDP::InherentDataProviders)> { - let inherent_data_providers = self - .create_inherent_data_providers + ) -> Option { + self.create_inherent_data_providers .create_inherent_data_providers(parent, (relay_parent, validation_data.clone())) .await .map_err(|e| { @@ -182,19 +181,7 @@ where "Failed to create inherent data providers.", ) }) - .ok()?; - - inherent_data_providers - .create_inherent_data() - .map_err(|e| { - tracing::error!( - target: LOG_TARGET, - error = ?e, - "Failed to create inherent data.", - ) - }) .ok() - .map(|d| (d, inherent_data_providers)) } } @@ -213,12 +200,12 @@ where relay_parent: PHash, validation_data: &PersistedValidationData, ) -> Option> { - let (inherent_data, inherent_data_providers) = + let inherent_data_providers = self.inherent_data(parent.hash(), validation_data, relay_parent).await?; let info = SlotInfo::new( inherent_data_providers.slot(), - inherent_data, + Box::new(inherent_data_providers), self.slot_duration.as_duration(), parent.clone(), // Set the block limit to 50% of the maximum PoV size. diff --git a/client/consensus/relay-chain/src/import_queue.rs b/client/consensus/relay-chain/src/import_queue.rs index e5a31e600b6..0460ab8d582 100644 --- a/client/consensus/relay-chain/src/import_queue.rs +++ b/client/consensus/relay-chain/src/import_queue.rs @@ -65,8 +65,10 @@ where .await .map_err(|e| e.to_string())?; - let inherent_data = - inherent_data_providers.create_inherent_data().map_err(|e| format!("{:?}", e))?; + let inherent_data = inherent_data_providers + .create_inherent_data() + .await + .map_err(|e| format!("{:?}", e))?; let block = Block::new(block_params.header.clone(), inner_body); diff --git a/client/consensus/relay-chain/src/lib.rs b/client/consensus/relay-chain/src/lib.rs index decef373977..efcdc1e4c3b 100644 --- a/client/consensus/relay-chain/src/lib.rs +++ b/client/consensus/relay-chain/src/lib.rs @@ -125,6 +125,7 @@ where inherent_data_providers .create_inherent_data() + .await .map_err(|e| { tracing::error!( target: LOG_TARGET, diff --git a/primitives/parachain-inherent/src/client_side.rs b/primitives/parachain-inherent/src/client_side.rs index 000094f0709..90234341100 100644 --- a/primitives/parachain-inherent/src/client_side.rs +++ b/primitives/parachain-inherent/src/client_side.rs @@ -174,7 +174,7 @@ impl ParachainInherentData { #[async_trait::async_trait] impl sp_inherents::InherentDataProvider for ParachainInherentData { - fn provide_inherent_data( + async fn provide_inherent_data( &self, inherent_data: &mut sp_inherents::InherentData, ) -> Result<(), sp_inherents::Error> { diff --git a/primitives/parachain-inherent/src/mock.rs b/primitives/parachain-inherent/src/mock.rs index 963be809e4d..a26ee114ef7 100644 --- a/primitives/parachain-inherent/src/mock.rs +++ b/primitives/parachain-inherent/src/mock.rs @@ -151,7 +151,7 @@ impl MockXcmConfig { impl> InherentDataProvider for MockValidationDataInherentDataProvider { - fn provide_inherent_data( + async fn provide_inherent_data( &self, inherent_data: &mut InherentData, ) -> Result<(), sp_inherents::Error> {