From 327a203dc72c639935fbc0955a18a907f6a23ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 24 Feb 2021 22:31:54 +0100 Subject: [PATCH] Companion for Substrate #8185 (#2507) * Companion for Substrate #8185 https://github.com/paritytech/substrate/pull/8185 * "Update Substrate" Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 289 ++++++++++++------------- polkadot/node/core/proposer/src/lib.rs | 13 +- polkadot/node/service/src/lib.rs | 2 +- 3 files changed, 152 insertions(+), 152 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index b3f81fb588..bf91ef7e0a 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1596,7 +1596,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", ] @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -1632,7 +1632,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "Inflector", "chrono", @@ -1655,7 +1655,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -1671,7 +1671,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "serde", @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "bitflags", "frame-metadata", @@ -1708,7 +1708,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1720,7 +1720,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1732,7 +1732,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro2", "quote", @@ -1742,7 +1742,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1758,7 +1758,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-api", @@ -1781,7 +1781,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#904495bc14eff5171fca5912247e772948439411" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "parity-scale-codec", @@ -4022,7 +4022,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4038,7 +4038,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4091,7 +4091,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4137,7 +4137,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4157,7 +4157,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4172,7 +4172,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4193,7 +4193,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4209,7 +4209,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4228,7 +4228,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4245,7 +4245,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4259,7 +4259,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4275,7 +4275,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4289,7 +4289,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4304,7 +4304,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4355,7 +4355,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "enumflags2", "frame-support", @@ -4370,7 +4370,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4385,7 +4385,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4405,7 +4405,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4435,7 +4435,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4458,7 +4458,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4483,7 +4483,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4501,7 +4501,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4516,7 +4516,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-support", "frame-system", @@ -4532,7 +4532,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4549,7 +4549,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4560,7 +4560,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4576,7 +4576,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-benchmarking", "frame-support", @@ -4592,7 +4592,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6735,7 +6735,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#904495bc14eff5171fca5912247e772948439411" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "bincode", "env_logger 0.8.2", @@ -6986,7 +6986,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "async-trait", "derive_more", @@ -7014,7 +7014,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7037,14 +7037,13 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sc-client-api", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-consensus", "sp-core", "sp-inherents", "sp-runtime", @@ -7054,7 +7053,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7075,7 +7074,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7086,7 +7085,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "chrono", "fdlimit", @@ -7124,7 +7123,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "fnv", @@ -7158,7 +7157,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "blake2-rfc", "hash-db", @@ -7188,7 +7187,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7199,7 +7198,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "fork-tree", @@ -7245,7 +7244,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "futures 0.3.12", @@ -7269,7 +7268,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7282,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7308,7 +7307,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "sc-client-api", @@ -7322,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "lazy_static", @@ -7351,7 +7350,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "parity-scale-codec", @@ -7367,7 +7366,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "parity-scale-codec", @@ -7382,7 +7381,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "parity-scale-codec", @@ -7400,7 +7399,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "dyn-clone", @@ -7439,7 +7438,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "finality-grandpa", @@ -7463,7 +7462,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "futures 0.3.12", @@ -7483,7 +7482,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", @@ -7501,7 +7500,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "async-trait", "derive_more", @@ -7521,7 +7520,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "hash-db", "lazy_static", @@ -7540,7 +7539,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "async-std", "async-trait", @@ -7593,7 +7592,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7609,7 +7608,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "bytes 0.5.6", "fnv", @@ -7636,7 +7635,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "libp2p", @@ -7649,7 +7648,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7658,7 +7657,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "hash-db", @@ -7692,7 +7691,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "futures 0.3.12", @@ -7716,7 +7715,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7734,7 +7733,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "directories", "exit-future", @@ -7797,7 +7796,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "parity-scale-codec", @@ -7812,7 +7811,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7832,7 +7831,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "chrono", "futures 0.3.12", @@ -7854,7 +7853,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "ansi_term 0.12.1", "atty", @@ -7882,7 +7881,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7893,7 +7892,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "futures 0.3.12", @@ -7915,7 +7914,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-diagnose", @@ -8321,7 +8320,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "sp-core", @@ -8333,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "hash-db", "parity-scale-codec", @@ -8349,7 +8348,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8361,7 +8360,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "serde", @@ -8373,7 +8372,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "integer-sqrt", "num-traits", @@ -8386,7 +8385,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-api", @@ -8398,7 +8397,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8409,7 +8408,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-api", @@ -8421,7 +8420,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "log", @@ -8439,7 +8438,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "serde", "serde_json", @@ -8448,7 +8447,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8474,7 +8473,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "merlin", "parity-scale-codec", @@ -8494,7 +8493,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -8504,7 +8503,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8516,7 +8515,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "base58", "blake2-rfc", @@ -8560,7 +8559,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8569,7 +8568,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro2", "quote", @@ -8579,7 +8578,7 @@ dependencies = [ [[package]] name = "sp-election-providers" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -8590,7 +8589,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "environmental", "parity-scale-codec", @@ -8601,7 +8600,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "finality-grandpa", "log", @@ -8618,7 +8617,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -8630,7 +8629,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "hash-db", @@ -8654,7 +8653,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "lazy_static", "sp-core", @@ -8665,7 +8664,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "async-trait", "derive_more", @@ -8682,7 +8681,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "serde", @@ -8695,7 +8694,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8706,7 +8705,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "sp-api", "sp-core", @@ -8716,7 +8715,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "backtrace", ] @@ -8724,7 +8723,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "serde", "sp-core", @@ -8733,7 +8732,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "either", "hash256-std-hasher", @@ -8754,7 +8753,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8771,7 +8770,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "Inflector", "proc-macro-crate", @@ -8783,7 +8782,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "serde", "serde_json", @@ -8792,7 +8791,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-api", @@ -8805,7 +8804,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8815,7 +8814,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "hash-db", "log", @@ -8837,12 +8836,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8855,7 +8854,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "sp-core", @@ -8868,7 +8867,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8882,7 +8881,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "log", "parity-scale-codec", @@ -8895,7 +8894,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "derive_more", "futures 0.3.12", @@ -8911,7 +8910,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "hash-db", "memory-db", @@ -8925,7 +8924,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "futures-core", @@ -8937,7 +8936,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8949,7 +8948,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9081,7 +9080,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "chrono", "console_error_panic_hook", @@ -9108,7 +9107,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "platforms", ] @@ -9116,7 +9115,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -9139,7 +9138,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "async-std", "derive_more", @@ -9153,7 +9152,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.1.29", "futures 0.3.12", @@ -9180,7 +9179,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", @@ -9190,7 +9189,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1db510877725255634dd4d50b696da79b152abb7" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "proc-macro-crate", "quote", @@ -9873,7 +9872,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#904495bc14eff5171fca5912247e772948439411" +source = "git+https://github.com/paritytech/substrate?branch=master#7a6d60de2d19c67831859a9014e315f5ec7a3870" dependencies = [ "frame-try-runtime", "log", diff --git a/polkadot/node/core/proposer/src/lib.rs b/polkadot/node/core/proposer/src/lib.rs index 66ce14b1b3..12d3b5324f 100644 --- a/polkadot/node/core/proposer/src/lib.rs +++ b/polkadot/node/core/proposer/src/lib.rs @@ -32,7 +32,7 @@ use sc_block_builder::{BlockBuilderApi, BlockBuilderProvider}; use sp_core::traits::SpawnNamed; use sp_api::{ApiExt, ProvideRuntimeApi}; use sp_blockchain::HeaderBackend; -use sp_consensus::{Proposal, RecordProof}; +use sp_consensus::{Proposal, DisableProofRecording}; use sp_inherents::InherentData; use sp_runtime::traits::{DigestFor, HashFor}; use sp_transaction_pool::TransactionPool; @@ -44,7 +44,7 @@ const PROPOSE_TIMEOUT: core::time::Duration = core::time::Duration::from_millis( /// Custom Proposer factory for Polkadot pub struct ProposerFactory { - inner: sc_basic_authorship::ProposerFactory, + inner: sc_basic_authorship::ProposerFactory, overseer: OverseerHandler, } @@ -116,7 +116,7 @@ where /// This proposer gets the ProvisionerInherentData and injects it into the wrapped /// proposer's inherent data, then delegates the actual proposal generation. pub struct Proposer, Backend, Client> { - inner: sc_basic_authorship::Proposer, + inner: sc_basic_authorship::Proposer, overseer: OverseerHandler, parent_header: Header, parent_header_hash: Hash, @@ -187,16 +187,17 @@ where { type Transaction = sc_client_api::TransactionFor; type Proposal = Pin>, Error>> + Send, + dyn Future, ()>, Error>> + Send, >>; type Error = Error; + type ProofRecording = DisableProofRecording; + type Proof = (); fn propose( self, mut inherent_data: InherentData, inherent_digests: DigestFor, max_duration: time::Duration, - record_proof: RecordProof, ) -> Self::Proposal { async move { let span = jaeger::hash_span(&self.parent_header_hash, "propose"); @@ -224,7 +225,7 @@ where let _span = span.child("authorship-propose"); self.inner - .propose(inherent_data, inherent_digests, max_duration, record_proof) + .propose(inherent_data, inherent_digests, max_duration) .await .map_err(Into::into) } diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index 08b6303b6e..24e7aabcdd 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -58,7 +58,7 @@ use telemetry::{TelemetryConnectionNotifier, TelemetrySpan}; pub use self::client::{AbstractClient, Client, ClientHandle, ExecuteWithClient, RuntimeApiCollection}; pub use chain_spec::{PolkadotChainSpec, KusamaChainSpec, WestendChainSpec, RococoChainSpec}; -pub use consensus_common::{Proposal, SelectChain, BlockImport, RecordProof, block_validation::Chain}; +pub use consensus_common::{Proposal, SelectChain, BlockImport, block_validation::Chain}; pub use polkadot_parachain::wasm_executor::IsolationStrategy; pub use polkadot_primitives::v1::{Block, BlockId, CollatorId, Hash, Id as ParaId}; pub use sc_client_api::{Backend, ExecutionStrategy, CallExecutor};