From 9713d38d295fa215bc2f2eb8b80c3331b411f9d7 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 22 Sep 2020 20:06:05 +0200 Subject: [PATCH] Update to substrate 2.0 --- Cargo.lock | 536 ++++++++++++++++++++++++++--------------------------- 1 file changed, 268 insertions(+), 268 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aebf5b5413a..0315b0864c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,16 +1428,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", ] [[package]] name = "frame-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -1454,8 +1454,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1472,8 +1472,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -1488,8 +1488,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "12.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "12.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -1499,8 +1499,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bitmask", "frame-metadata", @@ -1524,8 +1524,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1535,8 +1535,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1547,8 +1547,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1557,8 +1557,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1573,8 +1573,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -1587,8 +1587,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -3755,8 +3755,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3771,8 +3771,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3786,8 +3786,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3811,8 +3811,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3825,8 +3825,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3841,8 +3841,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3856,8 +3856,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3871,8 +3871,8 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3887,8 +3887,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3909,8 +3909,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3925,8 +3925,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -3945,8 +3945,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3961,8 +3961,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3975,8 +3975,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -3990,8 +3990,8 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4004,8 +4004,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4019,8 +4019,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4040,8 +4040,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4055,8 +4055,8 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4068,8 +4068,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-support", @@ -4083,8 +4083,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4098,8 +4098,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4118,8 +4118,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4134,8 +4134,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4148,8 +4148,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4170,8 +4170,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4181,8 +4181,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4195,8 +4195,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4213,8 +4213,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "frame-system", @@ -4230,8 +4230,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4248,8 +4248,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-support", "parity-scale-codec", @@ -4261,8 +4261,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4276,8 +4276,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-benchmarking", "frame-support", @@ -4292,8 +4292,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6479,8 +6479,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6507,8 +6507,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6531,8 +6531,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6548,8 +6548,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6565,8 +6565,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6576,8 +6576,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6625,8 +6625,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6661,8 +6661,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "blake2-rfc", "hash-db", @@ -6691,8 +6691,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6702,8 +6702,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6746,8 +6746,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6770,8 +6770,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6783,8 +6783,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6806,8 +6806,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6820,8 +6820,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6848,8 +6848,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6865,8 +6865,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6880,8 +6880,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6898,8 +6898,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6935,8 +6935,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6959,8 +6959,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6977,8 +6977,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "hex", @@ -6993,8 +6993,8 @@ dependencies = [ [[package]] name = "sc-light" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "lazy_static", @@ -7012,8 +7012,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "async-std", "async-trait", @@ -7066,8 +7066,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7081,8 +7081,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "bytes 0.5.6", "fnv", @@ -7108,8 +7108,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "libp2p", @@ -7121,8 +7121,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7130,8 +7130,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "hash-db", @@ -7162,8 +7162,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7186,8 +7186,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7204,8 +7204,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "directories", @@ -7266,8 +7266,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7280,8 +7280,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7301,8 +7301,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "erased-serde", "log 0.4.11", @@ -7320,8 +7320,8 @@ dependencies = [ [[package]] name = "sc-transaction-graph" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7341,8 +7341,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7808,8 +7808,8 @@ dependencies = [ [[package]] name = "sp-allocator" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7820,8 +7820,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "parity-scale-codec", @@ -7835,8 +7835,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7847,8 +7847,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -7859,8 +7859,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7872,8 +7872,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -7884,8 +7884,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7895,8 +7895,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -7907,8 +7907,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7924,8 +7924,8 @@ dependencies = [ [[package]] name = "sp-chain-spec" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "serde_json", @@ -7933,8 +7933,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7959,8 +7959,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "merlin", "parity-scale-codec", @@ -7978,8 +7978,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7987,8 +7987,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7999,8 +7999,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "base58", "blake2-rfc", @@ -8043,8 +8043,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8052,8 +8052,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8062,8 +8062,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "environmental", "parity-scale-codec", @@ -8073,8 +8073,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8089,8 +8089,8 @@ dependencies = [ [[package]] name = "sp-finality-tracker" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8099,8 +8099,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8111,8 +8111,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "hash-db", @@ -8134,8 +8134,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "lazy_static", "sp-core", @@ -8145,8 +8145,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "serde", @@ -8157,8 +8157,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8168,8 +8168,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "sp-api", "sp-core", @@ -8178,8 +8178,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "backtrace", "log 0.4.11", @@ -8187,8 +8187,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "sp-core", @@ -8196,8 +8196,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "either", "hash256-std-hasher", @@ -8218,8 +8218,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8234,8 +8234,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "Inflector", "proc-macro-crate", @@ -8246,8 +8246,8 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "serde", "serde_json", @@ -8255,8 +8255,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-api", @@ -8268,8 +8268,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8278,8 +8278,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "log 0.4.11", @@ -8299,13 +8299,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" [[package]] name = "sp-storage" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8317,8 +8317,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8331,8 +8331,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8344,8 +8344,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8359,8 +8359,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "hash-db", "memory-db", @@ -8373,8 +8373,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "futures-core", @@ -8385,8 +8385,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8397,8 +8397,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8538,8 +8538,8 @@ dependencies = [ [[package]] name = "substrate-browser-utils" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "chrono", "console_error_panic_hook", @@ -8564,16 +8564,16 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8595,8 +8595,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8609,8 +8609,8 @@ dependencies = [ [[package]] name = "substrate-test-client" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8635,8 +8635,8 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8645,8 +8645,8 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" -version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#c1e5905ddc54961e5ba69fa3718788077bb2d1ad" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate#a200cdb93c6af5763b9c7bf313fa708764ac88ca" dependencies = [ "proc-macro-crate", "quote 1.0.7",