From 95ef5b235a6f6a5fff624f4ac85a32708dbad09d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 5 Aug 2021 19:08:29 +0200 Subject: [PATCH 1/5] support for XCM v1 --- Cargo.lock | 322 ++++++++++---------- pallets/dmp-queue/src/lib.rs | 6 +- pallets/xcm/src/lib.rs | 2 +- pallets/xcmp-queue/src/lib.rs | 21 +- polkadot-parachains/pallets/ping/src/lib.rs | 2 +- polkadot-parachains/rococo/src/lib.rs | 6 +- polkadot-parachains/shell/src/lib.rs | 2 +- polkadot-parachains/statemine/src/lib.rs | 15 +- polkadot-parachains/statemint/src/lib.rs | 15 +- polkadot-parachains/westmint/src/lib.rs | 15 +- primitives/utility/src/lib.rs | 12 +- 11 files changed, 215 insertions(+), 203 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb37834c2e..7accf92b906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2605,7 +2605,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", ] @@ -2623,7 +2623,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "Inflector", "chrono", @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -2696,7 +2696,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "serde", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "bitflags", "frame-metadata", @@ -2733,7 +2733,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2745,7 +2745,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2784,7 +2784,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -2798,7 +2798,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-api", @@ -2807,7 +2807,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "parity-scale-codec", @@ -5104,7 +5104,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-system", "parity-scale-codec", @@ -5272,7 +5272,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5285,7 +5285,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5316,7 +5316,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5330,7 +5330,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5408,7 +5408,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5504,7 +5504,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5520,7 +5520,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5535,7 +5535,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5556,7 +5556,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5609,7 +5609,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5643,7 +5643,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5659,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5674,7 +5674,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5707,7 +5707,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5753,7 +5753,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5769,7 +5769,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5806,7 +5806,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5819,7 +5819,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "enumflags2", "frame-support", @@ -5833,7 +5833,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5921,7 +5921,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "sp-arithmetic", @@ -5941,7 +5941,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5972,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-support", "frame-system", @@ -6003,7 +6003,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -6047,7 +6047,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-benchmarking", "frame-support", @@ -6076,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8532,7 +8532,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "env_logger 0.8.3", "hex", @@ -8884,7 +8884,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "sp-core", @@ -8895,7 +8895,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8947,7 +8947,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8963,19 +8963,15 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "sc-chain-spec-derive", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-finality-grandpa", "sc-network", "sc-telemetry", "serde", "serde_json", - "sp-consensus-babe", "sp-core", "sp-runtime", ] @@ -8983,7 +8979,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -8994,7 +8990,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "chrono", "fdlimit", @@ -9032,7 +9028,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "fnv", @@ -9066,7 +9062,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "blake2-rfc", "hash-db", @@ -9095,7 +9091,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "futures 0.3.16", @@ -9120,7 +9116,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9152,7 +9148,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9199,7 +9195,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9223,7 +9219,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9236,7 +9232,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "futures 0.3.16", @@ -9265,7 +9261,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "sc-client-api", "sp-authorship", @@ -9276,7 +9272,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "lazy_static", @@ -9305,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -9322,7 +9318,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "parity-scale-codec", @@ -9337,7 +9333,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9357,7 +9353,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9398,7 +9394,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "finality-grandpa", @@ -9422,7 +9418,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -9440,7 +9436,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9460,7 +9456,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "hash-db", "lazy_static", @@ -9479,7 +9475,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-std", "async-trait", @@ -9534,7 +9530,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -9551,7 +9547,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "bytes 0.5.6", "fnv", @@ -9579,7 +9575,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "libp2p", @@ -9592,7 +9588,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9601,7 +9597,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "hash-db", @@ -9636,7 +9632,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9661,7 +9657,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -9679,7 +9675,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "directories", @@ -9747,7 +9743,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "parity-scale-codec", @@ -9762,17 +9758,19 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", + "parity-scale-codec", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", "sc-finality-grandpa", "sc-rpc-api", + "serde", "serde_json", "sp-blockchain", "sp-runtime", @@ -9782,7 +9780,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "chrono", "futures 0.3.16", @@ -9802,7 +9800,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9839,7 +9837,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -9850,7 +9848,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9879,7 +9877,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -10376,7 +10374,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "hash-db", "log", @@ -10393,7 +10391,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -10405,7 +10403,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "serde", @@ -10417,7 +10415,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "integer-sqrt", "num-traits", @@ -10431,7 +10429,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-api", @@ -10443,7 +10441,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "parity-scale-codec", @@ -10455,7 +10453,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-api", @@ -10467,7 +10465,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "log", @@ -10485,7 +10483,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "futures 0.3.16", @@ -10511,7 +10509,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "parity-scale-codec", @@ -10528,7 +10526,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "merlin", @@ -10550,7 +10548,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -10560,7 +10558,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10572,7 +10570,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "base58", "blake2-rfc", @@ -10616,7 +10614,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10625,7 +10623,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", @@ -10635,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "environmental", "parity-scale-codec", @@ -10646,7 +10644,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "finality-grandpa", "log", @@ -10663,7 +10661,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10677,7 +10675,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "hash-db", @@ -10702,7 +10700,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "lazy_static", "sp-core", @@ -10713,7 +10711,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -10730,7 +10728,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "ruzstd", "zstd", @@ -10739,7 +10737,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "serde", @@ -10752,7 +10750,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -10763,7 +10761,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "sp-api", "sp-core", @@ -10773,7 +10771,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "backtrace", ] @@ -10781,7 +10779,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "rustc-hash", "serde", @@ -10792,7 +10790,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "either", "hash256-std-hasher", @@ -10813,7 +10811,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10830,7 +10828,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10842,7 +10840,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "serde", "serde_json", @@ -10851,7 +10849,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-api", @@ -10864,7 +10862,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10874,7 +10872,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "hash-db", "log", @@ -10897,12 +10895,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10915,7 +10913,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "log", "sp-core", @@ -10928,7 +10926,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -10941,7 +10939,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10958,7 +10956,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "erased-serde", "log", @@ -10976,7 +10974,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "sp-api", "sp-runtime", @@ -10985,7 +10983,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "log", @@ -11000,7 +10998,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "hash-db", "memory-db", @@ -11014,7 +11012,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "futures-core", @@ -11026,7 +11024,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11041,7 +11039,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -11053,7 +11051,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11356,7 +11354,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "platforms", ] @@ -11364,7 +11362,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -11387,7 +11385,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-std", "derive_more 0.99.14", @@ -11401,7 +11399,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "async-trait", "futures 0.1.30", @@ -11430,7 +11428,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "futures 0.3.16", "substrate-test-utils-derive", @@ -11440,7 +11438,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", @@ -11450,7 +11448,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "ansi_term 0.12.1", "atty", @@ -12162,7 +12160,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#be72e5df46de2fa5805049e3037d0db2c4c25635" +source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" dependencies = [ "frame-try-runtime", "log", @@ -12191,7 +12189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.7.3", + "rand 0.6.5", "static_assertions", ] diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index 349d1cfa7c6..e6ce45859b3 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -26,7 +26,7 @@ use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use cumulus_primitives_core::DmpMessageHandler; use codec::{Encode, Decode}; use sp_runtime::RuntimeDebug; -use xcm::{VersionedXcm, v0::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}}; +use xcm::{VersionedXcm, v1::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}}; use frame_support::{traits::EnsureOrigin, dispatch::Weight, weights::constants::WEIGHT_PER_MILLIS}; pub use pallet::*; @@ -341,11 +341,11 @@ mod tests { use sp_runtime::{testing::Header, traits::{IdentityLookup, BlakeTwo256}}; use sp_runtime::DispatchError::BadOrigin; use sp_version::RuntimeVersion; - use xcm::v0::{MultiLocation, OriginKind}; + use xcm::v1::{MultiLocation, OriginKind}; type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic; type Block = frame_system::mocking::MockBlock; - type Xcm = xcm::v0::Xcm; + type Xcm = xcm::v1::Xcm; frame_support::construct_runtime!( pub enum Test where diff --git a/pallets/xcm/src/lib.rs b/pallets/xcm/src/lib.rs index dd731b82a22..3e6e6c0421e 100644 --- a/pallets/xcm/src/lib.rs +++ b/pallets/xcm/src/lib.rs @@ -25,7 +25,7 @@ use cumulus_primitives_core::{ParaId, DmpMessageHandler}; use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use codec::{Encode, Decode}; use sp_runtime::traits::BadOrigin; -use xcm::{VersionedXcm, v0::{Xcm, Junction, Outcome, ExecuteXcm}}; +use xcm::{VersionedXcm, v1::{Xcm, Junction, Outcome, ExecuteXcm}}; use frame_support::dispatch::Weight; pub use pallet::*; diff --git a/pallets/xcmp-queue/src/lib.rs b/pallets/xcmp-queue/src/lib.rs index 1cb83a98ea6..5cb20e165a7 100644 --- a/pallets/xcmp-queue/src/lib.rs +++ b/pallets/xcmp-queue/src/lib.rs @@ -42,11 +42,8 @@ use rand_chacha::{ ChaChaRng, }; use sp_runtime::{traits::Hash, RuntimeDebug}; -use sp_std::{convert::TryFrom, prelude::*}; -use xcm::{ - v0::{Error as XcmError, ExecuteXcm, Junction, MultiLocation, Outcome, SendXcm, Xcm}, - VersionedXcm, -}; +use sp_std::{prelude::*, convert::TryFrom}; +use xcm::{v1::{prelude::*, WrapVersion}, VersionedXcm}; pub use pallet::*; @@ -69,6 +66,9 @@ pub mod pallet { /// Information on the avaialble XCMP channels. type ChannelInfo: GetChannelInfo; + + /// Means of converting an `Xcm` into a `VersionedXcm`. + type VersionWrapper: WrapVersion; } impl Default for QueueConfigData { @@ -351,7 +351,7 @@ impl Pallet { log::debug!("Processing XCMP-XCM: {:?}", &hash); let (result, event) = match Xcm::::try_from(xcm) { Ok(xcm) => { - let location = (Junction::Parent, Junction::Parachain(sender.into())); + let location = (Parent, Parachain(sender.into())); match T::XcmExecutor::execute_xcm(location.into(), xcm, max_weight) { Outcome::Error(e) => (Err(e.clone()), Event::Fail(Some(hash), e)), Outcome::Complete(w) => (Ok(w), Event::Success(Some(hash))), @@ -777,13 +777,14 @@ impl SendXcm for Pallet { fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> { match &dest { // An HRMP message for a sibling parachain. - MultiLocation::X2(Junction::Parent, Junction::Parachain(id)) => { - let msg = VersionedXcm::<()>::from(msg); - let hash = T::Hashing::hash_of(&msg); + X2(Parent, Parachain(id)) => { + let versioned_xcm = T::VersionWrapper::wrap_version(&dest, msg) + .map_err(|()| XcmError::DestinationUnsupported)?; + let hash = T::Hashing::hash_of(&versioned_xcm); Self::send_fragment( (*id).into(), XcmpMessageFormat::ConcatenatedVersionedXcm, - msg, + versioned_xcm, ) .map_err(|e| XcmError::SendFailed(<&'static str>::from(e)))?; Self::deposit_event(Event::XcmpMessageSent(Some(hash))); diff --git a/polkadot-parachains/pallets/ping/src/lib.rs b/polkadot-parachains/pallets/ping/src/lib.rs index 3446fe57da0..fe6ddb4ea7c 100644 --- a/polkadot-parachains/pallets/ping/src/lib.rs +++ b/polkadot-parachains/pallets/ping/src/lib.rs @@ -23,7 +23,7 @@ use sp_runtime::traits::Saturating; use frame_system::Config as SystemConfig; use cumulus_primitives_core::ParaId; use cumulus_pallet_xcm::{Origin as CumulusOrigin, ensure_sibling_para}; -use xcm::v0::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction}; +use xcm::v1::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction}; pub use pallet::*; diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index 6206d89aca6..58d63e496fb 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -56,7 +56,7 @@ pub use sp_runtime::{Perbill, Permill}; // XCM imports use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; -use xcm::v0::{BodyId, Junction::*, MultiAsset, MultiLocation, MultiLocation::*, NetworkId, Xcm}; +use xcm::v1::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, @@ -356,7 +356,7 @@ pub type LocalOriginToLocation = SignedToAccountId32, + cumulus_primitives_utility::ParentAsUmp, // ..and XCMP to communicate with the sibling chains. XcmpQueue, ); @@ -371,6 +371,7 @@ impl pallet_xcm::Config for Runtime { type XcmTeleportFilter = All<(MultiLocation, Vec)>; type XcmReserveTransferFilter = (); type Weigher = FixedWeightBounds; + type LocationInverter = LocationInverter; } impl cumulus_pallet_xcm::Config for Runtime { @@ -382,6 +383,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type Event = Event; type XcmExecutor = XcmExecutor; type ChannelInfo = ParachainSystem; + type VersionWrapper = (); } impl cumulus_pallet_dmp_queue::Config for Runtime { diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index 2134ce56ee3..236cdc876a9 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -51,7 +51,7 @@ pub use sp_runtime::BuildStorage; pub use sp_runtime::{Perbill, Permill}; // XCM imports -use xcm::v0::{Junction::*, MultiLocation, MultiLocation::*, NetworkId}; +use xcm::v1::prelude::*; use xcm_builder::{ AllowUnpaidExecutionFrom, FixedWeightBounds, LocationInverter, ParentAsSuperuser, ParentIsDefault, SovereignSignedViaLocation, diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 7463b742e2d..5dcbc9b505e 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v0::{BodyId, Junction, MultiAsset, MultiLocation, NetworkId, Xcm}; +use xcm::v1::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, @@ -464,10 +464,10 @@ impl parachain_info::Config for Runtime {} impl cumulus_pallet_aura_ext::Config for Runtime {} parameter_types! { - pub const KsmLocation: MultiLocation = MultiLocation::X1(Junction::Parent); + pub const KsmLocation: MultiLocation = X1(Parent); pub const RelayNetwork: NetworkId = NetworkId::Kusama; pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into(); + pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used @@ -527,8 +527,8 @@ parameter_types! { match_type! { pub type ParentOrParentsExecutivePlurality: impl Contains = { - MultiLocation::X1(Junction::Parent) | - MultiLocation::X2(Junction::Parent, Junction::Plurality { id: BodyId::Executive, .. }) + X1(Parent) | + X2(Parent, Plurality { id: BodyId::Executive, .. }) }; } @@ -566,7 +566,7 @@ pub type LocalOriginToLocation = SignedToAccountId32, + cumulus_primitives_utility::ParentAsUmp, // ..and XCMP to communicate with the sibling chains. XcmpQueue, ); @@ -581,6 +581,7 @@ impl pallet_xcm::Config for Runtime { type XcmTeleportFilter = All<(MultiLocation, Vec)>; type XcmReserveTransferFilter = All<(MultiLocation, Vec)>; type Weigher = FixedWeightBounds; + type LocationInverter = LocationInverter; } impl cumulus_pallet_xcm::Config for Runtime { @@ -592,6 +593,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type Event = Event; type XcmExecutor = XcmExecutor; type ChannelInfo = ParachainSystem; + type VersionWrapper = (); } impl cumulus_pallet_dmp_queue::Config for Runtime { @@ -624,6 +626,7 @@ impl pallet_session::Config for Runtime { impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; + type DisabledValidators = Session; } parameter_types! { diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index c6696034e8c..85ef1afd1b6 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v0::{BodyId, Junction, MultiAsset, MultiLocation, NetworkId, Xcm}; +use xcm::v1::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, @@ -432,10 +432,10 @@ impl parachain_info::Config for Runtime {} impl cumulus_pallet_aura_ext::Config for Runtime {} parameter_types! { - pub const DotLocation: MultiLocation = MultiLocation::X1(Junction::Parent); + pub const DotLocation: MultiLocation = X1(Parent); pub const RelayNetwork: NetworkId = NetworkId::Polkadot; pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into(); + pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used @@ -495,8 +495,8 @@ parameter_types! { match_type! { pub type ParentOrParentsExecutivePlurality: impl Contains = { - MultiLocation::X1(Junction::Parent) | - MultiLocation::X2(Junction::Parent, Junction::Plurality { id: BodyId::Executive, .. }) + X1(Parent) | + X2(Parent, Plurality { id: BodyId::Executive, .. }) }; } @@ -534,7 +534,7 @@ pub type LocalOriginToLocation = SignedToAccountId32, + cumulus_primitives_utility::ParentAsUmp, // ..and XCMP to communicate with the sibling chains. XcmpQueue, ); @@ -549,6 +549,7 @@ impl pallet_xcm::Config for Runtime { type XcmTeleportFilter = All<(MultiLocation, Vec)>; type XcmReserveTransferFilter = All<(MultiLocation, Vec)>; type Weigher = FixedWeightBounds; + type LocationInverter = LocationInverter; } impl cumulus_pallet_xcm::Config for Runtime { @@ -560,6 +561,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type Event = Event; type XcmExecutor = XcmExecutor; type ChannelInfo = ParachainSystem; + type VersionWrapper = (); } impl cumulus_pallet_dmp_queue::Config for Runtime { @@ -592,6 +594,7 @@ impl pallet_session::Config for Runtime { impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; + type DisabledValidators = Session; } parameter_types! { diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index d67fa30d451..86be612f9b1 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::XcmPassthrough; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v0::{Junction, MultiAsset, MultiLocation, NetworkId, Xcm}; +use xcm::v1::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, @@ -431,10 +431,10 @@ impl parachain_info::Config for Runtime {} impl cumulus_pallet_aura_ext::Config for Runtime {} parameter_types! { - pub const WestendLocation: MultiLocation = MultiLocation::X1(Junction::Parent); + pub const WestendLocation: MultiLocation = X1(Parent); pub RelayNetwork: NetworkId = NetworkId::Named(b"Westend".to_vec()); pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into(); + pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used @@ -493,8 +493,8 @@ parameter_types! { match_type! { pub type ParentOrParentsPlurality: impl Contains = { - MultiLocation::X1(Junction::Parent) | - MultiLocation::X2(Junction::Parent, Junction::Plurality { .. }) + X1(Parent) | + X2(Parent, Plurality { .. }) }; } @@ -532,7 +532,7 @@ pub type LocalOriginToLocation = SignedToAccountId32, + cumulus_primitives_utility::ParentAsUmp, // ..and XCMP to communicate with the sibling chains. XcmpQueue, ); @@ -547,6 +547,7 @@ impl pallet_xcm::Config for Runtime { type XcmTeleportFilter = All<(MultiLocation, Vec)>; type XcmReserveTransferFilter = All<(MultiLocation, Vec)>; type Weigher = FixedWeightBounds; + type LocationInverter = LocationInverter; } impl cumulus_pallet_xcm::Config for Runtime { @@ -558,6 +559,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type Event = Event; type XcmExecutor = XcmExecutor; type ChannelInfo = ParachainSystem; + type VersionWrapper = (); } impl cumulus_pallet_dmp_queue::Config for Runtime { @@ -590,6 +592,7 @@ impl pallet_session::Config for Runtime { impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; + type DisabledValidators = Session; } parameter_types! { diff --git a/primitives/utility/src/lib.rs b/primitives/utility/src/lib.rs index d269c228449..372936c68d8 100644 --- a/primitives/utility/src/lib.rs +++ b/primitives/utility/src/lib.rs @@ -22,7 +22,7 @@ use sp_std::marker::PhantomData; use codec::Encode; use cumulus_primitives_core::UpwardMessageSender; -use xcm::{VersionedXcm, v0::{Xcm, MultiLocation, Junction, SendXcm, Error as XcmError}}; +use xcm::v1::{prelude::*, WrapVersion}; /// Xcm router which recognises the `Parent` destination and handles it by sending the message into /// the given UMP `UpwardMessageSender` implementation. Thus this essentially adapts an @@ -31,13 +31,15 @@ use xcm::{VersionedXcm, v0::{Xcm, MultiLocation, Junction, SendXcm, Error as Xcm /// NOTE: This is a pretty dumb "just send it" router; we will probably want to introduce queuing /// to UMP eventually and when we do, the pallet which implements the queuing will be responsible /// for the `SendXcm` implementation. -pub struct ParentAsUmp(PhantomData); -impl SendXcm for ParentAsUmp { +pub struct ParentAsUmp(PhantomData<(T, W)>); +impl SendXcm for ParentAsUmp { fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> { match &dest { // An upward message for the relay chain. - MultiLocation::X1(Junction::Parent) => { - let data = VersionedXcm::<()>::from(msg).encode(); + MultiLocation::X1(Parent) => { + let versioned_xcm = W::wrap_version(&dest, msg) + .map_err(|()| XcmError::DestinationUnsupported)?; + let data = versioned_xcm.encode(); T::send_upward_message(data) .map_err(|e| XcmError::SendFailed(e.into()))?; From b9b6e5a679fd769e3b5cd536e613ab929cd07b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 5 Aug 2021 20:04:53 +0200 Subject: [PATCH 2/5] Fixes --- Cargo.lock | 203 +++++++++++++------------ client/network/src/lib.rs | 8 +- pallets/collator-selection/src/mock.rs | 1 + 3 files changed, 107 insertions(+), 105 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7accf92b906..e86ff7a9a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" dependencies = [ "beefy-primitives", "fnv", @@ -531,7 +531,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -552,12 +552,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" dependencies = [ "parity-scale-codec", "sp-api", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "finality-grandpa", "frame-support", @@ -750,7 +750,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-runtime", "frame-support", @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "bp-runtime", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-messages", "bp-runtime", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-messages", "bp-runtime", @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-support", "hash-db", @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -872,7 +872,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -3923,8 +3923,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "bitvec", @@ -4837,7 +4837,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -5367,7 +5367,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" dependencies = [ "beefy-primitives", "frame-support", @@ -5383,7 +5383,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#653e925439215d866514ba2e98c6650325ef347b" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#49a698bbfc35170b116d59006a9c9ae558154991" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5422,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "bp-message-dispatch", @@ -6090,7 +6090,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-support", "frame-system", @@ -6541,7 +6541,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6555,7 +6555,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "lru", @@ -6591,7 +6591,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "lru", @@ -6609,8 +6609,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-benchmarking-cli", "futures 0.3.16", @@ -6629,8 +6629,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6733,7 +6733,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "always-assert", "futures 0.3.16", @@ -6752,8 +6752,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6765,7 +6765,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "lru", @@ -6788,8 +6788,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -6841,7 +6841,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -6859,7 +6859,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "futures 0.3.16", @@ -6909,7 +6909,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "futures 0.3.16", @@ -6927,7 +6927,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6975,7 +6975,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -6992,7 +6992,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -7011,7 +7011,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "polkadot-node-primitives", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7041,7 +7041,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "futures 0.3.16", @@ -7056,7 +7056,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "always-assert", "assert_matches", @@ -7086,7 +7086,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "memory-lru", @@ -7104,7 +7104,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-std", "lazy_static", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7138,7 +7138,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7155,7 +7155,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -7179,7 +7179,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7189,7 +7189,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7215,7 +7215,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-std", "async-trait", @@ -7245,7 +7245,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7297,7 +7297,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-all-subsystems-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "assert_matches", "proc-macro2 1.0.28", @@ -7308,7 +7308,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "futures 0.3.16", @@ -7325,7 +7325,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -7335,8 +7335,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "derive_more 0.99.14", "frame-support", @@ -7351,8 +7351,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "frame-system", @@ -7381,8 +7381,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7414,8 +7414,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "bitvec", @@ -7489,8 +7489,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitvec", "frame-benchmarking", @@ -7532,8 +7532,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "bitflags", "bitvec", @@ -7571,8 +7571,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "async-trait", "beefy-gadget", @@ -7620,7 +7620,7 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-parachains", "polkadot-statement-distribution", - "rococo-runtime 0.9.8", + "rococo-runtime 0.9.9", "sc-authority-discovery", "sc-basic-authorship", "sc-block-builder", @@ -7636,6 +7636,7 @@ dependencies = [ "sc-keystore", "sc-network", "sc-service", + "sc-sync-state-rpc", "sc-telemetry", "sc-transaction-pool", "serde", @@ -7667,7 +7668,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "arrayvec 0.5.2", "futures 0.3.16", @@ -7687,8 +7688,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7697,8 +7698,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7722,8 +7723,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "bitvec", @@ -7778,8 +7779,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-benchmarking", "frame-system", @@ -8658,8 +8659,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "bp-messages", @@ -10267,8 +10268,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "enumn", "parity-scale-codec", @@ -12786,8 +12787,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "beefy-primitives", "bitvec", @@ -13028,8 +13029,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13039,8 +13040,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-support", "frame-system", @@ -13058,8 +13059,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#e1eb02d01c88329b2bababa8d204f676374d89ab" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#4165c7f83a85e12c7ec56366a9559bf0eba25f8d" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/client/network/src/lib.rs b/client/network/src/lib.rs index 685007e1806..74479c9d0d9 100644 --- a/client/network/src/lib.rs +++ b/client/network/src/lib.rs @@ -33,7 +33,7 @@ use sp_runtime::{ traits::{Block as BlockT, HashFor, Header as HeaderT}, }; -use polkadot_node_primitives::{SignedFullStatement, Statement}; +use polkadot_node_primitives::{SignedFullStatement, Statement, CollationSecondedSignal}; use polkadot_parachain::primitives::HeadData; use polkadot_primitives::v1::{ Block as PBlock, Hash as PHash, CandidateReceipt, CompactStatement, Id as ParaId, @@ -530,7 +530,7 @@ impl WaitToAnnounce { pub fn wait_to_announce( &mut self, block_hash: ::Hash, - signed_stmt_recv: oneshot::Receiver, + signed_stmt_recv: oneshot::Receiver, ) { let announce_block = self.announce_block.clone(); @@ -557,10 +557,10 @@ impl WaitToAnnounce { async fn wait_to_announce( block_hash: ::Hash, announce_block: Arc>) + Send + Sync>, - signed_stmt_recv: oneshot::Receiver, + signed_stmt_recv: oneshot::Receiver, ) { let statement = match signed_stmt_recv.await { - Ok(s) => s, + Ok(s) => s.statement, Err(_) => { tracing::debug!( target: "cumulus-network", diff --git a/pallets/collator-selection/src/mock.rs b/pallets/collator-selection/src/mock.rs index 00fd6432cea..4e357460e7e 100644 --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -126,6 +126,7 @@ impl pallet_timestamp::Config for Test { impl pallet_aura::Config for Test { type AuthorityId = sp_consensus_aura::sr25519::AuthorityId; + type DisabledValidators = (); } sp_runtime::impl_opaque_keys! { From 2074f63f94428485b39153616d1812239e5808bb Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 6 Aug 2021 13:31:13 +0200 Subject: [PATCH 3/5] Fix. --- pallets/xcmp-queue/src/mock.rs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pallets/xcmp-queue/src/mock.rs b/pallets/xcmp-queue/src/mock.rs index f2fb0349364..ff05a3b9fed 100644 --- a/pallets/xcmp-queue/src/mock.rs +++ b/pallets/xcmp-queue/src/mock.rs @@ -17,10 +17,7 @@ use super::*; use crate as xcmp_queue; use sp_core::H256; use frame_support::parameter_types; -use sp_runtime::{ - traits::{BlakeTwo256, IdentityLookup}, - testing::{Header}, -}; +use sp_runtime::{traits::{BlakeTwo256, IdentityLookup}, testing::Header}; use xcm_builder::{ FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, CurrencyAdapter, ParentIsDefault, @@ -107,10 +104,8 @@ impl cumulus_pallet_parachain_system::Config for Test { } parameter_types! { - pub const RelayChain: MultiLocation = MultiLocation::X1(Junction::Parent); - pub Ancestry: MultiLocation = MultiLocation::X1( - Junction::Parachain(1u32.into()) - ); + pub const RelayChain: MultiLocation = X1(Parent); + pub Ancestry: MultiLocation = X1(Parachain(1u32.into())); pub UnitWeightCost: Weight = 1_000_000; } @@ -157,6 +152,7 @@ impl Config for Test { type Event = Event; type XcmExecutor = xcm_executor::XcmExecutor; type ChannelInfo = ParachainSystem; + type VersionWrapper = (); } pub fn new_test_ext() -> sp_io::TestExternalities { From 15af189480a2203ffbbe58d3c27fab82d93ab9f2 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 6 Aug 2021 16:11:12 +0200 Subject: [PATCH 4/5] Use `xcm::latest` --- pallets/dmp-queue/src/lib.rs | 6 +++--- pallets/xcm/src/lib.rs | 2 +- pallets/xcmp-queue/src/lib.rs | 2 +- polkadot-parachains/pallets/ping/src/lib.rs | 2 +- polkadot-parachains/rococo/src/lib.rs | 2 +- polkadot-parachains/shell/src/lib.rs | 2 +- polkadot-parachains/statemine/src/lib.rs | 2 +- polkadot-parachains/statemint/src/lib.rs | 2 +- polkadot-parachains/westmint/src/lib.rs | 2 +- primitives/utility/src/lib.rs | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index e6ce45859b3..2ec7ad00214 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -26,7 +26,7 @@ use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use cumulus_primitives_core::DmpMessageHandler; use codec::{Encode, Decode}; use sp_runtime::RuntimeDebug; -use xcm::{VersionedXcm, v1::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}}; +use xcm::{VersionedXcm, latest::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}}; use frame_support::{traits::EnsureOrigin, dispatch::Weight, weights::constants::WEIGHT_PER_MILLIS}; pub use pallet::*; @@ -341,11 +341,11 @@ mod tests { use sp_runtime::{testing::Header, traits::{IdentityLookup, BlakeTwo256}}; use sp_runtime::DispatchError::BadOrigin; use sp_version::RuntimeVersion; - use xcm::v1::{MultiLocation, OriginKind}; + use xcm::latest::{MultiLocation, OriginKind}; type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic; type Block = frame_system::mocking::MockBlock; - type Xcm = xcm::v1::Xcm; + type Xcm = xcm::latest::Xcm; frame_support::construct_runtime!( pub enum Test where diff --git a/pallets/xcm/src/lib.rs b/pallets/xcm/src/lib.rs index 3e6e6c0421e..922c27bc017 100644 --- a/pallets/xcm/src/lib.rs +++ b/pallets/xcm/src/lib.rs @@ -25,7 +25,7 @@ use cumulus_primitives_core::{ParaId, DmpMessageHandler}; use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber; use codec::{Encode, Decode}; use sp_runtime::traits::BadOrigin; -use xcm::{VersionedXcm, v1::{Xcm, Junction, Outcome, ExecuteXcm}}; +use xcm::{VersionedXcm, latest::{Xcm, Junction, Outcome, ExecuteXcm}}; use frame_support::dispatch::Weight; pub use pallet::*; diff --git a/pallets/xcmp-queue/src/lib.rs b/pallets/xcmp-queue/src/lib.rs index 5cb20e165a7..f090f3ab890 100644 --- a/pallets/xcmp-queue/src/lib.rs +++ b/pallets/xcmp-queue/src/lib.rs @@ -43,7 +43,7 @@ use rand_chacha::{ }; use sp_runtime::{traits::Hash, RuntimeDebug}; use sp_std::{prelude::*, convert::TryFrom}; -use xcm::{v1::{prelude::*, WrapVersion}, VersionedXcm}; +use xcm::{latest::prelude::*, WrapVersion, VersionedXcm}; pub use pallet::*; diff --git a/polkadot-parachains/pallets/ping/src/lib.rs b/polkadot-parachains/pallets/ping/src/lib.rs index fe6ddb4ea7c..d4f0ce28d23 100644 --- a/polkadot-parachains/pallets/ping/src/lib.rs +++ b/polkadot-parachains/pallets/ping/src/lib.rs @@ -23,7 +23,7 @@ use sp_runtime::traits::Saturating; use frame_system::Config as SystemConfig; use cumulus_primitives_core::ParaId; use cumulus_pallet_xcm::{Origin as CumulusOrigin, ensure_sibling_para}; -use xcm::v1::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction}; +use xcm::latest::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction}; pub use pallet::*; diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index 73afb7e3754..1236668b9f0 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -56,7 +56,7 @@ pub use sp_runtime::{Perbill, Permill}; // XCM imports use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; -use xcm::v1::prelude::*; +use xcm::latest::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index 236cdc876a9..75541d9eefe 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -51,7 +51,7 @@ pub use sp_runtime::BuildStorage; pub use sp_runtime::{Perbill, Permill}; // XCM imports -use xcm::v1::prelude::*; +use xcm::latest::prelude::*; use xcm_builder::{ AllowUnpaidExecutionFrom, FixedWeightBounds, LocationInverter, ParentAsSuperuser, ParentIsDefault, SovereignSignedViaLocation, diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 07aaeb59d9b..44570faba53 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v1::prelude::*; +use xcm::latest::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index a766b23f507..ef5cfcfde72 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough}; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v1::prelude::*; +use xcm::latest::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index 4ec8559aa9b..1c46da9017a 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage; use pallet_xcm::XcmPassthrough; use polkadot_parachain::primitives::Sibling; use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate}; -use xcm::v1::prelude::*; +use xcm::latest::prelude::*; use xcm_builder::{ AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter, EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, diff --git a/primitives/utility/src/lib.rs b/primitives/utility/src/lib.rs index 372936c68d8..b4fe298f5ce 100644 --- a/primitives/utility/src/lib.rs +++ b/primitives/utility/src/lib.rs @@ -22,7 +22,7 @@ use sp_std::marker::PhantomData; use codec::Encode; use cumulus_primitives_core::UpwardMessageSender; -use xcm::v1::{prelude::*, WrapVersion}; +use xcm::{WrapVersion, latest::prelude::*}; /// Xcm router which recognises the `Parent` destination and handles it by sending the message into /// the given UMP `UpwardMessageSender` implementation. Thus this essentially adapts an From 6718fe43293dac35eebb0254dc4387221db0b4ab Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 6 Aug 2021 18:27:08 +0200 Subject: [PATCH 5/5] Bump Polkadot --- Cargo.lock | 514 ++++++++++++++++++++++++++--------------------------- 1 file changed, 257 insertions(+), 257 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4b54311623..9a959dd44a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "finality-grandpa", "frame-support", @@ -750,7 +750,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-runtime", "frame-support", @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "bp-runtime", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-messages", "bp-runtime", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-messages", "bp-runtime", @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-support", "hash-db", @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -872,7 +872,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2605,7 +2605,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", ] @@ -2623,7 +2623,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "Inflector", "chrono", @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -2696,7 +2696,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "serde", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "bitflags", "frame-metadata", @@ -2733,7 +2733,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2745,7 +2745,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2784,7 +2784,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -2798,7 +2798,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-api", @@ -2807,7 +2807,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "parity-scale-codec", @@ -3924,7 +3924,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "bitvec", @@ -4836,8 +4836,8 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5316,7 +5316,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5330,7 +5330,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5408,7 +5408,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5422,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5504,7 +5504,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5520,7 +5520,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5535,7 +5535,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5556,7 +5556,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5609,7 +5609,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5643,7 +5643,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5659,7 +5659,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5674,7 +5674,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5707,7 +5707,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5753,7 +5753,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5769,7 +5769,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5819,7 +5819,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "enumflags2", "frame-support", @@ -5833,7 +5833,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5921,7 +5921,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "sp-arithmetic", @@ -5941,7 +5941,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5972,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-support", "frame-system", @@ -6003,7 +6003,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6076,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6089,8 +6089,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-support", "frame-system", @@ -6540,8 +6540,8 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6554,8 +6554,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6567,8 +6567,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "lru", @@ -6590,8 +6590,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "lru", @@ -6610,7 +6610,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-benchmarking-cli", "futures 0.3.16", @@ -6630,7 +6630,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6732,8 +6732,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "always-assert", "futures 0.3.16", @@ -6753,7 +6753,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6764,8 +6764,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "lru", @@ -6789,7 +6789,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6802,8 +6802,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-network-protocol", @@ -6820,8 +6820,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -6840,8 +6840,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -6858,8 +6858,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -6888,8 +6888,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "futures 0.3.16", @@ -6908,8 +6908,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "futures 0.3.16", @@ -6926,8 +6926,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6941,8 +6941,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -6959,8 +6959,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-subsystem", @@ -6974,8 +6974,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -6991,8 +6991,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -7010,8 +7010,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "polkadot-node-primitives", @@ -7023,8 +7023,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7040,8 +7040,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "futures 0.3.16", @@ -7055,8 +7055,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "always-assert", "assert_matches", @@ -7085,8 +7085,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "memory-lru", @@ -7103,8 +7103,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-std", "lazy_static", @@ -7121,8 +7121,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7137,8 +7137,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7154,8 +7154,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -7178,8 +7178,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7188,8 +7188,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7214,8 +7214,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-std", "async-trait", @@ -7244,8 +7244,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7274,8 +7274,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7296,8 +7296,8 @@ dependencies = [ [[package]] name = "polkadot-overseer-all-subsystems-gen" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "assert_matches", "proc-macro2 1.0.28", @@ -7307,8 +7307,8 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "futures 0.3.16", @@ -7324,8 +7324,8 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -7336,7 +7336,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "derive_more 0.99.14", "frame-support", @@ -7352,7 +7352,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "frame-system", @@ -7382,7 +7382,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7415,7 +7415,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "bitvec", @@ -7490,7 +7490,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitvec", "frame-benchmarking", @@ -7533,7 +7533,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "bitflags", "bitvec", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "async-trait", "beefy-gadget", @@ -7667,8 +7667,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +version = "0.9.9" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "arrayvec 0.5.2", "futures 0.3.16", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7699,7 +7699,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7724,7 +7724,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "bitvec", @@ -7780,7 +7780,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-benchmarking", "frame-system", @@ -8533,7 +8533,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "env_logger 0.8.3", "hex", @@ -8660,7 +8660,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "bp-messages", @@ -8885,7 +8885,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "sp-core", @@ -8896,7 +8896,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8925,7 +8925,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8948,7 +8948,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8964,7 +8964,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8980,7 +8980,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -8991,7 +8991,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "chrono", "fdlimit", @@ -9029,7 +9029,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "fnv", @@ -9063,7 +9063,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "blake2-rfc", "hash-db", @@ -9092,7 +9092,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "futures 0.3.16", @@ -9149,7 +9149,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9196,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9220,7 +9220,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9233,7 +9233,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "futures 0.3.16", @@ -9262,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "sc-client-api", "sp-authorship", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "lazy_static", @@ -9302,7 +9302,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -9319,7 +9319,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "parity-scale-codec", @@ -9334,7 +9334,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9354,7 +9354,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9395,7 +9395,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "finality-grandpa", @@ -9419,7 +9419,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -9437,7 +9437,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9457,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "hash-db", "lazy_static", @@ -9476,7 +9476,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-std", "async-trait", @@ -9531,7 +9531,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "bytes 0.5.6", "fnv", @@ -9576,7 +9576,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "libp2p", @@ -9589,7 +9589,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9598,7 +9598,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "hash-db", @@ -9633,7 +9633,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9658,7 +9658,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -9676,7 +9676,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "directories", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "parity-scale-codec", @@ -9759,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9781,7 +9781,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "chrono", "futures 0.3.16", @@ -9801,7 +9801,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9838,7 +9838,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -9849,7 +9849,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "derive_more 0.99.14", "futures 0.3.16", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "enumn", "parity-scale-codec", @@ -10375,7 +10375,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "hash-db", "log", @@ -10392,7 +10392,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -10404,7 +10404,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "serde", @@ -10416,7 +10416,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "integer-sqrt", "num-traits", @@ -10430,7 +10430,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10442,7 +10442,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "parity-scale-codec", @@ -10454,7 +10454,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10466,7 +10466,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "log", @@ -10484,7 +10484,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "futures 0.3.16", @@ -10527,7 +10527,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "merlin", @@ -10549,7 +10549,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -10559,7 +10559,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10571,7 +10571,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "base58", "blake2-rfc", @@ -10615,7 +10615,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10624,7 +10624,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro2 1.0.28", "quote 1.0.9", @@ -10634,7 +10634,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "environmental", "parity-scale-codec", @@ -10645,7 +10645,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "finality-grandpa", "log", @@ -10662,7 +10662,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10676,7 +10676,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "hash-db", @@ -10701,7 +10701,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "lazy_static", "sp-core", @@ -10712,7 +10712,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -10729,7 +10729,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "ruzstd", "zstd", @@ -10738,7 +10738,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "serde", @@ -10751,7 +10751,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.28", @@ -10762,7 +10762,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "sp-api", "sp-core", @@ -10772,7 +10772,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "backtrace", ] @@ -10780,7 +10780,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "rustc-hash", "serde", @@ -10791,7 +10791,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "either", "hash256-std-hasher", @@ -10812,7 +10812,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10829,7 +10829,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10841,7 +10841,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "serde", "serde_json", @@ -10850,7 +10850,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10863,7 +10863,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10873,7 +10873,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "hash-db", "log", @@ -10896,12 +10896,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10914,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "log", "sp-core", @@ -10940,7 +10940,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10957,7 +10957,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "erased-serde", "log", @@ -10975,7 +10975,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "sp-api", "sp-runtime", @@ -10984,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "log", @@ -10999,7 +10999,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "hash-db", "memory-db", @@ -11013,7 +11013,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "futures 0.3.16", "futures-core", @@ -11025,7 +11025,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11040,7 +11040,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -11052,7 +11052,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11355,7 +11355,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "platforms", ] @@ -11363,7 +11363,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -11386,7 +11386,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-std", "derive_more 0.99.14", @@ -11400,7 +11400,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "async-trait", "futures 0.1.30", @@ -11449,7 +11449,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "ansi_term 0.12.1", "atty", @@ -12161,7 +12161,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#4d93a6ee4b78c4d9b01901b2100582a672c2aadb" +source = "git+https://github.com/paritytech/substrate?branch=master#423a46fb318961c5def77128f2a5e110fa15f3a3" dependencies = [ "frame-try-runtime", "log", @@ -12190,7 +12190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.6.5", + "rand 0.7.3", "static_assertions", ] @@ -12788,7 +12788,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "beefy-primitives", "bitvec", @@ -13030,7 +13030,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13041,7 +13041,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-support", "frame-system", @@ -13060,7 +13060,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#5d462ca22e9a1af5fe25e739c507c9dbe089f6ce" +source = "git+https://github.com/paritytech/polkadot?branch=master#8f0a57ab0303dab775bb132f77c4ebf25a271e73" dependencies = [ "frame-support", "impl-trait-for-tuples",