From fb7ccd29a8a36e71514fadd2ca1369a069f3cdbe Mon Sep 17 00:00:00 2001 From: zjb0807 Date: Sat, 27 Nov 2021 07:46:47 +0800 Subject: [PATCH 1/3] update frame-benchmarking/runtime-benchmarks --- parachain-template/pallets/template/Cargo.toml | 2 +- parachain-template/runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parachain-template/pallets/template/Cargo.toml b/parachain-template/pallets/template/Cargo.toml index 8356235ddb8..8ad0825b0c1 100644 --- a/parachain-template/pallets/template/Cargo.toml +++ b/parachain-template/pallets/template/Cargo.toml @@ -27,7 +27,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", default-features = fa [features] default = ["std"] -runtime-benchmarks = ["frame-benchmarking"] +runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"] std = [ "codec/std", "scale-info/std", diff --git a/parachain-template/runtime/Cargo.toml b/parachain-template/runtime/Cargo.toml index c671e269acd..0f5db74ac02 100644 --- a/parachain-template/runtime/Cargo.toml +++ b/parachain-template/runtime/Cargo.toml @@ -133,7 +133,7 @@ runtime-benchmarks = [ 'hex-literal', "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", - "frame-benchmarking", + "frame-benchmarking/runtime-benchmarks", "frame-system-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", From 79464492c05093a12506968f6bc477cfd368c7db Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 30 Nov 2021 11:54:16 -0400 Subject: [PATCH 2/3] cargo update --- Cargo.lock | 477 +++++++++++++++++++++++++++-------------------------- 1 file changed, 239 insertions(+), 238 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15e07be00c9..1a2b2af5f0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "beefy-primitives", "fnv", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -490,12 +490,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "finality-grandpa", "frame-support", @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-runtime", "frame-support", @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "bp-runtime", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-messages", "bp-runtime", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-messages", "bp-runtime", @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-support", "hash-db", @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2050,14 +2050,14 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.16" +version = "0.99.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" dependencies = [ "convert_case", "proc-macro2", "quote", - "rustc_version 0.3.3", + "rustc_version 0.4.0", "syn", ] @@ -2456,7 +2456,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", ] @@ -2474,7 +2474,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -2494,7 +2494,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "Inflector", "chrono", @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -2534,7 +2534,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "bitflags", "frame-metadata", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2603,7 +2603,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro2", "quote", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "log", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "sp-api", @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "sp-api", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -4601,7 +4601,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derive_more", "futures 0.3.17", @@ -4860,7 +4860,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-system", "parity-scale-codec", @@ -5070,7 +5070,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5087,7 +5087,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5101,7 +5101,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5117,7 +5117,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5172,7 +5172,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5207,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "beefy-primitives", "frame-support", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5248,7 +5248,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5266,7 +5266,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5283,7 +5283,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5305,7 +5305,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "bp-message-dispatch", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5386,7 +5386,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5410,7 +5410,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5428,7 +5428,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5466,7 +5466,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5482,7 +5482,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5554,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5633,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5656,7 +5656,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5685,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5701,7 +5701,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5738,7 +5738,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5752,7 +5752,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "sp-arithmetic", @@ -5795,7 +5795,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5824,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5861,7 +5861,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-support", "frame-system", @@ -5878,7 +5878,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5906,7 +5906,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5937,7 +5937,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5953,7 +5953,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-benchmarking", "frame-support", @@ -5968,7 +5968,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-support", "frame-system", @@ -5986,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6533,7 +6533,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6547,7 +6547,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6560,7 +6560,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derive_more", "futures 0.3.17", @@ -6582,7 +6582,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "lru 0.7.0", @@ -6602,7 +6602,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6622,7 +6622,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6720,7 +6720,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "always-assert", "derive_more", @@ -6741,7 +6741,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6754,7 +6754,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derive_more", "futures 0.3.17", @@ -6776,7 +6776,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6790,7 +6790,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6810,7 +6810,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "futures 0.3.17", @@ -6829,7 +6829,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6847,7 +6847,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6875,7 +6875,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "futures 0.3.17", @@ -6895,7 +6895,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "futures 0.3.17", @@ -6913,7 +6913,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6928,7 +6928,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "futures 0.3.17", @@ -6946,7 +6946,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6961,7 +6961,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6997,7 +6997,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "futures 0.3.17", @@ -7014,8 +7014,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ + "bitvec 0.20.4", "futures 0.3.17", "futures-timer 3.0.2", "polkadot-node-subsystem", @@ -7028,7 +7029,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "always-assert", "assert_matches", @@ -7059,7 +7060,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "memory-lru", @@ -7077,7 +7078,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-std", "lazy_static", @@ -7095,7 +7096,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7106,7 +7107,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "derive_more", @@ -7124,7 +7125,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -7146,7 +7147,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7156,7 +7157,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "futures 0.3.17", @@ -7174,7 +7175,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derive_more", "futures 0.3.17", @@ -7193,7 +7194,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "derive_more", @@ -7221,7 +7222,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7242,7 +7243,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "futures 0.3.17", @@ -7259,7 +7260,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7270,7 +7271,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derive_more", "frame-support", @@ -7287,7 +7288,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitvec 0.20.4", "frame-system", @@ -7317,7 +7318,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7348,7 +7349,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7430,7 +7431,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7477,7 +7478,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "bitflags", "bitvec 0.20.4", @@ -7517,7 +7518,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "async-trait", "beefy-gadget", @@ -7615,7 +7616,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7636,7 +7637,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7646,7 +7647,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7671,7 +7672,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7732,7 +7733,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-benchmarking", "frame-system", @@ -8301,7 +8302,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8428,7 +8429,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bp-messages", @@ -8631,7 +8632,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "sp-core", @@ -8642,7 +8643,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -8669,7 +8670,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8692,7 +8693,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8708,7 +8709,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8725,7 +8726,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8736,7 +8737,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "chrono", "fdlimit", @@ -8774,7 +8775,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "fnv", "futures 0.3.17", @@ -8802,7 +8803,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "hash-db", "kvdb", @@ -8827,7 +8828,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "futures 0.3.17", @@ -8851,7 +8852,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -8880,7 +8881,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -8923,7 +8924,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "derive_more", "futures 0.3.17", @@ -8947,7 +8948,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8960,7 +8961,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "futures 0.3.17", @@ -8986,7 +8987,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "sc-client-api", "sp-authorship", @@ -8997,7 +8998,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "lazy_static", "libsecp256k1", @@ -9024,7 +9025,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "derive_more", "environmental", @@ -9042,7 +9043,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "parity-scale-codec", @@ -9058,7 +9059,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9076,7 +9077,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -9113,7 +9114,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "derive_more", "finality-grandpa", @@ -9137,7 +9138,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -9154,7 +9155,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -9169,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-std", "async-trait", @@ -9220,7 +9221,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9236,7 +9237,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "bytes 1.1.0", "fnv", @@ -9264,7 +9265,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "libp2p", @@ -9277,7 +9278,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9286,7 +9287,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "hash-db", @@ -9317,7 +9318,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9342,7 +9343,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9359,7 +9360,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "directories", @@ -9423,7 +9424,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "parity-scale-codec", @@ -9437,7 +9438,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9459,7 +9460,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "chrono", "futures 0.3.17", @@ -9477,7 +9478,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9508,7 +9509,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9519,7 +9520,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "intervalier", @@ -9546,7 +9547,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "derive_more", "futures 0.3.17", @@ -9560,7 +9561,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9916,7 +9917,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "enumn", "parity-scale-codec", @@ -10004,7 +10005,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "hash-db", "log", @@ -10021,7 +10022,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10033,7 +10034,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10046,7 +10047,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "integer-sqrt", "num-traits", @@ -10061,7 +10062,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10074,7 +10075,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "parity-scale-codec", @@ -10086,7 +10087,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "sp-api", @@ -10098,7 +10099,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "log", @@ -10116,7 +10117,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "futures 0.3.17", @@ -10135,7 +10136,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "parity-scale-codec", @@ -10153,7 +10154,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "merlin", @@ -10176,7 +10177,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10188,7 +10189,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10200,7 +10201,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "base58", "bitflags", @@ -10248,7 +10249,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "blake2-rfc", "byteorder", @@ -10261,7 +10262,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro2", "quote", @@ -10272,7 +10273,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "kvdb", "parking_lot 0.11.2", @@ -10281,7 +10282,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro2", "quote", @@ -10291,7 +10292,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "environmental", "parity-scale-codec", @@ -10302,7 +10303,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "finality-grandpa", "log", @@ -10320,7 +10321,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10334,7 +10335,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "hash-db", @@ -10358,7 +10359,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "lazy_static", "sp-core", @@ -10369,7 +10370,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "derive_more", @@ -10386,7 +10387,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "zstd", ] @@ -10394,7 +10395,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10409,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10420,7 +10421,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "sp-api", "sp-core", @@ -10430,7 +10431,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "backtrace", "lazy_static", @@ -10440,7 +10441,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "rustc-hash", "serde", @@ -10450,7 +10451,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "either", "hash256-std-hasher", @@ -10472,7 +10473,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10489,7 +10490,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10501,7 +10502,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "serde", "serde_json", @@ -10510,7 +10511,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10524,7 +10525,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "scale-info", @@ -10535,7 +10536,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "hash-db", "log", @@ -10558,12 +10559,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10576,7 +10577,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "log", "sp-core", @@ -10589,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10605,7 +10606,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "sp-std", @@ -10617,7 +10618,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "sp-api", "sp-runtime", @@ -10626,7 +10627,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "log", @@ -10642,7 +10643,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "hash-db", "memory-db", @@ -10657,7 +10658,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10673,7 +10674,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10684,7 +10685,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10981,7 +10982,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "platforms", ] @@ -10989,7 +10990,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -11011,7 +11012,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-std", "derive_more", @@ -11025,7 +11026,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "async-trait", "futures 0.3.17", @@ -11051,7 +11052,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -11061,7 +11062,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#de6033a2aa4f0191877200516fbc2655399faa4b" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11072,7 +11073,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -11520,7 +11521,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f2cecdbf3fa5b98f5638719109a0ce43303b7160" +source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" dependencies = [ "jsonrpsee", "log", @@ -12095,7 +12096,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -12340,7 +12341,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12353,7 +12354,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-support", "frame-system", @@ -12373,7 +12374,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "frame-benchmarking", "frame-support", @@ -12391,7 +12392,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#c10f0619379d0042c311224a012d5cc630aae478" +source = "git+https://github.com/paritytech/polkadot?branch=master#24758c5ab5e6c7f99e9af08e583f6084f5d087a6" dependencies = [ "proc-macro2", "quote", From 929d8b381ad2c1db5a2cc8b2d3d8d70168550ff6 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 30 Nov 2021 12:30:17 -0400 Subject: [PATCH 3/3] add more feature flags --- pallets/collator-selection/Cargo.toml | 2 +- pallets/session-benchmarking/Cargo.toml | 2 +- polkadot-parachains/statemine/Cargo.toml | 2 +- polkadot-parachains/statemint/Cargo.toml | 2 +- polkadot-parachains/westmint/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 406de74ce2e..b8e37156c75 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -42,7 +42,7 @@ pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "maste [features] default = ['std'] runtime-benchmarks = [ - 'frame-benchmarking', + 'frame-benchmarking/runtime-benchmarks', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks', ] diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index 52e8238263e..46606d1e53d 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -23,7 +23,7 @@ pallet-session = { default-features = false, git = 'https://github.com/paritytec [features] default = ["std"] runtime-benchmarks = [ - 'frame-benchmarking', + 'frame-benchmarking/runtime-benchmarks', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks', ] diff --git a/polkadot-parachains/statemine/Cargo.toml b/polkadot-parachains/statemine/Cargo.toml index 0611b6a36d3..89694a1d12c 100644 --- a/polkadot-parachains/statemine/Cargo.toml +++ b/polkadot-parachains/statemine/Cargo.toml @@ -85,7 +85,7 @@ runtime-benchmarks = [ 'hex-literal', 'sp-runtime/runtime-benchmarks', 'xcm-builder/runtime-benchmarks', - 'frame-benchmarking', + 'frame-benchmarking/runtime-benchmarks', 'frame-system-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks', diff --git a/polkadot-parachains/statemint/Cargo.toml b/polkadot-parachains/statemint/Cargo.toml index e5e0ce8bdf8..e102bfd6ea5 100644 --- a/polkadot-parachains/statemint/Cargo.toml +++ b/polkadot-parachains/statemint/Cargo.toml @@ -86,7 +86,7 @@ runtime-benchmarks = [ 'hex-literal', 'sp-runtime/runtime-benchmarks', 'xcm-builder/runtime-benchmarks', - 'frame-benchmarking', + 'frame-benchmarking/runtime-benchmarks', 'frame-system-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks', diff --git a/polkadot-parachains/westmint/Cargo.toml b/polkadot-parachains/westmint/Cargo.toml index c5669f177b5..0c2a19b27bb 100644 --- a/polkadot-parachains/westmint/Cargo.toml +++ b/polkadot-parachains/westmint/Cargo.toml @@ -86,7 +86,7 @@ runtime-benchmarks = [ 'hex-literal', 'sp-runtime/runtime-benchmarks', 'xcm-builder/runtime-benchmarks', - 'frame-benchmarking', + 'frame-benchmarking/runtime-benchmarks', 'frame-system-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system/runtime-benchmarks',