From 3687c5df117a190d0589ad1db3364067d9a7b8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <123550+andresilva@users.noreply.github.com> Date: Thu, 15 Oct 2020 22:26:37 +0100 Subject: [PATCH] runtime: remove finality-tracker (#1762) * runtime: remove finality-tracker * runtime: bump spec_version * update substrate --- polkadot/Cargo.lock | 300 ++++++++++------------- polkadot/node/service/src/lib.rs | 7 +- polkadot/runtime/kusama/Cargo.toml | 2 - polkadot/runtime/kusama/src/lib.rs | 15 +- polkadot/runtime/polkadot/Cargo.toml | 2 - polkadot/runtime/polkadot/src/lib.rs | 17 +- polkadot/runtime/test-runtime/Cargo.toml | 2 - polkadot/runtime/westend/Cargo.toml | 2 - polkadot/runtime/westend/src/lib.rs | 17 +- 9 files changed, 140 insertions(+), 224 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index a319ae8166..0763685c74 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1429,7 +1429,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "chrono", "frame-benchmarking", @@ -1475,7 +1475,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "serde", @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "bitmask", "frame-metadata", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1550,7 +1550,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1560,7 +1560,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1576,7 +1576,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2567,7 +2567,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-elections-phragmen", - "pallet-finality-tracker", "pallet-grandpa", "pallet-identity", "pallet-im-online", @@ -3758,7 +3757,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -3774,7 +3773,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -3789,7 +3788,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3814,7 +3813,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3828,7 +3827,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3844,7 +3843,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3859,7 +3858,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3871,32 +3870,15 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-finality-tracker" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" -dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "parity-scale-codec", - "serde", - "sp-finality-tracker", - "sp-inherents", - "sp-runtime", - "sp-std", -] - [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-authorship", - "pallet-finality-tracker", "pallet-session", "parity-scale-codec", "serde", @@ -3912,7 +3894,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3928,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3948,7 +3930,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3965,7 +3947,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -3979,7 +3961,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3995,7 +3977,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4009,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4024,7 +4006,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4045,7 +4027,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4061,7 +4043,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4074,7 +4056,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "enumflags2", "frame-support", @@ -4089,7 +4071,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4104,7 +4086,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4124,7 +4106,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4140,7 +4122,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4154,7 +4136,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4176,7 +4158,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4187,7 +4169,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4201,7 +4183,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4219,7 +4201,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "frame-system", @@ -4236,7 +4218,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4254,7 +4236,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-support", "parity-scale-codec", @@ -4267,7 +4249,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4282,7 +4264,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4298,7 +4280,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5246,7 +5228,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-elections-phragmen", - "pallet-finality-tracker", "pallet-grandpa", "pallet-identity", "pallet-im-online", @@ -5508,7 +5489,6 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-balances", - "pallet-finality-tracker", "pallet-grandpa", "pallet-indices", "pallet-nicks", @@ -6464,7 +6444,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "bytes 0.5.6", "derive_more 0.99.11", @@ -6493,7 +6473,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6517,7 +6497,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6534,7 +6514,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6555,7 +6535,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6566,7 +6546,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6619,7 +6599,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "fnv", @@ -6656,7 +6636,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "blake2-rfc", "hash-db", @@ -6686,7 +6666,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6697,7 +6677,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "fork-tree", @@ -6742,7 +6722,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -6766,7 +6746,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6779,7 +6759,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6802,7 +6782,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6816,7 +6796,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -6844,7 +6824,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "log 0.4.11", @@ -6861,7 +6841,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6876,7 +6856,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6894,7 +6874,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -6921,7 +6901,6 @@ dependencies = [ "sp-consensus", "sp-core", "sp-finality-grandpa", - "sp-finality-tracker", "sp-inherents", "sp-keystore", "sp-runtime", @@ -6932,7 +6911,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -6956,7 +6935,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6974,7 +6953,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -6994,7 +6973,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +6992,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7046,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7061,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7088,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7101,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7110,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "hash-db", @@ -7164,7 +7143,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -7188,7 +7167,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7206,7 +7185,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "directories", @@ -7269,7 +7248,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7283,7 +7262,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7302,7 +7281,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7323,7 +7302,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "erased-serde", "log 0.4.11", @@ -7342,7 +7321,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -7363,7 +7342,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -7830,7 +7809,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "log 0.4.11", @@ -7842,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "hash-db", "parity-scale-codec", @@ -7857,7 +7836,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7869,7 +7848,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "serde", @@ -7881,7 +7860,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7894,7 +7873,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-api", @@ -7906,7 +7885,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7917,7 +7896,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-api", @@ -7929,7 +7908,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "log 0.4.11", @@ -7946,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "serde", "serde_json", @@ -7955,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -7981,7 +7960,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "merlin", "parity-scale-codec", @@ -8001,7 +7980,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8010,7 +7989,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8022,7 +8001,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "base58", "blake2-rfc", @@ -8065,7 +8044,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8074,7 +8053,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8084,7 +8063,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "environmental", "parity-scale-codec", @@ -8095,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8109,20 +8088,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-finality-tracker" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" -dependencies = [ - "parity-scale-codec", - "sp-inherents", - "sp-std", -] - [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -8134,7 +8103,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "hash-db", @@ -8158,7 +8127,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "lazy_static", "sp-core", @@ -8169,7 +8138,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8185,7 +8154,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "serde", @@ -8197,7 +8166,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8208,7 +8177,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "sp-api", "sp-core", @@ -8218,7 +8187,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "backtrace", "log 0.4.11", @@ -8227,7 +8196,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "serde", "sp-core", @@ -8236,7 +8205,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "either", "hash256-std-hasher", @@ -8258,7 +8227,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8274,7 +8243,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "Inflector", "proc-macro-crate", @@ -8286,7 +8255,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "serde", "serde_json", @@ -8295,7 +8264,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-api", @@ -8308,7 +8277,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8318,7 +8287,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "hash-db", "log 0.4.11", @@ -8339,12 +8308,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8357,7 +8326,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8371,7 +8340,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8384,7 +8353,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -8399,7 +8368,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "hash-db", "memory-db", @@ -8413,7 +8382,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "futures-core", @@ -8425,7 +8394,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8437,7 +8406,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8578,7 +8547,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "chrono", "console_error_panic_hook", @@ -8604,7 +8573,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "platforms", ] @@ -8612,7 +8581,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8635,7 +8604,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "async-std", "derive_more 0.99.11", @@ -8649,7 +8618,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8676,7 +8645,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8686,7 +8655,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#65cc9af9b8df8d36928f6144ee7474cefbd70454" +source = "git+https://github.com/paritytech/substrate#cefcd99d5156bfe3476124f356cd54083a43a49d" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -9928,7 +9897,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-elections-phragmen", - "pallet-finality-tracker", "pallet-grandpa", "pallet-identity", "pallet-im-online", diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index 37812874cd..6f445db19d 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -516,7 +516,6 @@ pub fn new_full( config, link: link_half, network: network.clone(), - inherent_data_providers: inherent_data_providers.clone(), telemetry_on_connect: Some(telemetry_connection_sinks.on_connect_stream()), voting_rule, prometheus_registry: prometheus_registry.clone(), @@ -528,11 +527,7 @@ pub fn new_full( grandpa::run_grandpa_voter(grandpa_config)? ); } else { - grandpa::setup_disabled_grandpa( - client.clone(), - &inherent_data_providers, - network.clone(), - )?; + grandpa::setup_disabled_grandpa(network.clone())?; } if matches!(role, Role::Authority{..} | Role::Sentry{..}) { diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index a855fcb1c1..9feefc9f9c 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -40,7 +40,6 @@ pallet-collective = { git = "https://github.com/paritytech/substrate", branch = pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -113,7 +112,6 @@ std = [ "pallet-elections-phragmen/std", "pallet-democracy/std", "frame-executive/std", - "pallet-finality-tracker/std", "pallet-grandpa/std", "pallet-identity/std", "pallet-im-online/std", diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index d97e734890..57f4216836 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 2025, + spec_version: 2026, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -613,17 +613,6 @@ impl pallet_grandpa::Trait for Runtime { type WeightInfo = (); } -parameter_types! { - pub WindowSize: BlockNumber = pallet_finality_tracker::DEFAULT_WINDOW_SIZE.into(); - pub ReportLatency: BlockNumber = pallet_finality_tracker::DEFAULT_REPORT_LATENCY.into(); -} - -impl pallet_finality_tracker::Trait for Runtime { - type OnFinalizationStalled = (); - type WindowSize = WindowSize; - type ReportLatency = ReportLatency; -} - /// Submits transaction with the node's public and signature type. Adheres to the signed extension /// format of the chain. impl frame_system::offchain::CreateSignedTransaction for Runtime where @@ -834,7 +823,6 @@ impl InstanceFilter for ProxyType { Call::Staking(..) | Call::Offences(..) | Call::Session(..) | - Call::FinalityTracker(..) | Call::Grandpa(..) | Call::ImOnline(..) | Call::AuthorityDiscovery(..) | @@ -959,7 +947,6 @@ construct_runtime! { Offences: pallet_offences::{Module, Call, Storage, Event} = 7, Historical: session_historical::{Module} = 34, Session: pallet_session::{Module, Call, Storage, Event, Config} = 8, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 9, Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 10, ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 11, AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 12, diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index d208034bfe..c41f279d8c 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -40,7 +40,6 @@ pallet-collective = { git = "https://github.com/paritytech/substrate", branch = pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -111,7 +110,6 @@ std = [ "pallet-elections-phragmen/std", "pallet-democracy/std", "frame-executive/std", - "pallet-finality-tracker/std", "pallet-grandpa/std", "pallet-identity/std", "pallet-im-online/std", diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 6e9626a6f9..d905a8c201 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 25, + spec_version: 26, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -118,7 +118,7 @@ impl Filter for BaseFilter { Call::System(_) | Call::Scheduler(_) | Call::Indices(_) | Call::Babe(_) | Call::Timestamp(_) | Call::Balances(_) | Call::Authorship(_) | Call::Staking(_) | Call::Offences(_) | - Call::Session(_) | Call::FinalityTracker(_) | Call::Grandpa(_) | Call::ImOnline(_) | + Call::Session(_) | Call::Grandpa(_) | Call::ImOnline(_) | Call::AuthorityDiscovery(_) | Call::Utility(_) | Call::Claims(_) | Call::Vesting(_) | Call::Identity(_) | Call::Proxy(_) | Call::Multisig(_) @@ -659,17 +659,6 @@ impl pallet_grandpa::Trait for Runtime { type WeightInfo = (); } -parameter_types! { - pub WindowSize: BlockNumber = pallet_finality_tracker::DEFAULT_WINDOW_SIZE.into(); - pub ReportLatency: BlockNumber = pallet_finality_tracker::DEFAULT_REPORT_LATENCY.into(); -} - -impl pallet_finality_tracker::Trait for Runtime { - type OnFinalizationStalled = (); - type WindowSize = WindowSize; - type ReportLatency = ReportLatency; -} - /// Submits a transaction with the node's public and signature type. Adheres to the signed extension /// format of the chain. impl frame_system::offchain::CreateSignedTransaction for Runtime where @@ -848,7 +837,6 @@ impl InstanceFilter for ProxyType { Call::Staking(..) | Call::Offences(..) | Call::Session(..) | - Call::FinalityTracker(..) | Call::Grandpa(..) | Call::ImOnline(..) | Call::AuthorityDiscovery(..) | @@ -965,7 +953,6 @@ construct_runtime! { Offences: pallet_offences::{Module, Call, Storage, Event} = 8, Historical: session_historical::{Module} = 33, Session: pallet_session::{Module, Call, Storage, Event, Config} = 9, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 10, Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 11, ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 12, AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 13, diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 43385e580b..6e62cf8633 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -36,7 +36,6 @@ pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "m pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -94,7 +93,6 @@ std = [ "pallet-transaction-payment/std", "pallet-transaction-payment-rpc-runtime-api/std", "frame-executive/std", - "pallet-finality-tracker/std", "pallet-grandpa/std", "pallet-indices/std", "pallet-nicks/std", diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index bd850ea5be..3bc4eb03c4 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -40,7 +40,6 @@ pallet-collective = { git = "https://github.com/paritytech/substrate", branch = pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -116,7 +115,6 @@ std = [ "pallet-elections-phragmen/std", "pallet-democracy/std", "frame-executive/std", - "pallet-finality-tracker/std", "pallet-grandpa/std", "pallet-identity/std", "pallet-im-online/std", diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 6efa06f6a9..2efd364457 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -85,8 +85,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 45, - impl_version: 1, + spec_version: 46, + impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] @@ -403,17 +403,6 @@ impl pallet_grandpa::Trait for Runtime { type WeightInfo = (); } -parameter_types! { - pub WindowSize: BlockNumber = pallet_finality_tracker::DEFAULT_WINDOW_SIZE.into(); - pub ReportLatency: BlockNumber = pallet_finality_tracker::DEFAULT_REPORT_LATENCY.into(); -} - -impl pallet_finality_tracker::Trait for Runtime { - type OnFinalizationStalled = (); - type WindowSize = WindowSize; - type ReportLatency = ReportLatency; -} - /// Submits a transaction with the node's public and signature type. Adheres to the signed extension /// format of the chain. impl frame_system::offchain::CreateSignedTransaction for Runtime where @@ -590,7 +579,6 @@ impl InstanceFilter for ProxyType { Call::Staking(..) | Call::Offences(..) | Call::Session(..) | - Call::FinalityTracker(..) | Call::Grandpa(..) | Call::ImOnline(..) | Call::AuthorityDiscovery(..) | @@ -675,7 +663,6 @@ construct_runtime! { Offences: pallet_offences::{Module, Call, Storage, Event} = 7, Historical: session_historical::{Module} = 27, Session: pallet_session::{Module, Call, Storage, Event, Config} = 8, - FinalityTracker: pallet_finality_tracker::{Module, Call, Storage, Inherent} = 9, Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event, ValidateUnsigned} = 10, ImOnline: pallet_im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config} = 11, AuthorityDiscovery: pallet_authority_discovery::{Module, Call, Config} = 12,