From cb17a8d47f49280b3e2d2c7d4247fa9e14037569 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 2 Dec 2020 18:00:26 +0100 Subject: [PATCH] Companion PR for removing register notif protocol (#2048) * Companion PR for removing register notif protocol * Missing .into() * "Update Substrate" Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 272 +++++++++++++++---------------- polkadot/node/service/src/lib.rs | 3 +- 2 files changed, 137 insertions(+), 138 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 8dc21bb29f..e7b8b98e82 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1461,7 +1461,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", ] @@ -1469,7 +1469,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -1487,7 +1487,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "chrono", "frame-benchmarking", @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "serde", @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "bitflags", "frame-metadata", @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.24", @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1584,7 +1584,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "impl-trait-for-tuples 0.1.3", @@ -1610,7 +1610,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -3771,7 +3771,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3" [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3787,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -3802,7 +3802,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3924,7 +3924,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3944,7 +3944,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3961,7 +3961,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4057,7 +4057,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4070,7 +4070,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "enumflags2", "frame-support", @@ -4085,7 +4085,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4100,7 +4100,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4120,7 +4120,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4136,7 +4136,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4150,7 +4150,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4172,7 +4172,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4183,7 +4183,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4197,7 +4197,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4215,7 +4215,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "frame-system", @@ -4232,7 +4232,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4250,7 +4250,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-support", "parity-scale-codec", @@ -4263,7 +4263,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4278,7 +4278,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4294,7 +4294,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "async-trait", "derive_more", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6612,7 +6612,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -6633,7 +6633,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6689,7 +6689,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6700,7 +6700,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "fnv", @@ -6734,7 +6734,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "blake2-rfc", "hash-db", @@ -6764,7 +6764,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6775,7 +6775,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "fork-tree", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "futures 0.3.8", @@ -6844,7 +6844,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6857,7 +6857,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6883,7 +6883,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "sc-client-api", @@ -6897,7 +6897,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "lazy_static", @@ -6926,7 +6926,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "parity-scale-codec", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "parity-scale-codec", @@ -6957,7 +6957,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "parity-scale-codec", @@ -6975,7 +6975,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "finality-grandpa", @@ -7012,7 +7012,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "finality-grandpa", @@ -7036,7 +7036,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "ansi_term 0.12.1", "futures 0.3.8", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "async-trait", "derive_more", @@ -7074,7 +7074,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "hash-db", "lazy_static", @@ -7093,7 +7093,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "async-std", "async-trait", @@ -7147,7 +7147,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7162,7 +7162,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "bytes 0.5.6", "fnv", @@ -7189,7 +7189,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "libp2p", @@ -7202,7 +7202,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7211,7 +7211,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "hash-db", @@ -7244,7 +7244,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "futures 0.3.8", @@ -7268,7 +7268,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7286,7 +7286,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "directories 3.0.1", "exit-future", @@ -7350,7 +7350,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "parity-scale-codec", @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7385,7 +7385,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7406,7 +7406,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "erased-serde", "log", @@ -7425,7 +7425,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "futures 0.3.8", @@ -7447,7 +7447,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-diagnose", @@ -7901,7 +7901,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "sp-core", @@ -7913,7 +7913,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "hash-db", "parity-scale-codec", @@ -7929,7 +7929,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7941,7 +7941,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "serde", @@ -7953,7 +7953,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7966,7 +7966,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -7978,7 +7978,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7989,7 +7989,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -8001,7 +8001,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "log", @@ -8019,7 +8019,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "serde", "serde_json", @@ -8028,7 +8028,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -8054,7 +8054,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "merlin", "parity-scale-codec", @@ -8074,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8083,7 +8083,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8095,7 +8095,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "base58", "blake2-rfc", @@ -8139,7 +8139,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8148,7 +8148,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "environmental", "parity-scale-codec", @@ -8169,7 +8169,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "finality-grandpa", "log", @@ -8186,7 +8186,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8198,7 +8198,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "hash-db", @@ -8222,7 +8222,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "lazy_static", "sp-core", @@ -8233,7 +8233,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "async-trait", "derive_more", @@ -8249,7 +8249,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "serde", @@ -8261,7 +8261,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8272,7 +8272,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "sp-api", "sp-core", @@ -8282,7 +8282,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "backtrace", ] @@ -8290,7 +8290,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "serde", "sp-core", @@ -8299,7 +8299,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "either", "hash256-std-hasher", @@ -8320,7 +8320,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8336,7 +8336,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "Inflector", "proc-macro-crate", @@ -8348,7 +8348,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "serde", "serde_json", @@ -8357,7 +8357,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-api", @@ -8370,7 +8370,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8380,7 +8380,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "hash-db", "log", @@ -8402,12 +8402,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8420,7 +8420,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "sp-core", @@ -8433,7 +8433,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8447,7 +8447,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "log", "parity-scale-codec", @@ -8460,7 +8460,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "derive_more", "futures 0.3.8", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "hash-db", "memory-db", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "futures-core", @@ -8502,7 +8502,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8514,7 +8514,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8656,7 +8656,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "chrono", "console_error_panic_hook", @@ -8682,7 +8682,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "platforms", ] @@ -8690,7 +8690,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.8", @@ -8713,7 +8713,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "async-std", "derive_more", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.1.29", "futures 0.3.8", @@ -8754,7 +8754,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "futures 0.3.8", "substrate-test-utils-derive", @@ -8764,7 +8764,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#f5088c50a8361f9efc71a75754b0776b6e24ab8a" +source = "git+https://github.com/paritytech/substrate#f4d4244ed6f09675f09c6e1afa96c2b595a689bf" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index c9f654ea22..43f43657b8 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -508,6 +508,7 @@ pub fn new_full( #[cfg(feature = "real-overseer")] config.network.notifications_protocols.extend(polkadot_network_bridge::notifications_protocol_info()); + config.network.notifications_protocols.push(grandpa::GRANDPA_PROTOCOL_NAME.into()); let (network, network_status_sinks, system_rpc_tx, network_starter) = service::build_network(service::BuildNetworkParams { @@ -726,8 +727,6 @@ pub fn new_full( "grandpa-voter", grandpa::run_grandpa_voter(grandpa_config)? ); - } else { - grandpa::setup_disabled_grandpa(network.clone())?; } network_starter.start_network();