diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index f168d79a3c669f0ebf8466b2d44e040680d149fa..d18327a56656be0b9f6710ed74a678afed7aaca9 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "beefy-primitives", "fnv", @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -503,12 +503,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -2086,7 +2086,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", ] @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "Inflector", "chrono", @@ -2143,6 +2143,7 @@ dependencies = [ "memory-db", "parity-scale-codec", "rand 0.8.5", + "sc-block-builder", "sc-cli", "sc-client-api", "sc-client-db", @@ -2156,6 +2157,7 @@ dependencies = [ "sp-core", "sp-database", "sp-externalities", + "sp-inherents", "sp-keystore", "sp-runtime", "sp-state-machine", @@ -2167,7 +2169,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -2178,7 +2180,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2194,7 +2196,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -2222,7 +2224,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "bitflags", "frame-metadata", @@ -2251,7 +2253,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2263,7 +2265,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2275,7 +2277,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro2", "quote", @@ -2285,7 +2287,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2308,7 +2310,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -2319,7 +2321,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "log", @@ -2336,7 +2338,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -2351,7 +2353,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "sp-api", @@ -2360,7 +2362,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "sp-api", @@ -2556,7 +2558,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "chrono", "frame-election-provider-support", @@ -5022,7 +5024,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5036,7 +5038,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5052,7 +5054,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5067,7 +5069,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5091,7 +5093,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5111,7 +5113,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5131,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5146,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "beefy-primitives", "frame-support", @@ -5162,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5187,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5271,7 +5273,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5290,7 +5292,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5307,7 +5309,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5323,7 +5325,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5346,7 +5348,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5364,7 +5366,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5379,7 +5381,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5402,7 +5404,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5418,7 +5420,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5438,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5455,7 +5457,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5472,7 +5474,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5490,7 +5492,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5506,7 +5508,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5523,7 +5525,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5540,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5552,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5569,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5592,7 +5594,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5608,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5623,7 +5625,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5637,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5653,7 +5655,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5674,7 +5676,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5690,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5704,7 +5706,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5727,7 +5729,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5738,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "sp-arithmetic", @@ -5747,7 +5749,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5761,7 +5763,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5779,7 +5781,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5798,7 +5800,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-support", "frame-system", @@ -5815,7 +5817,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5832,7 +5834,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5843,7 +5845,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5860,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5876,7 +5878,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8339,7 +8341,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -8686,7 +8688,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "sp-core", @@ -8697,7 +8699,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -8724,7 +8726,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8747,7 +8749,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8763,7 +8765,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8780,7 +8782,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -8791,7 +8793,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "chrono", "clap", @@ -8829,7 +8831,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "fnv", "futures 0.3.21", @@ -8857,7 +8859,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "hash-db", "kvdb", @@ -8882,7 +8884,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -8906,7 +8908,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "fork-tree", @@ -8949,7 +8951,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -8973,7 +8975,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8986,7 +8988,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -9011,7 +9013,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "sc-client-api", "sp-authorship", @@ -9022,7 +9024,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9049,7 +9051,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "environmental", "parity-scale-codec", @@ -9066,7 +9068,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "parity-scale-codec", @@ -9082,7 +9084,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9100,7 +9102,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ahash", "async-trait", @@ -9140,7 +9142,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9164,7 +9166,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9181,7 +9183,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "hex", @@ -9196,7 +9198,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9245,7 +9247,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ahash", "futures 0.3.21", @@ -9262,7 +9264,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "bytes 1.1.0", "fnv", @@ -9290,7 +9292,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "libp2p", @@ -9303,7 +9305,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9312,7 +9314,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "hash-db", @@ -9343,7 +9345,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9368,7 +9370,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9385,7 +9387,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "directories", @@ -9449,7 +9451,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "parity-scale-codec", @@ -9463,7 +9465,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9484,7 +9486,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "chrono", "futures 0.3.21", @@ -9502,7 +9504,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ansi_term", "atty", @@ -9533,7 +9535,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9544,7 +9546,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9571,7 +9573,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "log", @@ -9584,7 +9586,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10088,7 +10090,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "hash-db", "log", @@ -10105,7 +10107,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10117,7 +10119,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10130,7 +10132,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "integer-sqrt", "num-traits", @@ -10145,7 +10147,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10158,7 +10160,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "parity-scale-codec", @@ -10170,7 +10172,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "sp-api", @@ -10182,7 +10184,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "log", @@ -10200,7 +10202,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -10219,7 +10221,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "merlin", @@ -10242,7 +10244,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10256,7 +10258,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10268,7 +10270,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "base58", "bitflags", @@ -10314,7 +10316,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "blake2 0.10.2", "byteorder", @@ -10328,7 +10330,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro2", "quote", @@ -10339,7 +10341,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -10348,7 +10350,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro2", "quote", @@ -10358,7 +10360,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "environmental", "parity-scale-codec", @@ -10369,7 +10371,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "finality-grandpa", "log", @@ -10387,7 +10389,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10401,7 +10403,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "hash-db", @@ -10426,7 +10428,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "lazy_static", "sp-core", @@ -10437,7 +10439,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -10454,7 +10456,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "thiserror", "zstd", @@ -10463,7 +10465,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10477,7 +10479,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "sp-api", "sp-core", @@ -10487,7 +10489,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "backtrace", "lazy_static", @@ -10497,7 +10499,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "rustc-hash", "serde", @@ -10507,7 +10509,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "either", "hash256-std-hasher", @@ -10529,7 +10531,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10546,7 +10548,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -10558,7 +10560,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "serde", "serde_json", @@ -10567,7 +10569,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10581,7 +10583,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "scale-info", @@ -10592,7 +10594,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "hash-db", "log", @@ -10614,12 +10616,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10632,7 +10634,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "log", "sp-core", @@ -10645,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures-timer", @@ -10661,7 +10663,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "sp-std", @@ -10673,7 +10675,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "sp-api", "sp-runtime", @@ -10682,7 +10684,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "log", @@ -10698,7 +10700,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "hash-db", "memory-db", @@ -10714,7 +10716,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10731,7 +10733,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10742,7 +10744,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "impl-trait-for-tuples", "log", @@ -10943,7 +10945,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "platforms", ] @@ -10951,7 +10953,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -10973,7 +10975,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures-util", "hyper", @@ -10986,7 +10988,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "async-trait", "futures 0.3.21", @@ -11012,7 +11014,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11022,7 +11024,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11033,7 +11035,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "ansi_term", "build-helper", @@ -11714,7 +11716,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cf69667d603943badcf7a17e67cbb0a727a65ac0" +source = "git+https://github.com/paritytech/substrate?branch=master#8cbda809d3495f38ce04eec46e90330db213af8a" dependencies = [ "clap", "jsonrpsee 0.4.1", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 0213a84ce86c70b0923f3dc5dd4dc16e4a45bee0..494d5590d94127a7cb13f47d2a7f412281b7d2d9 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -406,10 +406,12 @@ parameter_types! { // 1 hour session, 15 minutes unsigned phase, 8 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8; - /// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a - /// very large value. Once the `BagsList` is in full motion, staking might open its door to many - /// more nominators, and this value should instead be what is a "safe" number (e.g. 22500). - pub const VoterSnapshotPerBlock: u32 = 22_500; + /// We take the top 22_500 nominators as electing voters.. + pub const MaxElectingVoters: u32 = 22_500; + /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and + /// shall not increase the size of the validator intentions. + pub const MaxElectableTargets: u16 = u16::MAX; + } frame_election_provider_support::generate_solution_type!( @@ -456,7 +458,8 @@ impl pallet_election_provider_multi_phase::Config for Runtime { pallet_collective::EnsureProportionAtLeast<AccountId, CouncilCollective, 2, 3>, >; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo<Self>; - type VoterSnapshotPerBlock = VoterSnapshotPerBlock; + type MaxElectingVoters = MaxElectingVoters; + type MaxElectableTargets = MaxElectableTargets; } parameter_types! { diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 33c2b6bf8e6c5c32d8460605ceba8648536b6258..8cb75e3fe94196cda09c5626ff8c5aaa11d0969b 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -449,10 +449,11 @@ parameter_types! { // 4 hour session, 1 hour unsigned phase, 32 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 32; - /// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a - /// very large value. Once the `BagsList` is in full motion, staking might open its door to many - /// more nominators, and this value should instead be what is a "safe" number (e.g. 22500). - pub const VoterSnapshotPerBlock: u32 = 22_500; + /// We take the top 22_500 nominators as electing voters.. + pub const MaxElectingVoters: u32 = 22_500; + /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and + /// shall not increase the size of the validator intentions. + pub const MaxElectableTargets: u16 = u16::MAX; } frame_election_provider_support::generate_solution_type!( @@ -499,7 +500,8 @@ impl pallet_election_provider_multi_phase::Config for Runtime { pallet_collective::EnsureProportionAtLeast<AccountId, CouncilCollective, 2, 3>, >; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo<Self>; - type VoterSnapshotPerBlock = VoterSnapshotPerBlock; + type MaxElectingVoters = MaxElectingVoters; + type MaxElectableTargets = MaxElectableTargets; } parameter_types! { diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index b3c629982143dacf1ad183650cdbf8d6116af97c..efd03ce27528ce41b727d9187d29a63d2d22632a 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -351,10 +351,11 @@ parameter_types! { // 1 hour session, 15 minutes unsigned phase, 4 offchain executions. pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 4; - /// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a - /// very large value. Once the `BagsList` is in full motion, staking might open its door to many - /// more nominators, and this value should instead be what is a "safe" number (e.g. 22500). - pub const VoterSnapshotPerBlock: u32 = 22_500; + /// We take the top 22_500 nominators as electing voters.. + pub const MaxElectingVoters: u32 = 22_500; + /// ... and all of the validators as electable targets. Whilst this is the case, we cannot and + /// shall not increase the size of the validator intentions. + pub const MaxElectableTargets: u16 = u16::MAX; } frame_election_provider_support::generate_solution_type!( @@ -398,7 +399,8 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type BenchmarkingConfig = runtime_common::elections::BenchmarkConfig; type ForceOrigin = EnsureRoot<AccountId>; type WeightInfo = weights::pallet_election_provider_multi_phase::WeightInfo<Self>; - type VoterSnapshotPerBlock = VoterSnapshotPerBlock; + type MaxElectingVoters = MaxElectingVoters; + type MaxElectableTargets = MaxElectableTargets; } parameter_types! {