From d13d0d4f07de207fa41b51c7dd9bf946b7e9a11e Mon Sep 17 00:00:00 2001 From: Georges Date: Mon, 20 Sep 2021 12:58:09 +0100 Subject: [PATCH] Companion for Generate storage info for pallet im_online #9654 (#3744) * Adding `MaxKeys` `MaxPeerInHeartbeats` and `MaxPeerDataEncodingSize` to paller `im_online` after substrate changes * update Substrate Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 308 +++++++++++++-------------- polkadot/runtime/kusama/src/lib.rs | 6 + polkadot/runtime/polkadot/src/lib.rs | 6 + polkadot/runtime/rococo/src/lib.rs | 6 + polkadot/runtime/westend/src/lib.rs | 6 + 5 files changed, 178 insertions(+), 154 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index eaa0d1a1fc..e70b8e44a4 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1928,7 +1928,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", ] @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "Inflector", "chrono", @@ -1992,7 +1992,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -2006,7 +2006,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "bitflags", "frame-metadata", @@ -2061,7 +2061,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2073,7 +2073,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2085,7 +2085,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro2", "quote", @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2118,7 +2118,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "log", @@ -2146,7 +2146,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "sp-api", @@ -2170,7 +2170,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "sp-api", @@ -2383,7 +2383,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "chrono", "frame-election-provider-support", @@ -4595,7 +4595,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -4611,7 +4611,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -4626,7 +4626,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4650,7 +4650,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4726,7 +4726,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4808,7 +4808,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4865,7 +4865,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4883,7 +4883,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4921,7 +4921,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4937,7 +4937,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4957,7 +4957,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5009,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5025,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5071,7 +5071,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5088,7 +5088,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5126,7 +5126,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5177,7 +5177,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5193,7 +5193,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5207,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5230,7 +5230,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "sp-arithmetic", @@ -5250,7 +5250,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5282,7 +5282,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-support", "frame-system", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5335,7 +5335,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5363,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -5379,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-benchmarking", "frame-support", @@ -7775,7 +7775,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8035,7 +8035,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "sp-core", @@ -8046,7 +8046,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "derive_more", @@ -8073,7 +8073,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8096,7 +8096,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8128,7 +8128,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8139,7 +8139,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "chrono", "fdlimit", @@ -8177,7 +8177,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "fnv", "futures 0.3.17", @@ -8205,7 +8205,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "hash-db", "kvdb", @@ -8230,7 +8230,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "futures 0.3.17", @@ -8254,7 +8254,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "derive_more", @@ -8297,7 +8297,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "derive_more", "futures 0.3.17", @@ -8321,7 +8321,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8334,7 +8334,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "assert_matches", "async-trait", @@ -8368,7 +8368,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "futures 0.3.17", @@ -8394,7 +8394,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "sc-client-api", "sp-authorship", @@ -8405,7 +8405,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8431,7 +8431,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "derive_more", "environmental", @@ -8449,7 +8449,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "parity-scale-codec", @@ -8465,7 +8465,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8484,7 +8484,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "derive_more", @@ -8521,7 +8521,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "derive_more", "finality-grandpa", @@ -8545,7 +8545,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8562,7 +8562,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "derive_more", @@ -8577,7 +8577,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "hash-db", "parity-scale-codec", @@ -8595,7 +8595,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-std", "async-trait", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8662,7 +8662,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "bytes 1.0.1", "fnv", @@ -8689,7 +8689,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "libp2p", @@ -8702,7 +8702,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "hash-db", @@ -8742,7 +8742,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8767,7 +8767,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8784,7 +8784,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "directories", @@ -8849,7 +8849,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "parity-scale-codec", @@ -8863,7 +8863,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8885,7 +8885,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "chrono", "futures 0.3.17", @@ -8903,7 +8903,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8932,7 +8932,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8943,7 +8943,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "intervalier", @@ -8970,7 +8970,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "derive_more", "futures 0.3.17", @@ -8984,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9416,7 +9416,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "hash-db", "log", @@ -9433,7 +9433,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9458,7 +9458,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "integer-sqrt", "num-traits", @@ -9473,7 +9473,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9486,7 +9486,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "parity-scale-codec", @@ -9498,7 +9498,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "sp-api", @@ -9510,7 +9510,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "log", @@ -9528,7 +9528,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "futures 0.3.17", @@ -9547,7 +9547,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "merlin", @@ -9570,7 +9570,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9581,7 +9581,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9593,7 +9593,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "base58", "blake2-rfc", @@ -9638,7 +9638,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9647,7 +9647,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro2", "quote", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "environmental", "parity-scale-codec", @@ -9668,7 +9668,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "finality-grandpa", "log", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9700,7 +9700,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "hash-db", @@ -9725,7 +9725,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "lazy_static", "sp-core", @@ -9736,7 +9736,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "derive_more", @@ -9753,7 +9753,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "zstd", ] @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9776,7 +9776,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9787,7 +9787,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "sp-api", "sp-core", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "backtrace", ] @@ -9805,7 +9805,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "rustc-hash", "serde", @@ -9815,7 +9815,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "either", "hash256-std-hasher", @@ -9837,7 +9837,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9866,7 +9866,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "serde", "serde_json", @@ -9875,7 +9875,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9889,7 +9889,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "scale-info", @@ -9900,7 +9900,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "hash-db", "log", @@ -9923,12 +9923,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "sp-core", @@ -9954,7 +9954,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9970,7 +9970,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "erased-serde", "log", @@ -9988,7 +9988,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "sp-api", "sp-runtime", @@ -9997,7 +9997,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "log", @@ -10013,7 +10013,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "hash-db", "memory-db", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10044,7 +10044,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10055,7 +10055,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10251,7 +10251,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "platforms", ] @@ -10259,7 +10259,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10281,7 +10281,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-std", "derive_more", @@ -10295,7 +10295,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "async-trait", "futures 0.3.17", @@ -10322,7 +10322,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10332,7 +10332,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10343,7 +10343,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10496,7 +10496,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "frame-system", "futures 0.3.17", @@ -10903,7 +10903,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c000780dba99a611fadbf83873073e024be1be0b" +source = "git+https://github.com/paritytech/substrate?branch=master#e30db04a7ec3b259e66d7b0334e42e538ed69b96" dependencies = [ "log", "parity-scale-codec", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 78e910f01f..39a532b475 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -702,6 +702,9 @@ parameter_types! { pub const BountyValueMinimum: Balance = 200 * CENTS; pub const MaxApprovals: u32 = 100; pub const MaxAuthorities: u32 = 100_000; + pub const MaxKeys: u32 = 10_000; + pub const MaxPeerInHeartbeats: u32 = 10_000; + pub const MaxPeerDataEncodingSize: u32 = 1_000; } type ApproveOrigin = EnsureOneOf< @@ -774,6 +777,9 @@ impl pallet_im_online::Config for Runtime { type ReportUnresponsiveness = Offences; type UnsignedPriority = ImOnlineUnsignedPriority; type WeightInfo = weights::pallet_im_online::WeightInfo; + type MaxKeys = MaxKeys; + type MaxPeerInHeartbeats = MaxPeerInHeartbeats; + type MaxPeerDataEncodingSize = MaxPeerDataEncodingSize; } impl pallet_grandpa::Config for Runtime { diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 8b0230dffa..72a5c74884 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -688,6 +688,9 @@ parameter_types! { pub const BountyValueMinimum: Balance = 10 * DOLLARS; pub const MaxApprovals: u32 = 100; pub const MaxAuthorities: u32 = 100_000; + pub const MaxKeys: u32 = 10_000; + pub const MaxPeerInHeartbeats: u32 = 10_000; + pub const MaxPeerDataEncodingSize: u32 = 1_000; } type ApproveOrigin = EnsureOneOf< @@ -760,6 +763,9 @@ impl pallet_im_online::Config for Runtime { type ReportUnresponsiveness = Offences; type UnsignedPriority = ImOnlineUnsignedPriority; type WeightInfo = weights::pallet_im_online::WeightInfo; + type MaxKeys = MaxKeys; + type MaxPeerInHeartbeats = MaxPeerInHeartbeats; + type MaxPeerDataEncodingSize = MaxPeerDataEncodingSize; } impl pallet_grandpa::Config for Runtime { diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 182c8f953c..b86314c50b 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -377,6 +377,9 @@ parameter_types! { parameter_types! { pub const ImOnlineUnsignedPriority: TransactionPriority = TransactionPriority::max_value(); + pub const MaxKeys: u32 = 10_000; + pub const MaxPeerInHeartbeats: u32 = 10_000; + pub const MaxPeerDataEncodingSize: u32 = 1_000; } impl pallet_im_online::Config for Runtime { @@ -387,6 +390,9 @@ impl pallet_im_online::Config for Runtime { type ReportUnresponsiveness = Offences; type UnsignedPriority = ImOnlineUnsignedPriority; type WeightInfo = (); + type MaxKeys = MaxKeys; + type MaxPeerInHeartbeats = MaxPeerInHeartbeats; + type MaxPeerDataEncodingSize = MaxPeerDataEncodingSize; } parameter_types! { diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index e7587856ec..3ce1ef1def 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -483,6 +483,9 @@ impl pallet_authority_discovery::Config for Runtime { parameter_types! { pub const NposSolutionPriority: TransactionPriority = TransactionPriority::max_value() / 2; pub const ImOnlineUnsignedPriority: TransactionPriority = TransactionPriority::max_value(); + pub const MaxKeys: u32 = 10_000; + pub const MaxPeerInHeartbeats: u32 = 10_000; + pub const MaxPeerDataEncodingSize: u32 = 1_000; } impl pallet_im_online::Config for Runtime { @@ -493,6 +496,9 @@ impl pallet_im_online::Config for Runtime { type ReportUnresponsiveness = Offences; type UnsignedPriority = ImOnlineUnsignedPriority; type WeightInfo = weights::pallet_im_online::WeightInfo; + type MaxKeys = MaxKeys; + type MaxPeerInHeartbeats = MaxPeerInHeartbeats; + type MaxPeerDataEncodingSize = MaxPeerDataEncodingSize; } impl pallet_grandpa::Config for Runtime {