From 745b571e67305d700773e08318d7e48d7401ad67 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 21 Sep 2020 13:25:24 +0200 Subject: [PATCH 1/6] Companion PR for #7136 (WeightInfo for Session / Offences) (#1735) * Update `pallet_offences` trait * remove session weight tests * "Update Substrate" * Update Cargo.lock * Update Cargo.lock * remove unused code Co-authored-by: parity-processbot <> --- Cargo.lock | 268 +++++++++++++++--------------- runtime/kusama/src/lib.rs | 1 - runtime/polkadot/src/lib.rs | 1 - runtime/polkadot/tests/weights.rs | 26 --- runtime/rococo-v1/src/lib.rs | 1 - runtime/test-runtime/src/lib.rs | 1 - runtime/westend/src/lib.rs | 1 - 7 files changed, 134 insertions(+), 165 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05118901af1d..d5c9545cf50f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "serde", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "bitmask", "frame-metadata", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-api", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4069,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6549,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6662,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "serde", "serde_json", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "serde", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "serde", "sp-core", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "Inflector", "proc-macro-crate", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "serde", "serde_json", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "platforms", ] @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8610,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#75d987ba6bc4317f3f9783a1524f68904f282970" +source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index cecc7200cee8..b15c282b9b02 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -549,7 +549,6 @@ impl pallet_offences::Trait for Runtime { type IdentificationTuple = pallet_session::historical::IdentificationTuple; type OnOffenceHandler = Staking; type WeightSoftLimit = OffencesWeightSoftLimit; - type WeightInfo = (); } impl pallet_authority_discovery::Trait for Runtime {} diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 619dbce285f1..e6fe78d76929 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -605,7 +605,6 @@ impl pallet_offences::Trait for Runtime { type IdentificationTuple = pallet_session::historical::IdentificationTuple; type OnOffenceHandler = Staking; type WeightSoftLimit = OffencesWeightSoftLimit; - type WeightInfo = (); } impl pallet_authority_discovery::Trait for Runtime {} diff --git a/runtime/polkadot/tests/weights.rs b/runtime/polkadot/tests/weights.rs index be9fd79ad4e4..671a01094c58 100644 --- a/runtime/polkadot/tests/weights.rs +++ b/runtime/polkadot/tests/weights.rs @@ -33,7 +33,6 @@ use polkadot_runtime::{self, Runtime}; use runtime_common::MaximumBlockWeight; use pallet_elections_phragmen::Call as PhragmenCall; -use pallet_session::Call as SessionCall; use frame_system::Call as SystemCall; type DbWeight = ::DbWeight; @@ -57,31 +56,6 @@ fn weight_of_system_set_code_is_correct() { assert_eq!(weight, expected_weight); } -#[test] -fn weight_of_session_set_keys_is_correct() { - // #[weight = 200_000_000 - // + T::DbWeight::get().reads(2 + T::Keys::key_ids().len() as Weight) - // + T::DbWeight::get().writes(1 + T::Keys::key_ids().len() as Weight)] - // - // Polkadot has five possible session keys, so we default to key_ids.len() = 5 - let expected_weight = 200_000_000 + (DbWeight::get().read * (2 + 5)) + (DbWeight::get().write * (1 + 5)); - let weight = SessionCall::set_keys::(Default::default(), Default::default()).get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} - -#[test] -fn weight_of_session_purge_keys_is_correct() { - // #[weight = 120_000_000 - // + T::DbWeight::get().reads_writes(2, 1 + T::Keys::key_ids().len() as Weight)] - // - // Polkadot has five possible session keys, so we default to key_ids.len() = 5 - let expected_weight = 120_000_000 + (DbWeight::get().read * 2) + (DbWeight::get().write * (1 + 5)); - let weight = SessionCall::purge_keys::().get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} - #[test] fn weight_of_phragmen_vote_is_correct() { // #[weight = 100_000_000] diff --git a/runtime/rococo-v1/src/lib.rs b/runtime/rococo-v1/src/lib.rs index 656f888ecea5..70238778eb2f 100644 --- a/runtime/rococo-v1/src/lib.rs +++ b/runtime/rococo-v1/src/lib.rs @@ -598,7 +598,6 @@ impl pallet_offences::Trait for Runtime { type IdentificationTuple = pallet_session::historical::IdentificationTuple; type OnOffenceHandler = Staking; type WeightSoftLimit = OffencesWeightSoftLimit; - type WeightInfo = (); } impl pallet_authority_discovery::Trait for Runtime {} diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index aee5d6cfd7eb..db66c2caa665 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -378,7 +378,6 @@ impl pallet_offences::Trait for Runtime { type IdentificationTuple = pallet_session::historical::IdentificationTuple; type OnOffenceHandler = Staking; type WeightSoftLimit = OffencesWeightSoftLimit; - type WeightInfo = (); } impl pallet_authority_discovery::Trait for Runtime {} diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 537b48898e6d..a555fee4c7fb 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -356,7 +356,6 @@ impl pallet_offences::Trait for Runtime { type IdentificationTuple = pallet_session::historical::IdentificationTuple; type OnOffenceHandler = Staking; type WeightSoftLimit = OffencesWeightSoftLimit; - type WeightInfo = (); } impl pallet_authority_discovery::Trait for Runtime {} From 6c169ca4c35e04d7f890b70ce83d085ee0755387 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 21 Sep 2020 16:03:26 +0200 Subject: [PATCH 2/6] Companion for 7155 (WeightInfo for Babe and Grandpa) (#1736) * Add WeightInfo to traits * Update Cargo.lock * "Update Substrate" Co-authored-by: parity-processbot <> --- Cargo.lock | 268 ++++++++++++++++---------------- runtime/kusama/src/lib.rs | 4 + runtime/polkadot/src/lib.rs | 6 +- runtime/rococo-v1/src/lib.rs | 4 + runtime/test-runtime/src/lib.rs | 4 + runtime/westend/src/lib.rs | 4 + 6 files changed, 155 insertions(+), 135 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5c9545cf50f..e0c889a6debc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "serde", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "bitmask", "frame-metadata", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-api", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4069,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6549,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6662,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "serde", "serde_json", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "serde", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "serde", "sp-core", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "Inflector", "proc-macro-crate", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "serde", "serde_json", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "platforms", ] @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8610,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index b15c282b9b02..fcea55109891 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -193,6 +193,8 @@ impl pallet_babe::Trait for Runtime { type HandleEquivocation = pallet_babe::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { @@ -586,6 +588,8 @@ impl pallet_grandpa::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = pallet_grandpa::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index e6fe78d76929..32adf1eb0ae6 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -210,7 +210,9 @@ impl pallet_babe::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = - pallet_babe::EquivocationHandler; + pallet_babe::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { @@ -642,6 +644,8 @@ impl pallet_grandpa::Trait for Runtime { type KeyOwnerProofSystem = Historical; type HandleEquivocation = pallet_grandpa::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { diff --git a/runtime/rococo-v1/src/lib.rs b/runtime/rococo-v1/src/lib.rs index 70238778eb2f..c089e092b422 100644 --- a/runtime/rococo-v1/src/lib.rs +++ b/runtime/rococo-v1/src/lib.rs @@ -667,6 +667,8 @@ impl pallet_babe::Trait for Runtime { type HandleEquivocation = pallet_babe::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { @@ -700,6 +702,8 @@ impl pallet_grandpa::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = pallet_grandpa::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index db66c2caa665..abc7b2c376d5 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -157,6 +157,8 @@ impl pallet_babe::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = (); + + type WeightInfo = (); } parameter_types! { @@ -323,6 +325,8 @@ impl pallet_grandpa::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = (); + + type WeightInfo = (); } impl frame_system::offchain::CreateSignedTransaction for Runtime where diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index a555fee4c7fb..e5be5bd42dc5 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -184,6 +184,8 @@ impl pallet_babe::Trait for Runtime { type HandleEquivocation = pallet_babe::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { @@ -393,6 +395,8 @@ impl pallet_grandpa::Trait for Runtime { )>>::IdentificationTuple; type HandleEquivocation = pallet_grandpa::EquivocationHandler; + + type WeightInfo = (); } parameter_types! { From 41e56d3886ee31c808c3c8e5b24ea37d41d47b9c Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Tue, 22 Sep 2020 16:01:06 +0200 Subject: [PATCH 3/6] Companion for substrate/pull/7161 (#1739) * Companion for https://github.com/paritytech/substrate/pull/7161 * Update weights * Update tests * remove weight tests * Update weights using benchmarking machine ./substrate2/target/release/substrate benchmark --chain dev --steps 50 --repeat 20 --pallet pallet_elections_phragmen --extrinsic "*" --raw --execution=wasm --wasm-execution=compiled --output * "Update Substrate" Co-authored-by: Shawn Tabrizi Co-authored-by: parity-processbot <> --- Cargo.lock | 268 +++++++++--------- runtime/kusama/src/lib.rs | 2 +- runtime/kusama/src/weights/mod.rs | 1 + .../src/weights/pallet_elections_phragmen.rs | 89 ++++++ runtime/polkadot/src/lib.rs | 2 +- runtime/polkadot/src/weights/mod.rs | 1 + .../src/weights/pallet_elections_phragmen.rs | 89 ++++++ runtime/polkadot/tests/weights.rs | 83 ------ 8 files changed, 316 insertions(+), 219 deletions(-) create mode 100644 runtime/kusama/src/weights/pallet_elections_phragmen.rs create mode 100644 runtime/polkadot/src/weights/pallet_elections_phragmen.rs delete mode 100644 runtime/polkadot/tests/weights.rs diff --git a/Cargo.lock b/Cargo.lock index e0c889a6debc..12267ca34cea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "serde", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "bitmask", "frame-metadata", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-api", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4069,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6549,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6662,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "serde", "serde_json", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "serde", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "serde", "sp-core", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "Inflector", "proc-macro-crate", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "serde", "serde_json", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "platforms", ] @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8610,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#93b2c36622eed3257d8750c112adb4f23f4f4c5e" +source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index fcea55109891..474ad2e2ee07 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -459,7 +459,7 @@ impl pallet_elections_phragmen::Trait for Runtime { type DesiredRunnersUp = DesiredRunnersUp; type TermDuration = TermDuration; type ModuleId = ElectionsPhragmenModuleId; - type WeightInfo = (); + type WeightInfo = weights::pallet_elections_phragmen::WeightInfo; } parameter_types! { diff --git a/runtime/kusama/src/weights/mod.rs b/runtime/kusama/src/weights/mod.rs index 9aa57bd71fd3..3818a53ccd28 100644 --- a/runtime/kusama/src/weights/mod.rs +++ b/runtime/kusama/src/weights/mod.rs @@ -27,3 +27,4 @@ pub mod pallet_timestamp; pub mod pallet_treasury; pub mod pallet_utility; pub mod pallet_vesting; +pub mod pallet_elections_phragmen; diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs new file mode 100644 index 000000000000..f7ce1620a1f5 --- /dev/null +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -0,0 +1,89 @@ +// This file is part of Substrate. + +// Copyright (C) 2019-2020 Parity Technologies (UK) Ltd. +// SPDX-License-Identifier: Apache-2.0 + +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0-rc6 + +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::weights::{Weight, constants::RocksDbWeight as DbWeight}; + +pub struct WeightInfo; +impl pallet_elections_phragmen::WeightInfo for WeightInfo { + fn vote(v: u32, ) -> Weight { + (91_489_000 as Weight) + .saturating_add((199_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(5 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn vote_update(v: u32, ) -> Weight { + (56_511_000 as Weight) + .saturating_add((245_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(5 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn remove_voter() -> Weight { + (76_714_000 as Weight) + .saturating_add(DbWeight::get().reads(2 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn report_defunct_voter_correct(c: u32, v: u32, ) -> Weight { + (0 as Weight) + .saturating_add((1_743_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((31_750_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(7 as Weight)) + .saturating_add(DbWeight::get().writes(3 as Weight)) + } + fn report_defunct_voter_incorrect(c: u32, v: u32, ) -> Weight { + (0 as Weight) + .saturating_add((1_733_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((31_861_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(6 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn submit_candidacy(c: u32, ) -> Weight { + (74_714_000 as Weight) + .saturating_add((315_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(DbWeight::get().reads(3 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn renounce_candidacy_candidate(c: u32, ) -> Weight { + (50_408_000 as Weight) + .saturating_add((159_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(DbWeight::get().reads(1 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn renounce_candidacy_members() -> Weight { + (79_626_000 as Weight) + .saturating_add(DbWeight::get().reads(3 as Weight)) + .saturating_add(DbWeight::get().writes(4 as Weight)) + } + fn renounce_candidacy_runners_up() -> Weight { + (49_715_000 as Weight) + .saturating_add(DbWeight::get().reads(1 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn remove_member_with_replacement() -> Weight { + (76_572_000 as Weight) + .saturating_add(DbWeight::get().reads(4 as Weight)) + .saturating_add(DbWeight::get().writes(5 as Weight)) + } + fn remove_member_wrong_refund() -> Weight { + (8_777_000 as Weight) + .saturating_add(DbWeight::get().reads(1 as Weight)) + } +} diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 32adf1eb0ae6..7dd889133c5d 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -515,7 +515,7 @@ impl pallet_elections_phragmen::Trait for Runtime { type DesiredMembers = DesiredMembers; type DesiredRunnersUp = DesiredRunnersUp; type TermDuration = TermDuration; - type WeightInfo = (); + type WeightInfo = weights::pallet_elections_phragmen::WeightInfo; } parameter_types! { diff --git a/runtime/polkadot/src/weights/mod.rs b/runtime/polkadot/src/weights/mod.rs index 9aa57bd71fd3..3818a53ccd28 100644 --- a/runtime/polkadot/src/weights/mod.rs +++ b/runtime/polkadot/src/weights/mod.rs @@ -27,3 +27,4 @@ pub mod pallet_timestamp; pub mod pallet_treasury; pub mod pallet_utility; pub mod pallet_vesting; +pub mod pallet_elections_phragmen; diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs new file mode 100644 index 000000000000..f7ce1620a1f5 --- /dev/null +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -0,0 +1,89 @@ +// This file is part of Substrate. + +// Copyright (C) 2019-2020 Parity Technologies (UK) Ltd. +// SPDX-License-Identifier: Apache-2.0 + +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0-rc6 + +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::weights::{Weight, constants::RocksDbWeight as DbWeight}; + +pub struct WeightInfo; +impl pallet_elections_phragmen::WeightInfo for WeightInfo { + fn vote(v: u32, ) -> Weight { + (91_489_000 as Weight) + .saturating_add((199_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(5 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn vote_update(v: u32, ) -> Weight { + (56_511_000 as Weight) + .saturating_add((245_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(5 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn remove_voter() -> Weight { + (76_714_000 as Weight) + .saturating_add(DbWeight::get().reads(2 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn report_defunct_voter_correct(c: u32, v: u32, ) -> Weight { + (0 as Weight) + .saturating_add((1_743_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((31_750_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(7 as Weight)) + .saturating_add(DbWeight::get().writes(3 as Weight)) + } + fn report_defunct_voter_incorrect(c: u32, v: u32, ) -> Weight { + (0 as Weight) + .saturating_add((1_733_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((31_861_000 as Weight).saturating_mul(v as Weight)) + .saturating_add(DbWeight::get().reads(6 as Weight)) + .saturating_add(DbWeight::get().writes(2 as Weight)) + } + fn submit_candidacy(c: u32, ) -> Weight { + (74_714_000 as Weight) + .saturating_add((315_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(DbWeight::get().reads(3 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn renounce_candidacy_candidate(c: u32, ) -> Weight { + (50_408_000 as Weight) + .saturating_add((159_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(DbWeight::get().reads(1 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn renounce_candidacy_members() -> Weight { + (79_626_000 as Weight) + .saturating_add(DbWeight::get().reads(3 as Weight)) + .saturating_add(DbWeight::get().writes(4 as Weight)) + } + fn renounce_candidacy_runners_up() -> Weight { + (49_715_000 as Weight) + .saturating_add(DbWeight::get().reads(1 as Weight)) + .saturating_add(DbWeight::get().writes(1 as Weight)) + } + fn remove_member_with_replacement() -> Weight { + (76_572_000 as Weight) + .saturating_add(DbWeight::get().reads(4 as Weight)) + .saturating_add(DbWeight::get().writes(5 as Weight)) + } + fn remove_member_wrong_refund() -> Weight { + (8_777_000 as Weight) + .saturating_add(DbWeight::get().reads(1 as Weight)) + } +} diff --git a/runtime/polkadot/tests/weights.rs b/runtime/polkadot/tests/weights.rs deleted file mode 100644 index 671a01094c58..000000000000 --- a/runtime/polkadot/tests/weights.rs +++ /dev/null @@ -1,83 +0,0 @@ -// Copyright 2020 Parity Technologies (UK) Ltd. -// This file is part of Polkadot. - -// Polkadot is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Polkadot is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see . - -//! Tests to make sure that Polkadot's weights and fees match what we -//! expect from Substrate. -//! -//! These test are not meant to be exhaustive, as it is inevitable that -//! weights in Substrate will change. Instead they are supposed to provide -//! some sort of indicator that calls we consider important (e.g pallet_balances::transfer) -//! have not suddenly changed from under us. -//! -//! Some of the tests in this crate print insightful logs. Run with: -//! -//! ``` -//! $ cargo test -p polkadot-runtime -- --nocapture --test-threads=1 -//! ``` - -use frame_support::weights::{constants::*, GetDispatchInfo}; -use polkadot_runtime::{self, Runtime}; -use runtime_common::MaximumBlockWeight; - -use pallet_elections_phragmen::Call as PhragmenCall; -use frame_system::Call as SystemCall; - -type DbWeight = ::DbWeight; - -#[test] -fn sanity_check_weight_per_time_constants_are_as_expected() { - // These values comes from Substrate, we want to make sure that if it - // ever changes we don't accidentally break Polkadot - assert_eq!(WEIGHT_PER_SECOND, 1_000_000_000_000); - assert_eq!(WEIGHT_PER_MILLIS, WEIGHT_PER_SECOND / 1000); - assert_eq!(WEIGHT_PER_MICROS, WEIGHT_PER_MILLIS / 1000); - assert_eq!(WEIGHT_PER_NANOS, WEIGHT_PER_MICROS / 1000); -} - -#[test] -fn weight_of_system_set_code_is_correct() { - // #[weight = (T::MaximumBlockWeight::get(), DispatchClass::Operational)] - let expected_weight = MaximumBlockWeight::get(); - let weight = SystemCall::set_code::(vec![]).get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} - -#[test] -fn weight_of_phragmen_vote_is_correct() { - // #[weight = 100_000_000] - let expected_weight = 350_000_000; - let weight = PhragmenCall::vote::(Default::default(), Default::default()).get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} - -#[test] -fn weight_of_phragmen_submit_candidacy_is_correct() { - let expected_weight = WEIGHT_PER_MICROS * 35 + 1 * 375 * WEIGHT_PER_NANOS + DbWeight::get().reads_writes(4, 1); - let weight = PhragmenCall::submit_candidacy::(1).get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} - -#[test] -fn weight_of_phragmen_renounce_candidacy_is_correct() { - let expected_weight = 46 * WEIGHT_PER_MICROS + DbWeight::get().reads_writes(2, 2); - let weight = PhragmenCall::renounce_candidacy::(pallet_elections_phragmen::Renouncing::Member) - .get_dispatch_info().weight; - - assert_eq!(weight, expected_weight); -} From fea0b53e1d8d1d866a341e0f2dfdf5da9dc826df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 22 Sep 2020 16:19:12 +0200 Subject: [PATCH 4/6] Companion for `ModuleToIndex` to `PalletInfo` rename (#1743) * Companion for `ModuleToIndex` to `PalletInfo` rename * "Update Substrate" Co-authored-by: parity-processbot <> Co-authored-by: Benjamin Kampmann --- Cargo.lock | 268 ++++++++++++++++---------------- runtime/common/src/claims.rs | 2 +- runtime/common/src/crowdfund.rs | 2 +- runtime/common/src/lib.rs | 2 +- runtime/common/src/purchase.rs | 2 +- runtime/common/src/slots.rs | 2 +- runtime/kusama/src/lib.rs | 2 +- runtime/parachains/src/mock.rs | 2 +- runtime/polkadot/src/lib.rs | 2 +- runtime/rococo-v1/src/lib.rs | 2 +- runtime/test-runtime/src/lib.rs | 2 +- runtime/westend/src/lib.rs | 2 +- 12 files changed, 145 insertions(+), 145 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12267ca34cea..d034906a741c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "serde", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "bitmask", "frame-metadata", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-api", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4069,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6549,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6662,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "serde", "serde_json", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "serde", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "serde", "sp-core", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "Inflector", "proc-macro-crate", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "serde", "serde_json", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "platforms", ] @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8610,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c392ca5b5ea6d0b5acb0e7682fd091f059f01a74" +source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/runtime/common/src/claims.rs b/runtime/common/src/claims.rs index b8e89c4c9555..c66eee03f194 100644 --- a/runtime/common/src/claims.rs +++ b/runtime/common/src/claims.rs @@ -686,7 +686,7 @@ mod tests { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = Balances; diff --git a/runtime/common/src/crowdfund.rs b/runtime/common/src/crowdfund.rs index fba53daa67a1..139b09ac3d7f 100644 --- a/runtime/common/src/crowdfund.rs +++ b/runtime/common/src/crowdfund.rs @@ -620,7 +620,7 @@ mod tests { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = Balances; diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 50218d39d51e..cdd2aa8f204e 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -165,7 +165,7 @@ mod multiplier_tests { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = (); type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/common/src/purchase.rs b/runtime/common/src/purchase.rs index e69f910ce9cd..876ac695ac22 100644 --- a/runtime/common/src/purchase.rs +++ b/runtime/common/src/purchase.rs @@ -449,7 +449,7 @@ mod tests { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = Balances; diff --git a/runtime/common/src/slots.rs b/runtime/common/src/slots.rs index 0353ce7a3236..2e38a94fbc83 100644 --- a/runtime/common/src/slots.rs +++ b/runtime/common/src/slots.rs @@ -989,7 +989,7 @@ mod tests { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = Balances; diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 474ad2e2ee07..e7accaafdf62 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -145,7 +145,7 @@ impl frame_system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = Version; - type ModuleToIndex = ModuleToIndex; + type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/parachains/src/mock.rs b/runtime/parachains/src/mock.rs index 59e494091e0b..3d08653ee12d 100644 --- a/runtime/parachains/src/mock.rs +++ b/runtime/parachains/src/mock.rs @@ -88,7 +88,7 @@ impl frame_system::Trait for Test { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = (); - type ModuleToIndex = (); + type PalletInfo = (); type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 7dd889133c5d..255cb51a43f6 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -163,7 +163,7 @@ impl frame_system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = Version; - type ModuleToIndex = ModuleToIndex; + type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/rococo-v1/src/lib.rs b/runtime/rococo-v1/src/lib.rs index c089e092b422..4a6d8d1d699b 100644 --- a/runtime/rococo-v1/src/lib.rs +++ b/runtime/rococo-v1/src/lib.rs @@ -424,7 +424,7 @@ impl frame_system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = Version; - type ModuleToIndex = ModuleToIndex; + type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index abc7b2c376d5..087ab146ac72 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -118,7 +118,7 @@ impl frame_system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = Version; - type ModuleToIndex = ModuleToIndex; + type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index e5be5bd42dc5..05a653fe72f0 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -136,7 +136,7 @@ impl frame_system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; type AvailableBlockRatio = AvailableBlockRatio; type Version = Version; - type ModuleToIndex = ModuleToIndex; + type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); From 048c75c8c0cfd6473e698c08432c9e35809d26b3 Mon Sep 17 00:00:00 2001 From: Guillaume Thiolliere Date: Tue, 22 Sep 2020 17:20:13 +0200 Subject: [PATCH 5/6] Companion: Handle construct_runtime breaking change. (#1692) * use construct_runtime index * fix * "Update Substrate" Co-authored-by: parity-processbot <> --- Cargo.lock | 270 ++++++++++++++++++------------------ runtime/common/src/dummy.rs | 40 ------ runtime/common/src/lib.rs | 2 - runtime/kusama/src/lib.rs | 109 ++++++++------- runtime/polkadot/src/lib.rs | 113 ++++++++------- runtime/westend/src/lib.rs | 62 ++++----- 6 files changed, 279 insertions(+), 317 deletions(-) delete mode 100644 runtime/common/src/dummy.rs diff --git a/Cargo.lock b/Cargo.lock index d034906a741c..0aebf5b5413a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -1488,8 +1488,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +version = "12.0.0-rc6" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "serde", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "bitmask", "frame-metadata", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-api", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4069,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4231,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6549,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6662,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +6960,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7082,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "serde", "serde_json", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +7979,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +7988,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "serde", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "serde", "sp-core", @@ -8197,7 +8197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "Inflector", "proc-macro-crate", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "serde", "serde_json", @@ -8256,7 +8256,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "platforms", ] @@ -8573,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8610,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#5ca3777c47eb268faab5cda61a222c4bfdbec058" +source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/runtime/common/src/dummy.rs b/runtime/common/src/dummy.rs deleted file mode 100644 index 21908b0cb136..000000000000 --- a/runtime/common/src/dummy.rs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright 2020 Parity Technologies (UK) Ltd. -// This file is part of Polkadot. - -// Polkadot is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Polkadot is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see . - -//! A dummy module for holding place of modules in a runtime. - -use frame_support::{decl_module, decl_storage, decl_event}; - -pub trait Trait: frame_system::Trait { - type Event: Into<::Event>; -} - -decl_module! { - pub struct Module, I: Instance = DefaultInstance> for enum Call where origin: T::Origin { - } -} - -decl_storage! { - trait Store for Module, I: Instance = DefaultInstance> as Dummy { } -} - -decl_event!{ - pub enum Event where - ::AccountId - { - Dummy(AccountId), - } -} diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index cdd2aa8f204e..f2cabd877b94 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -26,8 +26,6 @@ pub mod purchase; pub mod impls; pub mod paras_sudo_wrapper; -pub mod dummy; - use primitives::v1::{BlockNumber, ValidatorId}; use sp_runtime::{Perquintill, Perbill, FixedPointNumber, traits::Saturating}; use frame_support::{ diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index e7accaafdf62..70a091c9f387 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -29,7 +29,7 @@ use primitives::v1::{ CommittedCandidateReceipt, PersistedValidationData, GroupRotationInfo, ValidationCode, }; use runtime_common::{ - dummy, claims, SlowAdjustingFeeUpdate, + claims, SlowAdjustingFeeUpdate, impls::{CurrencyToVoteHandler, ToAuthor}, NegativeImbalance, BlockHashCount, MaximumBlockWeight, AvailableBlockRatio, MaximumBlockLength, BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, @@ -786,10 +786,6 @@ parameter_types! { pub const MaxPending: u16 = 32; } -impl dummy::Trait for Runtime { - type Event = Event; -} - /// The type used to represent the kinds of proxying allowed. #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] pub enum ProxyType { @@ -828,10 +824,6 @@ impl InstanceFilter for ProxyType { Call::TechnicalMembership(..) | Call::Treasury(..) | Call::Claims(..) | - Call::DummyParachains(..) | - Call::DummyAttestations(..) | - Call::DummySlots(..) | - Call::DummyRegistrar(..) | Call::Utility(..) | Call::Identity(..) | Call::Society(..) | @@ -891,11 +883,34 @@ impl pallet_proxy::Trait for Runtime { pub struct CustomOnRuntimeUpgrade; impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade { fn on_runtime_upgrade() -> frame_support::weights::Weight { - if pallet_scheduler::Module::::migrate_v1_to_t2() { - ::MaximumBlockWeight::get() - } else { - ::DbWeight::get().reads(1) + 500_000_000 + // Update scheduler origin usage + #[derive(Encode, Decode)] + #[allow(non_camel_case_types)] + pub enum OldOriginCaller { + system(frame_system::Origin), + pallet_collective_Instance1( + pallet_collective::Origin + ), + pallet_collective_Instance2( + pallet_collective::Origin + ), } + + impl Into for OldOriginCaller { + fn into(self) -> OriginCaller { + match self { + OldOriginCaller::system(o) => OriginCaller::system(o), + OldOriginCaller::pallet_collective_Instance1(o) => + OriginCaller::pallet_collective_Instance1(o), + OldOriginCaller::pallet_collective_Instance2(o) => + OriginCaller::pallet_collective_Instance2(o), + } + } + } + + pallet_scheduler::Module::::migrate_origin::(); + + ::MaximumBlockWeight::get() } } @@ -906,68 +921,62 @@ construct_runtime! { UncheckedExtrinsic = UncheckedExtrinsic { // Basic stuff; balances is uncallable initially. - System: frame_system::{Module, Call, Storage, Config, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage}, + System: frame_system::{Module, Call, Storage, Config, Event} = 0, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage} = 32, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned}, + Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned} = 1, - Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Indices: pallet_indices::{Module, Call, Storage, Config, Event}, - Balances: pallet_balances::{Module, Call, Storage, Config, Event}, - TransactionPayment: pallet_transaction_payment::{Module, Storage}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent} = 2, + Indices: pallet_indices::{Module, Call, Storage, Config, Event} = 3, + Balances: pallet_balances::{Module, Call, Storage, Config, Event} = 4, + TransactionPayment: pallet_transaction_payment::{Module, Storage} = 33, // Consensus support. - Authorship: pallet_authorship::{Module, Call, Storage}, - Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - Offences: pallet_offences::{Module, Call, Storage, Event}, - Historical: session_historical::{Module}, - Session: pallet_session::{Module, Call, Storage, Event, Config}, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent}, - Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config}, - AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config}, + Authorship: pallet_authorship::{Module, Call, Storage} = 5, + Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 6, + Offences: pallet_offences::{Module, Call, Storage, Event} = 7, + Historical: session_historical::{Module} = 34, + Session: pallet_session::{Module, Call, Storage, Event, Config} = 8, + FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 9, + Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 10, + ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 11, + AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 12, // Governance stuff; uncallable initially. - Democracy: pallet_democracy::{Module, Call, Storage, Config, Event}, - Council: pallet_collective::::{Module, Call, Storage, Origin, Event, Config}, - TechnicalCommittee: pallet_collective::::{Module, Call, Storage, Origin, Event, Config}, - ElectionsPhragmen: pallet_elections_phragmen::{Module, Call, Storage, Event, Config}, - TechnicalMembership: pallet_membership::::{Module, Call, Storage, Event, Config}, - Treasury: pallet_treasury::{Module, Call, Storage, Event}, + Democracy: pallet_democracy::{Module, Call, Storage, Config, Event} = 13, + Council: pallet_collective::::{Module, Call, Storage, Origin, Event, Config} = 14, + TechnicalCommittee: pallet_collective::::{Module, Call, Storage, Origin, Event, Config} = 15, + ElectionsPhragmen: pallet_elections_phragmen::{Module, Call, Storage, Event, Config} = 16, + TechnicalMembership: pallet_membership::::{Module, Call, Storage, Event, Config} = 17, + Treasury: pallet_treasury::{Module, Call, Storage, Event} = 18, // Claims. Usable initially. - Claims: claims::{Module, Call, Storage, Event, Config, ValidateUnsigned}, - - // Old parachains stuff. All dummies to avoid messing up the transaction indices. - DummyParachains: dummy::::{Module, Call}, - DummyAttestations: dummy::::{Module, Call}, - DummySlots: dummy::::{Module, Call, Event}, - DummyRegistrar: dummy::::{Module, Call, Event}, + Claims: claims::{Module, Call, Storage, Event, Config, ValidateUnsigned} = 19, // Utility module. - Utility: pallet_utility::{Module, Call, Event}, + Utility: pallet_utility::{Module, Call, Event} = 24, // Less simple identity module. - Identity: pallet_identity::{Module, Call, Storage, Event}, + Identity: pallet_identity::{Module, Call, Storage, Event} = 25, // Society module. - Society: pallet_society::{Module, Call, Storage, Event}, + Society: pallet_society::{Module, Call, Storage, Event} = 26, // Social recovery module. - Recovery: pallet_recovery::{Module, Call, Storage, Event}, + Recovery: pallet_recovery::{Module, Call, Storage, Event} = 27, // Vesting. Usable initially, but removed once all vesting is finished. - Vesting: pallet_vesting::{Module, Call, Storage, Event, Config}, + Vesting: pallet_vesting::{Module, Call, Storage, Event, Config} = 28, // System scheduler. - Scheduler: pallet_scheduler::{Module, Call, Storage, Event}, + Scheduler: pallet_scheduler::{Module, Call, Storage, Event} = 29, // Proxy module. Late addition. - Proxy: pallet_proxy::{Module, Call, Storage, Event}, + Proxy: pallet_proxy::{Module, Call, Storage, Event} = 30, // Multisig module. Late addition. - Multisig: pallet_multisig::{Module, Call, Storage, Event}, + Multisig: pallet_multisig::{Module, Call, Storage, Event} = 31, } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 255cb51a43f6..f629cef9f1eb 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -21,7 +21,7 @@ #![recursion_limit="256"] use runtime_common::{ - dummy, claims, SlowAdjustingFeeUpdate, + claims, SlowAdjustingFeeUpdate, impls::{CurrencyToVoteHandler, ToAuthor}, NegativeImbalance, BlockHashCount, MaximumBlockWeight, AvailableBlockRatio, MaximumBlockLength, BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, @@ -112,11 +112,6 @@ pub struct BaseFilter; impl Filter for BaseFilter { fn filter(call: &Call) -> bool { match call { - // Parachains stuff - Call::DummyParachains(_) | Call::DummyAttestations(_) | Call::DummySlots(_) | Call::DummyRegistrar(_) | - Call::DummyPurchase(_) => - false, - // These modules are all allowed to be called by transactions: Call::Democracy(_) | Call::Council(_) | Call::TechnicalCommittee(_) | Call::TechnicalMembership(_) | Call::Treasury(_) | Call::ElectionsPhragmen(_) | @@ -778,10 +773,6 @@ parameter_types! { pub const MaxPending: u16 = 32; } -impl dummy::Trait for Runtime { - type Event = Event; -} - /// The type used to represent the kinds of proxying allowed. #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)] pub enum ProxyType { @@ -851,10 +842,6 @@ impl InstanceFilter for ProxyType { Call::ElectionsPhragmen(..) | Call::TechnicalMembership(..) | Call::Treasury(..) | - Call::DummyParachains(..) | - Call::DummyAttestations(..) | - Call::DummySlots(..) | - Call::DummyRegistrar(..) | Call::Claims(..) | Call::Vesting(pallet_vesting::Call::vest(..)) | Call::Vesting(pallet_vesting::Call::vest_other(..)) | @@ -906,7 +893,36 @@ impl pallet_proxy::Trait for Runtime { pub struct CustomOnRuntimeUpgrade; impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade { fn on_runtime_upgrade() -> frame_support::weights::Weight { - purchase::remove_pallet::() + purchase::remove_pallet::(); + + // Update scheduler origin usage + #[derive(Encode, Decode)] + #[allow(non_camel_case_types)] + pub enum OldOriginCaller { + system(frame_system::Origin), + pallet_collective_Instance1( + pallet_collective::Origin + ), + pallet_collective_Instance2( + pallet_collective::Origin + ), + } + + impl Into for OldOriginCaller { + fn into(self) -> OriginCaller { + match self { + OldOriginCaller::system(o) => OriginCaller::system(o), + OldOriginCaller::pallet_collective_Instance1(o) => + OriginCaller::pallet_collective_Instance1(o), + OldOriginCaller::pallet_collective_Instance2(o) => + OriginCaller::pallet_collective_Instance2(o), + } + } + } + + pallet_scheduler::Module::::migrate_origin::(); + + ::MaximumBlockWeight::get() } } @@ -917,61 +933,52 @@ construct_runtime! { UncheckedExtrinsic = UncheckedExtrinsic { // Basic stuff; balances is uncallable initially. - System: frame_system::{Module, Call, Storage, Config, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage}, - Scheduler: pallet_scheduler::{Module, Call, Storage, Event}, + System: frame_system::{Module, Call, Storage, Config, Event} = 0, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage} = 31, + Scheduler: pallet_scheduler::{Module, Call, Storage, Event} = 1, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned}, + Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned} = 2, - Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Indices: pallet_indices::{Module, Call, Storage, Config, Event}, - Balances: pallet_balances::{Module, Call, Storage, Config, Event}, - TransactionPayment: pallet_transaction_payment::{Module, Storage}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent} = 3, + Indices: pallet_indices::{Module, Call, Storage, Config, Event} = 4, + Balances: pallet_balances::{Module, Call, Storage, Config, Event} = 5, + TransactionPayment: pallet_transaction_payment::{Module, Storage} = 32, // Consensus support. - Authorship: pallet_authorship::{Module, Call, Storage}, - Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - Offences: pallet_offences::{Module, Call, Storage, Event}, - Historical: session_historical::{Module}, - Session: pallet_session::{Module, Call, Storage, Event, Config}, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent}, - Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config}, - AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config}, + Authorship: pallet_authorship::{Module, Call, Storage} = 6, + Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 7, + Offences: pallet_offences::{Module, Call, Storage, Event} = 8, + Historical: session_historical::{Module} = 33, + Session: pallet_session::{Module, Call, Storage, Event, Config} = 9, + FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 10, + Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 11, + ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 12, + AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 13, // Governance stuff. - Democracy: pallet_democracy::{Module, Call, Storage, Config, Event}, - Council: pallet_collective::::{Module, Call, Storage, Origin, Event, Config}, - TechnicalCommittee: pallet_collective::::{Module, Call, Storage, Origin, Event, Config}, - ElectionsPhragmen: pallet_elections_phragmen::{Module, Call, Storage, Event, Config}, - TechnicalMembership: pallet_membership::::{Module, Call, Storage, Event, Config}, - Treasury: pallet_treasury::{Module, Call, Storage, Event}, - - // Old parachains stuff. All dummies to avoid messing up the transaction indices. - DummyParachains: dummy::::{Module, Call}, - DummyAttestations: dummy::::{Module, Call}, - DummySlots: dummy::::{Module, Call, Event}, - DummyRegistrar: dummy::::{Module, Call, Event}, + Democracy: pallet_democracy::{Module, Call, Storage, Config, Event} = 14, + Council: pallet_collective::::{Module, Call, Storage, Origin, Event, Config} = 15, + TechnicalCommittee: pallet_collective::::{Module, Call, Storage, Origin, Event, Config} = 16, + ElectionsPhragmen: pallet_elections_phragmen::{Module, Call, Storage, Event, Config} = 17, + TechnicalMembership: pallet_membership::::{Module, Call, Storage, Event, Config} = 18, + Treasury: pallet_treasury::{Module, Call, Storage, Event} = 19, // Claims. Usable initially. - Claims: claims::{Module, Call, Storage, Event, Config, ValidateUnsigned}, + Claims: claims::{Module, Call, Storage, Event, Config, ValidateUnsigned} = 24, // Vesting. Usable initially, but removed once all vesting is finished. - Vesting: pallet_vesting::{Module, Call, Storage, Event, Config}, + Vesting: pallet_vesting::{Module, Call, Storage, Event, Config} = 25, // Cunning utilities. Usable initially. - Utility: pallet_utility::{Module, Call, Event}, - - // Old spot for the purchase pallet. Can be replaced later by a new pallet. - DummyPurchase: dummy::::{Module, Call, Event}, + Utility: pallet_utility::{Module, Call, Event} = 26, // Identity. Late addition. - Identity: pallet_identity::{Module, Call, Storage, Event}, + Identity: pallet_identity::{Module, Call, Storage, Event} = 28, // Proxy module. Late addition. - Proxy: pallet_proxy::{Module, Call, Storage, Event}, + Proxy: pallet_proxy::{Module, Call, Storage, Event} = 29, // Multisig dispatch. Late addition. - Multisig: pallet_multisig::{Module, Call, Storage, Event}, + Multisig: pallet_multisig::{Module, Call, Storage, Event} = 30, } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 05a653fe72f0..1780787a3d39 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -28,7 +28,7 @@ use primitives::v1::{ CommittedCandidateReceipt, PersistedValidationData, GroupRotationInfo, ValidationCode, }; use runtime_common::{ - dummy, purchase, SlowAdjustingFeeUpdate, + purchase, SlowAdjustingFeeUpdate, impls::{CurrencyToVoteHandler, ToAuthor}, BlockHashCount, MaximumBlockWeight, AvailableBlockRatio, MaximumBlockLength, BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, MaximumExtrinsicWeight, @@ -590,9 +590,6 @@ impl InstanceFilter for ProxyType { Call::Grandpa(..) | Call::ImOnline(..) | Call::AuthorityDiscovery(..) | - Call::DummyParachains(..) | - Call::DummyAttestations(..) | - Call::DummyRegistrar(..) | Call::Utility(..) | Call::Identity(..) | Call::Recovery(pallet_recovery::Call::as_recovered(..)) | @@ -650,10 +647,6 @@ impl pallet_proxy::Trait for Runtime { type AnnouncementDepositFactor = AnnouncementDepositFactor; } -impl dummy::Trait for Runtime { - type Event = Event; -} - construct_runtime! { pub enum Runtime where Block = Block, @@ -661,56 +654,51 @@ construct_runtime! { UncheckedExtrinsic = UncheckedExtrinsic { // Basic stuff; balances is uncallable initially. - System: frame_system::{Module, Call, Storage, Config, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage}, + System: frame_system::{Module, Call, Storage, Config, Event} = 0, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage} = 25, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned}, + Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned} = 1, - Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Indices: pallet_indices::{Module, Call, Storage, Config, Event}, - Balances: pallet_balances::{Module, Call, Storage, Config, Event}, - TransactionPayment: pallet_transaction_payment::{Module, Storage}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent} = 2, + Indices: pallet_indices::{Module, Call, Storage, Config, Event} = 3, + Balances: pallet_balances::{Module, Call, Storage, Config, Event} = 4, + TransactionPayment: pallet_transaction_payment::{Module, Storage} = 26, // Consensus support. - Authorship: pallet_authorship::{Module, Call, Storage}, - Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - Offences: pallet_offences::{Module, Call, Storage, Event}, - Historical: session_historical::{Module}, - Session: pallet_session::{Module, Call, Storage, Event, Config}, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent}, - Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned}, - ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config}, - AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config}, - - // Old Parachains stuff. All dummies to avoid messing up the transaction indices. - DummyParachains: dummy::::{Module, Call}, - DummyAttestations: dummy::::{Module, Call}, - DummyRegistrar: dummy::::{Module, Call, Event}, + Authorship: pallet_authorship::{Module, Call, Storage} = 5, + Staking: pallet_staking::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 6, + Offences: pallet_offences::{Module, Call, Storage, Event} = 7, + Historical: session_historical::{Module} = 27, + Session: pallet_session::{Module, Call, Storage, Event, Config} = 8, + FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 9, + Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 10, + ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 11, + AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 12, // Utility module. - Utility: pallet_utility::{Module, Call, Event}, + Utility: pallet_utility::{Module, Call, Event} = 16, // Less simple identity module. - Identity: pallet_identity::{Module, Call, Storage, Event}, + Identity: pallet_identity::{Module, Call, Storage, Event} = 17, // Social recovery module. - Recovery: pallet_recovery::{Module, Call, Storage, Event}, + Recovery: pallet_recovery::{Module, Call, Storage, Event} = 18, // Vesting. Usable initially, but removed once all vesting is finished. - Vesting: pallet_vesting::{Module, Call, Storage, Event, Config}, + Vesting: pallet_vesting::{Module, Call, Storage, Event, Config} = 19, // System scheduler. - Scheduler: pallet_scheduler::{Module, Call, Storage, Event}, + Scheduler: pallet_scheduler::{Module, Call, Storage, Event} = 20, // Sudo. - Sudo: pallet_sudo::{Module, Call, Storage, Event, Config}, + Sudo: pallet_sudo::{Module, Call, Storage, Event, Config} = 21, // Proxy module. Late addition. - Proxy: pallet_proxy::{Module, Call, Storage, Event}, + Proxy: pallet_proxy::{Module, Call, Storage, Event} = 22, // Multisig module. Late addition. - Multisig: pallet_multisig::{Module, Call, Storage, Event}, + Multisig: pallet_multisig::{Module, Call, Storage, Event} = 23, } } From a5d776a13aa8256c00e3a6f7af59c3b5b2192c60 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 22 Sep 2020 20:52:03 +0200 Subject: [PATCH 6/6] Update to substrate 2.0 (#1744) --- Cargo.lock | 536 ++++++++++++++++++++++++++--------------------------- 1 file changed, 268 insertions(+), 268 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aebf5b5413a..0315b0864c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,16 +1428,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", ] [[package]] name = "frame-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -1454,8 +1454,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1472,8 +1472,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -1488,8 +1488,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "12.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "12.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -1499,8 +1499,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bitmask", "frame-metadata", @@ -1524,8 +1524,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1535,8 +1535,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1547,8 +1547,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1557,8 +1557,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1573,8 +1573,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -1587,8 +1587,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -3755,8 +3755,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3771,8 +3771,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3786,8 +3786,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3811,8 +3811,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3825,8 +3825,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3841,8 +3841,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3856,8 +3856,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3871,8 +3871,8 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3887,8 +3887,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3909,8 +3909,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3925,8 +3925,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3945,8 +3945,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3961,8 +3961,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3975,8 +3975,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3990,8 +3990,8 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4004,8 +4004,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4019,8 +4019,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4040,8 +4040,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4055,8 +4055,8 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4068,8 +4068,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-support", @@ -4083,8 +4083,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4098,8 +4098,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4118,8 +4118,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4134,8 +4134,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4148,8 +4148,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4170,8 +4170,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4181,8 +4181,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4195,8 +4195,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4213,8 +4213,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4230,8 +4230,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4248,8 +4248,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "parity-scale-codec", @@ -4261,8 +4261,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4276,8 +4276,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4292,8 +4292,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6479,8 +6479,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6507,8 +6507,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6531,8 +6531,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6548,8 +6548,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6565,8 +6565,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6576,8 +6576,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6625,8 +6625,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6661,8 +6661,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "blake2-rfc", "hash-db", @@ -6691,8 +6691,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6702,8 +6702,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6746,8 +6746,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6770,8 +6770,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6783,8 +6783,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6806,8 +6806,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6820,8 +6820,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6848,8 +6848,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6865,8 +6865,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6880,8 +6880,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6898,8 +6898,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6935,8 +6935,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6959,8 +6959,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6977,8 +6977,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "hex", @@ -6993,8 +6993,8 @@ dependencies = [ [[package]] name = "sc-light" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "lazy_static", @@ -7012,8 +7012,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "async-std", "async-trait", @@ -7066,8 +7066,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7081,8 +7081,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bytes 0.5.6", "fnv", @@ -7108,8 +7108,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "libp2p", @@ -7121,8 +7121,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7130,8 +7130,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "hash-db", @@ -7162,8 +7162,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7186,8 +7186,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7204,8 +7204,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "directories", @@ -7266,8 +7266,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7280,8 +7280,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7301,8 +7301,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "erased-serde", "log 0.4.11", @@ -7320,8 +7320,8 @@ dependencies = [ [[package]] name = "sc-transaction-graph" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7341,8 +7341,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7808,8 +7808,8 @@ dependencies = [ [[package]] name = "sp-allocator" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7820,8 +7820,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "parity-scale-codec", @@ -7835,8 +7835,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7847,8 +7847,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -7859,8 +7859,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7872,8 +7872,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -7884,8 +7884,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7895,8 +7895,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -7907,8 +7907,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7924,8 +7924,8 @@ dependencies = [ [[package]] name = "sp-chain-spec" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "serde_json", @@ -7933,8 +7933,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7959,8 +7959,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "merlin", "parity-scale-codec", @@ -7978,8 +7978,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7987,8 +7987,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7999,8 +7999,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "base58", "blake2-rfc", @@ -8043,8 +8043,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8052,8 +8052,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8062,8 +8062,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "environmental", "parity-scale-codec", @@ -8073,8 +8073,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8089,8 +8089,8 @@ dependencies = [ [[package]] name = "sp-finality-tracker" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8099,8 +8099,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8111,8 +8111,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "hash-db", @@ -8134,8 +8134,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "lazy_static", "sp-core", @@ -8145,8 +8145,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -8157,8 +8157,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8168,8 +8168,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "sp-api", "sp-core", @@ -8178,8 +8178,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "backtrace", "log 0.4.11", @@ -8187,8 +8187,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "sp-core", @@ -8196,8 +8196,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "either", "hash256-std-hasher", @@ -8218,8 +8218,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8234,8 +8234,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "Inflector", "proc-macro-crate", @@ -8246,8 +8246,8 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "serde_json", @@ -8255,8 +8255,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -8268,8 +8268,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8278,8 +8278,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "log 0.4.11", @@ -8299,13 +8299,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" [[package]] name = "sp-storage" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8317,8 +8317,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8331,8 +8331,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8344,8 +8344,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8359,8 +8359,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "memory-db", @@ -8373,8 +8373,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-core", @@ -8385,8 +8385,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8397,8 +8397,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8538,8 +8538,8 @@ dependencies = [ [[package]] name = "substrate-browser-utils" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "chrono", "console_error_panic_hook", @@ -8564,16 +8564,16 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8595,8 +8595,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8609,8 +8609,8 @@ dependencies = [ [[package]] name = "substrate-test-client" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8635,8 +8635,8 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8645,8 +8645,8 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "quote 1.0.7",