diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index c02734fc78..e2427d06fd 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -479,7 +481,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#29244671a1db0ee9c30b04f9a56f6bf2489522a5" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#29244671a1db0ee9c30b04f9a56f6bf2489522a5" dependencies = [ "beefy-primitives", "futures 0.3.15", @@ -507,7 +509,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#29244671a1db0ee9c30b04f9a56f6bf2489522a5" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#29244671a1db0ee9c30b04f9a56f6bf2489522a5" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -528,7 +530,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#29244671a1db0ee9c30b04f9a56f6bf2489522a5" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#29244671a1db0ee9c30b04f9a56f6bf2489522a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -1896,7 +1898,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", ] @@ -1914,7 +1916,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -1933,7 +1935,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "Inflector", "chrono", @@ -1956,7 +1958,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -1969,7 +1971,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -1984,7 +1986,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "serde", @@ -1995,7 +1997,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "bitflags", "frame-metadata", @@ -2022,7 +2024,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2034,7 +2036,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2046,7 +2048,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro2", "quote", @@ -2056,7 +2058,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-metadata", "frame-support", @@ -2076,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2093,7 +2095,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -2107,7 +2109,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-api", @@ -2116,7 +2118,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "parity-scale-codec", @@ -4049,7 +4051,7 @@ dependencies = [ [[package]] name = "max-encoded-len" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-trait-for-tuples", "max-encoded-len-derive", @@ -4060,7 +4062,7 @@ dependencies = [ [[package]] name = "max-encoded-len-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4563,7 +4565,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4578,7 +4580,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4592,7 +4594,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4615,7 +4617,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4630,7 +4632,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#29244671a1db0ee9c30b04f9a56f6bf2489522a5" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#29244671a1db0ee9c30b04f9a56f6bf2489522a5" dependencies = [ "beefy-primitives", "frame-support", @@ -4645,7 +4647,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4681,7 +4683,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4697,7 +4699,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4712,7 +4714,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4733,7 +4735,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4750,7 +4752,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4764,7 +4766,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4786,7 +4788,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4801,7 +4803,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4820,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4836,7 +4838,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4851,7 +4853,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4868,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4884,7 +4886,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4902,7 +4904,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4917,7 +4919,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4930,7 +4932,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4946,7 +4948,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4968,7 +4970,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -4984,7 +4986,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -4997,7 +4999,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "enumflags2", "frame-support", @@ -5011,7 +5013,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5026,7 +5028,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -5046,7 +5048,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5062,7 +5064,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -5075,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5099,7 +5101,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5110,7 +5112,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "sp-arithmetic", @@ -5119,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -5132,7 +5134,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5150,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5165,7 +5167,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-support", "frame-system", @@ -5181,7 +5183,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5198,7 +5200,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5209,7 +5211,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5225,7 +5227,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5240,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7555,7 +7557,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "env_logger 0.8.4", "hex", @@ -7858,7 +7860,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "derive_more", @@ -7887,7 +7889,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -7910,7 +7912,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7926,7 +7928,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7947,7 +7949,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7958,7 +7960,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "chrono", "fdlimit", @@ -7996,7 +7998,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "fnv", @@ -8030,7 +8032,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "blake2-rfc", "hash-db", @@ -8060,7 +8062,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8073,7 +8075,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "derive_more", @@ -8119,7 +8121,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "futures 0.3.15", @@ -8143,7 +8145,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8156,7 +8158,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "futures 0.3.15", @@ -8184,7 +8186,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "sc-client-api", "sp-authorship", @@ -8195,7 +8197,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "lazy_static", @@ -8224,7 +8226,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "parity-scale-codec", @@ -8241,7 +8243,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "parity-scale-codec", @@ -8256,7 +8258,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8275,7 +8277,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "derive_more", @@ -8316,7 +8318,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "finality-grandpa", @@ -8340,7 +8342,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "futures 0.3.15", @@ -8361,7 +8363,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8379,7 +8381,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "derive_more", @@ -8399,7 +8401,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "hash-db", "lazy_static", @@ -8418,7 +8420,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-std", "async-trait", @@ -8471,7 +8473,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8488,7 +8490,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "bytes 0.5.6", "fnv", @@ -8516,7 +8518,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "libp2p", @@ -8529,7 +8531,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8538,7 +8540,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "hash-db", @@ -8573,7 +8575,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "futures 0.3.15", @@ -8598,7 +8600,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8616,7 +8618,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "directories", @@ -8681,7 +8683,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "parity-scale-codec", @@ -8696,7 +8698,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8716,7 +8718,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "chrono", "futures 0.3.15", @@ -8736,7 +8738,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8773,7 +8775,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8784,7 +8786,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "futures 0.3.15", @@ -8806,7 +8808,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "intervalier", @@ -9285,7 +9287,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "sp-core", @@ -9297,7 +9299,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "hash-db", "log", @@ -9314,7 +9316,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9326,7 +9328,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "max-encoded-len", "parity-scale-codec", @@ -9339,7 +9341,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "integer-sqrt", "num-traits", @@ -9353,7 +9355,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-api", @@ -9365,7 +9367,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "parity-scale-codec", @@ -9377,7 +9379,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-api", @@ -9389,7 +9391,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "log", @@ -9407,7 +9409,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "serde", "serde_json", @@ -9416,7 +9418,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "futures 0.3.15", @@ -9443,7 +9445,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "merlin", @@ -9465,7 +9467,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9475,7 +9477,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9487,7 +9489,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "base58", "blake2-rfc", @@ -9532,7 +9534,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9541,7 +9543,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro2", "quote", @@ -9551,7 +9553,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "environmental", "parity-scale-codec", @@ -9562,7 +9564,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "finality-grandpa", "log", @@ -9579,7 +9581,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9593,7 +9595,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "hash-db", @@ -9618,7 +9620,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "lazy_static", "sp-core", @@ -9629,7 +9631,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "derive_more", @@ -9646,7 +9648,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "ruzstd", "zstd", @@ -9655,7 +9657,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "serde", @@ -9668,7 +9670,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9679,7 +9681,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "sp-api", "sp-core", @@ -9689,7 +9691,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "backtrace", ] @@ -9697,7 +9699,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "rustc-hash", "serde", @@ -9708,7 +9710,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "either", "hash256-std-hasher", @@ -9730,7 +9732,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9747,7 +9749,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9759,7 +9761,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "serde", "serde_json", @@ -9768,7 +9770,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-api", @@ -9781,7 +9783,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9791,7 +9793,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "hash-db", "log", @@ -9814,12 +9816,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9832,7 +9834,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "log", "sp-core", @@ -9845,7 +9847,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9862,7 +9864,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "erased-serde", "log", @@ -9880,7 +9882,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "derive_more", "futures 0.3.15", @@ -9896,7 +9898,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "log", @@ -9911,7 +9913,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "hash-db", "memory-db", @@ -9925,7 +9927,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "futures-core", @@ -9937,7 +9939,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9950,7 +9952,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9962,7 +9964,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10119,7 +10121,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "chrono", "console_error_panic_hook", @@ -10145,7 +10147,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "platforms", ] @@ -10153,7 +10155,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10176,7 +10178,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-std", "derive_more", @@ -10190,7 +10192,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "async-trait", "futures 0.1.29", @@ -10219,7 +10221,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -10229,7 +10231,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10984,7 +10986,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" +source = "git+https://github.com/paritytech/substrate?branch=master#d03a91a181d0b22d00a6b9ba2a8007dc254779e3" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index 37003496fe..4e0a7f123a 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -888,12 +888,22 @@ pub fn new_full( // after the given pause block is finalized and restarting after the // given delay. let builder = grandpa::VotingRulesBuilder::default(); + // we should enable approval checking voting rule before we deploy parachains on polkadot + let enable_approval_checking_voting_rule = chain_spec.is_kusama() + || chain_spec.is_westend() + || chain_spec.is_rococo() + || chain_spec.is_wococo() + || chain_spec.is_dev(); let builder = if let Some(ref overseer) = overseer_handler { - builder.add(grandpa_support::ApprovalCheckingVotingRule::new( - overseer.clone(), - prometheus_registry.as_ref(), - )?) + if enable_approval_checking_voting_rule { + builder.add(grandpa_support::ApprovalCheckingVotingRule::new( + overseer.clone(), + prometheus_registry.as_ref(), + )?) + } else { + builder + } } else { builder };