From 610dd1368c16088d52121ef4fd753905b3b9aba1 Mon Sep 17 00:00:00 2001 From: Ashley <ashley.ruglys@gmail.com> Date: Thu, 30 Jul 2020 11:25:59 +0200 Subject: [PATCH] Companion PR for `Add a `DefaultQueue` type alias to remove the need to use `sp_api::TransactionFor`` (#1499) * BabeImportQueue -> DefaultImportQueue * Use DefaultImportQueue from the top level of consensus_common * 'Update substrate' Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 275 ++++++++++++++++--------------- polkadot/node/service/src/lib.rs | 2 +- polkadot/service/src/lib.rs | 2 +- 3 files changed, 140 insertions(+), 139 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index b102622e157..e85220c6697 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1370,7 +1370,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", ] @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -1395,7 +1395,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "Inflector", "frame-benchmarking", @@ -1414,7 +1414,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "serde", @@ -1440,7 +1440,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "bitmask", "frame-metadata", @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1488,7 +1488,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -1528,7 +1528,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-api", @@ -3542,7 +3542,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3612,7 +3612,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3643,7 +3643,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3732,7 +3732,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3748,7 +3748,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3806,7 +3806,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3855,7 +3855,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "enumflags2", "frame-support", @@ -3870,7 +3870,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3885,7 +3885,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3921,7 +3921,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3935,7 +3935,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -3957,7 +3957,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -3968,7 +3968,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -3982,7 +3982,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -4000,7 +4000,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "frame-system", @@ -4017,7 +4017,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4035,7 +4035,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-support", "parity-scale-codec", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-benchmarking", "frame-support", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6058,7 +6058,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -6085,7 +6085,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6109,7 +6109,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -6142,7 +6142,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6153,7 +6153,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6194,7 +6194,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6230,7 +6230,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "blake2-rfc", "hash-db", @@ -6259,7 +6259,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6270,7 +6270,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6312,7 +6312,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6349,7 +6349,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6372,7 +6372,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "log 0.4.8", "sc-client-api", @@ -6386,7 +6386,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6414,7 +6414,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6446,7 +6446,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "assert_matches", "derive_more 0.99.9", @@ -6505,7 +6505,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6540,7 +6540,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "hex", @@ -6556,7 +6556,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "hash-db", "lazy_static", @@ -6575,7 +6575,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "bitflags", "bs58", @@ -6627,7 +6627,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6642,7 +6642,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "env_logger", "futures 0.3.5", @@ -6669,7 +6669,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "bytes 0.5.5", "fnv", @@ -6696,7 +6696,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "libp2p", @@ -6709,7 +6709,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6718,7 +6718,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "hash-db", @@ -6750,7 +6750,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6774,7 +6774,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6790,7 +6790,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "directories", @@ -6853,7 +6853,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6867,7 +6867,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6888,7 +6888,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "erased-serde", "log 0.4.8", @@ -6905,7 +6905,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6926,7 +6926,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7393,7 +7393,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "hash-db", "parity-scale-codec", @@ -7408,7 +7408,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7420,7 +7420,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "serde", @@ -7432,7 +7432,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7445,7 +7445,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-api", @@ -7457,7 +7457,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7468,7 +7468,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-api", @@ -7480,7 +7480,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7497,7 +7497,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "serde", "serde_json", @@ -7506,7 +7506,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7516,6 +7516,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "serde", + "sp-api", "sp-core", "sp-inherents", "sp-runtime", @@ -7531,7 +7532,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-api", @@ -7545,7 +7546,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "merlin", "parity-scale-codec", @@ -7564,7 +7565,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7573,7 +7574,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7585,7 +7586,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "base58", "blake2-rfc", @@ -7629,7 +7630,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7638,7 +7639,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -7648,7 +7649,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "environmental", "parity-scale-codec", @@ -7659,7 +7660,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7675,7 +7676,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7685,7 +7686,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7697,7 +7698,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "hash-db", @@ -7718,7 +7719,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "lazy_static", "sp-core", @@ -7729,7 +7730,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "serde", @@ -7741,7 +7742,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -7752,7 +7753,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "sp-api", "sp-core", @@ -7762,7 +7763,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "backtrace", "log 0.4.8", @@ -7771,7 +7772,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "serde", "sp-core", @@ -7780,7 +7781,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "either", "hash256-std-hasher", @@ -7802,7 +7803,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7817,7 +7818,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "Inflector", "proc-macro-crate", @@ -7829,7 +7830,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "serde", "serde_json", @@ -7838,7 +7839,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-api", @@ -7851,7 +7852,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7861,7 +7862,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "hash-db", "itertools 0.9.0", @@ -7882,12 +7883,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" [[package]] name = "sp-storage" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7899,7 +7900,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7913,7 +7914,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "log 0.4.8", "rental", @@ -7923,7 +7924,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7938,7 +7939,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "hash-db", "memory-db", @@ -7952,7 +7953,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "futures-core", @@ -7964,7 +7965,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7976,7 +7977,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8107,7 +8108,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "chrono", "console_error_panic_hook", @@ -8133,7 +8134,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "platforms", ] @@ -8141,7 +8142,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8164,7 +8165,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8178,7 +8179,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8204,7 +8205,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "cfg-if", "frame-executive", @@ -8244,7 +8245,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -8265,7 +8266,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#7bb8d82af8da1bcac6f20cfaa0051150a9499f89" +source = "git+https://github.com/paritytech/substrate#19c1d9028d8d6eabef41693433b56e14da025247" [[package]] name = "substrate-wasm-builder-runner" diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index f528b6be34e..c04e9a10b19 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -160,7 +160,7 @@ type LightClient<RuntimeApi, Executor> = fn new_partial<RuntimeApi, Executor, Extrinsic>(config: &mut Configuration) -> Result< service::PartialComponents< FullClient<RuntimeApi, Executor>, FullBackend, FullSelectChain, - babe::BabeImportQueue<Block, FullClient<RuntimeApi, Executor>>, + consensus_common::DefaultImportQueue<Block, FullClient<RuntimeApi, Executor>>, sc_transaction_pool::FullPool<Block, FullClient<RuntimeApi, Executor>>, ( impl Fn(polkadot_rpc::DenyUnsafe) -> polkadot_rpc::RpcExtension, diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index 75399824a5c..22a99d7be48 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -151,7 +151,7 @@ type LightClient<RuntimeApi, Executor> = pub fn new_partial<RuntimeApi, Executor, Extrinsic>(config: &mut Configuration, test: bool) -> Result< service::PartialComponents< FullClient<RuntimeApi, Executor>, FullBackend, FullSelectChain, - babe::BabeImportQueue<Block, FullClient<RuntimeApi, Executor>>, + consensus_common::DefaultImportQueue<Block, FullClient<RuntimeApi, Executor>>, sc_transaction_pool::FullPool<Block, FullClient<RuntimeApi, Executor>>, ( impl Fn(polkadot_rpc::DenyUnsafe) -> polkadot_rpc::RpcExtension, -- GitLab