From 313d03709b1402eeb1f6e2a03c862b8b49443cbb Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Thu, 14 Jan 2021 20:07:58 +0800 Subject: [PATCH] Companion for Substrate#7692 (#2190) * Companion for Substrate#7692 * "Update Substrate" Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 282 +++++++++++------------ polkadot/runtime/kusama/src/lib.rs | 5 +- polkadot/runtime/polkadot/src/lib.rs | 5 +- polkadot/runtime/rococo/src/lib.rs | 5 +- polkadot/runtime/test-runtime/src/lib.rs | 5 +- polkadot/runtime/westend/src/lib.rs | 5 +- 6 files changed, 159 insertions(+), 148 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index a4343dc085..514bd051cf 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1477,7 +1477,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", ] @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -1513,7 +1513,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "Inflector", "chrono", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "serde", @@ -1563,7 +1563,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "bitflags", "frame-metadata", @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1622,7 +1622,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "impl-trait-for-tuples 0.2.0", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -1652,7 +1652,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-api", @@ -3907,7 +3907,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -3923,7 +3923,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -3938,7 +3938,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -3963,7 +3963,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -3992,7 +3992,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4023,7 +4023,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4038,7 +4038,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4059,7 +4059,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4075,7 +4075,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4095,7 +4095,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4112,7 +4112,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4126,7 +4126,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4142,7 +4142,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4156,7 +4156,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4192,7 +4192,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4208,7 +4208,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4221,7 +4221,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "enumflags2", "frame-support", @@ -4236,7 +4236,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4251,7 +4251,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4287,7 +4287,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4301,7 +4301,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4334,7 +4334,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", @@ -4348,7 +4348,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4381,11 +4381,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-support", "frame-system", - "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "serde", "smallvec 1.6.1", @@ -4398,14 +4397,13 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "serde", "sp-api", "sp-blockchain", "sp-core", @@ -4416,20 +4414,18 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ - "frame-support", + "pallet-transaction-payment", "parity-scale-codec", - "serde", "sp-api", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-treasury" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4445,7 +4441,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-benchmarking", "frame-support", @@ -4461,7 +4457,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6717,7 +6713,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "async-trait", "derive_more", @@ -6745,7 +6741,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-timer 3.0.2", @@ -6768,7 +6764,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6785,7 +6781,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -6806,7 +6802,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6817,7 +6813,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "atty", "chrono", @@ -6860,7 +6856,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6871,7 +6867,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "fnv", @@ -6905,7 +6901,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "blake2-rfc", "hash-db", @@ -6935,7 +6931,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6946,7 +6942,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "fork-tree", @@ -6991,7 +6987,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "futures 0.3.10", @@ -7015,7 +7011,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7028,7 +7024,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-timer 3.0.2", @@ -7054,7 +7050,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "sc-client-api", @@ -7068,7 +7064,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "lazy_static", @@ -7097,7 +7093,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "parity-scale-codec", @@ -7113,7 +7109,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "parity-scale-codec", @@ -7128,7 +7124,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "parity-scale-codec", @@ -7146,7 +7142,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "finality-grandpa", @@ -7183,7 +7179,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "finality-grandpa", @@ -7207,7 +7203,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "ansi_term 0.12.1", "futures 0.3.10", @@ -7225,7 +7221,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "async-trait", "derive_more", @@ -7245,7 +7241,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "hash-db", "lazy_static", @@ -7264,7 +7260,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "async-std", "async-trait", @@ -7317,7 +7313,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-timer 3.0.2", @@ -7333,7 +7329,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "bytes 0.5.6", "fnv", @@ -7360,7 +7356,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "libp2p", @@ -7373,7 +7369,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7382,7 +7378,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "hash-db", @@ -7416,7 +7412,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "futures 0.3.10", @@ -7440,7 +7436,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7458,7 +7454,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "directories 3.0.1", "exit-future", @@ -7522,7 +7518,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "parity-scale-codec", @@ -7537,7 +7533,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7557,7 +7553,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-timer 3.0.2", @@ -7578,7 +7574,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "ansi_term 0.12.1", "erased-serde", @@ -7602,7 +7598,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "futures 0.3.10", @@ -7624,7 +7620,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-diagnose", @@ -8090,7 +8086,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "sp-core", @@ -8102,7 +8098,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "hash-db", "parity-scale-codec", @@ -8118,7 +8114,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8130,7 +8126,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "serde", @@ -8142,7 +8138,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -8155,7 +8151,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-api", @@ -8167,7 +8163,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8178,7 +8174,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-api", @@ -8190,7 +8186,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "log", @@ -8208,7 +8204,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "serde", "serde_json", @@ -8217,7 +8213,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-timer 3.0.2", @@ -8243,7 +8239,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "merlin", "parity-scale-codec", @@ -8263,7 +8259,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8272,7 +8268,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8284,7 +8280,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "base58", "blake2-rfc", @@ -8328,7 +8324,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8337,7 +8333,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8347,7 +8343,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "environmental", "parity-scale-codec", @@ -8358,7 +8354,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "finality-grandpa", "log", @@ -8375,7 +8371,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -8387,7 +8383,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "hash-db", @@ -8411,7 +8407,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "lazy_static", "sp-core", @@ -8422,7 +8418,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "async-trait", "derive_more", @@ -8439,7 +8435,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "serde", @@ -8451,7 +8447,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8462,7 +8458,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "sp-api", "sp-core", @@ -8472,7 +8468,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "backtrace", ] @@ -8480,7 +8476,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "serde", "sp-core", @@ -8489,7 +8485,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "either", "hash256-std-hasher", @@ -8510,7 +8506,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -8527,7 +8523,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "Inflector", "proc-macro-crate", @@ -8539,7 +8535,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "serde", "serde_json", @@ -8548,7 +8544,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-api", @@ -8561,7 +8557,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8571,7 +8567,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "hash-db", "log", @@ -8593,12 +8589,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" [[package]] name = "sp-storage" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8611,7 +8607,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "sp-core", @@ -8624,7 +8620,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -8638,7 +8634,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "log", "parity-scale-codec", @@ -8651,7 +8647,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "derive_more", "futures 0.3.10", @@ -8667,7 +8663,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "hash-db", "memory-db", @@ -8681,7 +8677,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "futures-core", @@ -8693,7 +8689,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8705,7 +8701,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -8858,7 +8854,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "chrono", "console_error_panic_hook", @@ -8884,7 +8880,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "platforms", ] @@ -8892,7 +8888,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.10", @@ -8915,7 +8911,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "async-std", "derive_more", @@ -8929,7 +8925,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.1.29", "futures 0.3.10", @@ -8956,7 +8952,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "futures 0.3.10", "substrate-test-utils-derive", @@ -8966,7 +8962,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate#c2aa42566437dbf0697e6f545c7cc7cb50722b11" +source = "git+https://github.com/paritytech/substrate#f2367f72ddabfb1580af7f9f21d72a0f86d32b07" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 95bd65253e..b852ba4b2c 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -63,7 +63,7 @@ use frame_support::{ use frame_system::{EnsureRoot, EnsureOneOf}; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId; -use pallet_transaction_payment_rpc_runtime_api::RuntimeDispatchInfo; +use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; use pallet_session::{historical as session_historical}; use static_assertions::const_assert; @@ -1301,6 +1301,9 @@ sp_api::impl_runtime_apis! { fn query_info(uxt: ::Extrinsic, len: u32) -> RuntimeDispatchInfo { TransactionPayment::query_info(uxt, len) } + fn query_fee_details(uxt: ::Extrinsic, len: u32) -> FeeDetails { + TransactionPayment::query_fee_details(uxt, len) + } } #[cfg(feature = "runtime-benchmarks")] diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 98c6921e69..bc80992296 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -63,7 +63,7 @@ use frame_support::{ use frame_system::{EnsureRoot, EnsureOneOf}; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId; -use pallet_transaction_payment_rpc_runtime_api::RuntimeDispatchInfo; +use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; use pallet_session::historical as session_historical; use static_assertions::const_assert; @@ -1297,6 +1297,9 @@ sp_api::impl_runtime_apis! { fn query_info(uxt: ::Extrinsic, len: u32) -> RuntimeDispatchInfo { TransactionPayment::query_info(uxt, len) } + fn query_fee_details(uxt: ::Extrinsic, len: u32) -> FeeDetails { + TransactionPayment::query_fee_details(uxt, len) + } } #[cfg(feature = "runtime-benchmarks")] diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index eab2c1bcd7..b852217807 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -55,7 +55,7 @@ use authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId; #[cfg(any(feature = "std", test))] use sp_version::NativeVersion; use sp_version::RuntimeVersion; -use pallet_transaction_payment_rpc_runtime_api::RuntimeDispatchInfo; +use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; use pallet_grandpa::{AuthorityId as GrandpaId, fg_primitives}; use sp_core::OpaqueMetadata; use sp_staking::SessionIndex; @@ -874,5 +874,8 @@ sp_api::impl_runtime_apis! { fn query_info(uxt: ::Extrinsic, len: u32) -> RuntimeDispatchInfo { TransactionPayment::query_info(uxt, len) } + fn query_fee_details(uxt: ::Extrinsic, len: u32) -> FeeDetails { + TransactionPayment::query_fee_details(uxt, len) + } } } diff --git a/polkadot/runtime/test-runtime/src/lib.rs b/polkadot/runtime/test-runtime/src/lib.rs index 30545a3da9..9a4f7494ac 100644 --- a/polkadot/runtime/test-runtime/src/lib.rs +++ b/polkadot/runtime/test-runtime/src/lib.rs @@ -71,7 +71,7 @@ use frame_support::{ weights::Weight, }; use authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId; -use pallet_transaction_payment_rpc_runtime_api::RuntimeDispatchInfo; +use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; use pallet_session::historical as session_historical; use polkadot_runtime_parachains::reward_points::RewardValidatorsWithEraPoints; @@ -793,6 +793,9 @@ sp_api::impl_runtime_apis! { fn query_info(uxt: ::Extrinsic, len: u32) -> RuntimeDispatchInfo { TransactionPayment::query_info(uxt, len) } + fn query_fee_details(uxt: ::Extrinsic, len: u32) -> FeeDetails { + TransactionPayment::query_fee_details(uxt, len) + } } impl crate::GetLastTimestamp for Runtime { diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 72915cc867..ad3335ccd5 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -60,7 +60,7 @@ use frame_support::{ }; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use authority_discovery_primitives::AuthorityId as AuthorityDiscoveryId; -use pallet_transaction_payment_rpc_runtime_api::RuntimeDispatchInfo; +use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; use pallet_session::historical as session_historical; use frame_system::{EnsureRoot}; @@ -1020,6 +1020,9 @@ sp_api::impl_runtime_apis! { fn query_info(uxt: ::Extrinsic, len: u32) -> RuntimeDispatchInfo { TransactionPayment::query_info(uxt, len) } + fn query_fee_details(uxt: ::Extrinsic, len: u32) -> FeeDetails { + TransactionPayment::query_fee_details(uxt, len) + } } #[cfg(feature = "runtime-benchmarks")]