From 9252b094244ee7d5b6cd628b392cb8fc2cd96cdd Mon Sep 17 00:00:00 2001 From: Muharem Ismailov Date: Wed, 19 Apr 2023 14:53:03 +0200 Subject: [PATCH] Companion for substrate#13771 (#2410) * max proposal weight config * update deps --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 505 +++++++++--------- .../collectives-polkadot/src/lib.rs | 2 + 2 files changed, 244 insertions(+), 263 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4098306f0b..34c15f3135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "hash-db", "log", @@ -3437,7 +3437,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", ] @@ -3460,7 +3460,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-support-procedural", @@ -3485,7 +3485,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3532,7 +3532,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3543,7 +3543,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3560,7 +3560,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -3589,7 +3589,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "log", @@ -3605,7 +3605,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "bitflags", "environmental", @@ -3638,7 +3638,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "Inflector", "cfg-expr", @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3666,7 +3666,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro2", "quote", @@ -3676,7 +3676,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "log", @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -3709,7 +3709,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "sp-api", @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "parity-scale-codec", @@ -4684,7 +4684,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "frame-benchmarking", @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "polkadot-primitives", @@ -5636,7 +5636,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "log", @@ -5655,7 +5655,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "anyhow", "jsonrpsee", @@ -6224,7 +6224,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6240,7 +6240,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6254,7 +6254,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6267,7 +6267,7 @@ dependencies = [ "scale-info", "sp-application-crypto", "sp-consensus-babe", - "sp-consensus-vrf", + "sp-core", "sp-io", "sp-runtime", "sp-session", @@ -6278,7 +6278,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6298,7 +6298,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6313,7 +6313,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6332,7 +6332,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6374,7 +6374,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6418,7 +6418,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,7 +6488,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6505,7 +6505,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6523,7 +6523,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6546,7 +6546,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6559,7 +6559,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6618,7 +6618,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6634,7 +6634,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6654,7 +6654,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6685,7 +6685,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6702,7 +6702,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6719,7 +6719,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6764,7 +6764,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6780,7 +6780,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6797,7 +6797,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6817,7 +6817,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6845,7 +6845,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6869,7 +6869,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6886,7 +6886,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6901,7 +6901,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6919,7 +6919,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6934,7 +6934,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6953,7 +6953,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6970,7 +6970,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -6991,7 +6991,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -7021,7 +7021,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7044,7 +7044,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7055,7 +7055,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "log", "sp-arithmetic", @@ -7064,7 +7064,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "sp-api", @@ -7073,7 +7073,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7090,7 +7090,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -7119,7 +7119,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7137,7 +7137,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7156,7 +7156,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-support", "frame-system", @@ -7172,7 +7172,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7188,7 +7188,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7232,7 +7232,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7248,7 +7248,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-benchmarking", "frame-support", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "polkadot-node-jaeger", @@ -7864,7 +7864,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7878,7 +7878,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "derive_more", "fatality", @@ -7901,7 +7901,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "fatality", "futures", @@ -7922,7 +7922,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "clap 4.2.3", "frame-benchmarking-cli", @@ -7950,7 +7950,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "frame-benchmarking", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "always-assert", "bitvec", @@ -8015,7 +8015,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "parity-scale-codec", "scale-info", @@ -8027,7 +8027,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "derive_more", "fatality", @@ -8052,7 +8052,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8066,7 +8066,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "futures-timer", @@ -8086,7 +8086,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "always-assert", "async-trait", @@ -8109,7 +8109,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "parity-scale-codec", @@ -8127,7 +8127,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "derive_more", @@ -8156,7 +8156,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "futures", @@ -8177,7 +8177,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "fatality", @@ -8196,7 +8196,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8211,7 +8211,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "futures", @@ -8231,7 +8231,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "polkadot-node-metrics", @@ -8246,7 +8246,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "futures-timer", @@ -8263,7 +8263,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "fatality", "futures", @@ -8282,7 +8282,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "futures", @@ -8299,7 +8299,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "fatality", @@ -8317,7 +8317,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "always-assert", "assert_matches", @@ -8354,7 +8354,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "polkadot-node-primitives", @@ -8370,7 +8370,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "futures", "lru 0.9.0", @@ -8385,7 +8385,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "lazy_static", "log", @@ -8403,7 +8403,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bs58", "futures", @@ -8422,7 +8422,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "derive_more", @@ -8444,7 +8444,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bounded-vec", "futures", @@ -8455,7 +8455,6 @@ dependencies = [ "serde", "sp-application-crypto", "sp-consensus-babe", - "sp-consensus-vrf", "sp-core", "sp-keystore", "sp-maybe-compressed-blob", @@ -8467,7 +8466,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8477,7 +8476,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "futures", @@ -8495,7 +8494,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "derive_more", @@ -8518,7 +8517,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "derive_more", @@ -8551,7 +8550,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "futures", @@ -8574,7 +8573,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bounded-collections", "derive_more", @@ -8672,7 +8671,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8688,7 +8687,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -8714,7 +8713,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8746,7 +8745,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "frame-benchmarking", @@ -8840,7 +8839,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "frame-benchmarking", @@ -8886,7 +8885,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "polkadot-primitives", @@ -8900,7 +8899,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bs58", "parity-scale-codec", @@ -8912,7 +8911,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitflags", "bitvec", @@ -8956,7 +8955,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9066,7 +9065,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9087,7 +9086,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9097,7 +9096,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9122,7 +9121,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9183,7 +9182,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-benchmarking", "frame-system", @@ -9939,7 +9938,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10025,7 +10024,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "polkadot-primitives", @@ -10272,7 +10271,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "log", "sp-core", @@ -10283,7 +10282,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -10311,7 +10310,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "futures-timer", @@ -10334,7 +10333,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10349,7 +10348,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10368,7 +10367,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10379,7 +10378,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10419,7 +10418,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "fnv", "futures", @@ -10445,7 +10444,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "hash-db", "kvdb", @@ -10471,7 +10470,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -10525,13 +10524,12 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "fork-tree", "futures", "log", - "merlin", "num-bigint", "num-rational", "num-traits", @@ -10544,7 +10542,6 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "schnorrkel", "sp-api", "sp-application-crypto", "sp-block-builder", @@ -10552,7 +10549,6 @@ dependencies = [ "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-consensus-vrf", "sp-core", "sp-inherents", "sp-keystore", @@ -10564,7 +10560,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "jsonrpsee", @@ -10586,7 +10582,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10621,7 +10617,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "jsonrpsee", @@ -10640,7 +10636,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10653,7 +10649,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10693,7 +10689,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "finality-grandpa", "futures", @@ -10713,7 +10709,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -10736,7 +10732,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10760,7 +10756,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10773,7 +10769,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "log", "sc-allocator", @@ -10786,7 +10782,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "anyhow", "cfg-if", @@ -10804,7 +10800,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ansi_term", "futures", @@ -10820,7 +10816,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10835,7 +10831,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10880,7 +10876,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "cid", "futures", @@ -10900,7 +10896,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10928,7 +10924,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ahash 0.8.2", "futures", @@ -10947,7 +10943,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10969,7 +10965,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11003,7 +10999,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11023,7 +11019,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11054,7 +11050,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "libp2p", @@ -11067,7 +11063,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11076,7 +11072,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "jsonrpsee", @@ -11106,7 +11102,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11125,7 +11121,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "http", "jsonrpsee", @@ -11140,7 +11136,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11166,7 +11162,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "directories", @@ -11232,7 +11228,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "log", "parity-scale-codec", @@ -11243,7 +11239,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "clap 4.2.3", "fs4", @@ -11259,7 +11255,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11278,7 +11274,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "libc", @@ -11297,7 +11293,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "chrono", "futures", @@ -11316,7 +11312,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ansi_term", "atty", @@ -11347,7 +11343,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11358,7 +11354,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -11385,7 +11381,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -11399,7 +11395,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-channel", "futures", @@ -11880,7 +11876,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "enumn", "parity-scale-codec", @@ -11957,7 +11953,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "hash-db", "log", @@ -11977,7 +11973,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "Inflector", "blake2", @@ -11991,7 +11987,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12004,7 +12000,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "integer-sqrt", "num-traits", @@ -12018,7 +12014,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12031,7 +12027,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "sp-api", @@ -12043,7 +12039,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", "log", @@ -12061,7 +12057,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures", @@ -12076,7 +12072,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "parity-scale-codec", @@ -12094,10 +12090,9 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", - "merlin", "parity-scale-codec", "scale-info", "serde", @@ -12105,7 +12100,6 @@ dependencies = [ "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-consensus-vrf", "sp-core", "sp-inherents", "sp-keystore", @@ -12117,7 +12111,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12136,7 +12130,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "finality-grandpa", "log", @@ -12154,7 +12148,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12163,23 +12157,10 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" -dependencies = [ - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", -] - [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12222,7 +12203,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "blake2b_simd", "byteorder", @@ -12236,7 +12217,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro2", "quote", @@ -12247,7 +12228,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12256,7 +12237,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "proc-macro2", "quote", @@ -12266,7 +12247,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "environmental", "parity-scale-codec", @@ -12277,7 +12258,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12292,7 +12273,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "bytes", "ed25519", @@ -12318,7 +12299,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "lazy_static", "sp-core", @@ -12329,13 +12310,11 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "futures", - "merlin", "parity-scale-codec", "parking_lot 0.12.1", - "schnorrkel", "serde", "sp-core", "sp-externalities", @@ -12345,7 +12324,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -12354,7 +12333,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12365,7 +12344,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12383,7 +12362,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12397,7 +12376,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "sp-api", "sp-core", @@ -12407,7 +12386,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "backtrace", "lazy_static", @@ -12417,7 +12396,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "rustc-hash", "serde", @@ -12427,7 +12406,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "either", "hash256-std-hasher", @@ -12449,7 +12428,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12467,7 +12446,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "Inflector", "proc-macro-crate", @@ -12488,7 +12467,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12502,7 +12481,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12514,7 +12493,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "hash-db", "log", @@ -12534,12 +12513,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12552,7 +12531,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "futures-timer", @@ -12567,7 +12546,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "sp-std", @@ -12579,7 +12558,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "sp-api", "sp-runtime", @@ -12588,7 +12567,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "log", @@ -12604,7 +12583,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12627,7 +12606,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12644,7 +12623,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12655,7 +12634,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12669,7 +12648,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12993,7 +12972,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "platforms 2.0.0", ] @@ -13001,7 +12980,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13020,7 +12999,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "hyper", "log", @@ -13032,7 +13011,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "jsonrpsee", @@ -13045,7 +13024,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "jsonrpsee", "log", @@ -13064,7 +13043,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13111,7 +13090,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "ansi_term", "build-helper", @@ -13238,7 +13217,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "polkadot-primitives", @@ -13628,7 +13607,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13639,7 +13618,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -13769,7 +13748,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cb954820a8d8d765ce75021e244223a3b4d5722d" +source = "git+https://github.com/paritytech/substrate?branch=master#50de15d8740a129db9c18a6698fbd183b00326a2" dependencies = [ "async-trait", "clap 4.2.3", @@ -14703,7 +14682,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bitvec", "frame-benchmarking", @@ -14795,7 +14774,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "polkadot-primitives", @@ -15297,7 +15276,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "bounded-collections", "derivative", @@ -15313,7 +15292,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "frame-support", "frame-system", @@ -15334,7 +15313,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "environmental", "frame-benchmarking", @@ -15354,7 +15333,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#70a6e7e1e9351e989171d72a05ec0cd2a66a90db" +source = "git+https://github.com/paritytech/polkadot?branch=master#8e06c07264673ccc9fef25173ed5c0e078227173" dependencies = [ "Inflector", "proc-macro2", diff --git a/system-parachains/collectives/collectives-polkadot/src/lib.rs b/system-parachains/collectives/collectives-polkadot/src/lib.rs index 6e53920201..e0f95cb052 100644 --- a/system-parachains/collectives/collectives-polkadot/src/lib.rs +++ b/system-parachains/collectives/collectives-polkadot/src/lib.rs @@ -450,6 +450,7 @@ pub const ALLIANCE_MOTION_DURATION: BlockNumber = 5 * DAYS; parameter_types! { pub const AllianceMotionDuration: BlockNumber = ALLIANCE_MOTION_DURATION; + pub MaxProposalWeight: Weight = Perbill::from_percent(50) * RuntimeBlockWeights::get().max_block; } pub const ALLIANCE_MAX_PROPOSALS: u32 = 100; pub const ALLIANCE_MAX_MEMBERS: u32 = 100; @@ -465,6 +466,7 @@ impl pallet_collective::Config for Runtime { type DefaultVote = pallet_collective::MoreThanMajorityThenPrimeDefaultVote; type SetMembersOrigin = EnsureRoot; type WeightInfo = weights::pallet_collective::WeightInfo; + type MaxProposalWeight = MaxProposalWeight; } pub const MAX_FELLOWS: u32 = ALLIANCE_MAX_MEMBERS;