From d327000afb34a49c3b0ce7c80147cbea6434d429 Mon Sep 17 00:00:00 2001 From: s3krit Date: Wed, 26 Aug 2020 19:07:54 +0200 Subject: [PATCH] Bump version to v0.8.23 (#1646) * bump version to v0.8.23 * bump substrate --- Cargo.lock | 302 ++++++++++----------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- parachain/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 2 +- parachain/test-parachains/halt/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/kusama/Cargo.toml | 2 +- runtime/polkadot/Cargo.toml | 2 +- runtime/rococo-v1/Cargo.toml | 2 +- runtime/test-runtime/Cargo.toml | 2 +- runtime/westend/Cargo.toml | 2 +- service/Cargo.toml | 2 +- statement-table/Cargo.toml | 2 +- validation/Cargo.toml | 2 +- 18 files changed, 168 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14aed8918d94..57d3d3192f16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", ] @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -1544,7 +1544,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "serde", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "bitmask", "frame-metadata", @@ -1580,7 +1580,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1591,7 +1591,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1603,7 +1603,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1613,7 +1613,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1629,7 +1629,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -1643,7 +1643,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-api", @@ -2614,7 +2614,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-benchmarking", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -3858,7 +3858,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -3873,7 +3873,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3898,7 +3898,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3928,7 +3928,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3943,7 +3943,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -3974,7 +3974,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -3996,7 +3996,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4062,7 +4062,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4091,7 +4091,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4142,7 +4142,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4155,7 +4155,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "enumflags2", "frame-support", @@ -4170,7 +4170,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4185,7 +4185,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4205,7 +4205,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4221,7 +4221,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4235,7 +4235,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4257,7 +4257,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -4268,7 +4268,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4282,7 +4282,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4300,7 +4300,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "frame-system", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4335,7 +4335,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-support", "parity-scale-codec", @@ -4348,7 +4348,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4363,7 +4363,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-benchmarking", "frame-support", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4722,7 +4722,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.22" +version = "0.8.23" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4786,7 +4786,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.22" +version = "0.8.23" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4822,7 +4822,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.22" +version = "0.8.23" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -5132,7 +5132,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.22" +version = "0.8.23" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -5172,7 +5172,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-system", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.22" +version = "0.8.23" dependencies = [ "jsonrpc-core", "jsonrpc-pubsub", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-benchmarking", @@ -5297,7 +5297,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-benchmarking", @@ -5386,7 +5386,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.22" +version = "0.8.23" dependencies = [ "env_logger", "frame-benchmarking", @@ -5528,7 +5528,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.22" +version = "0.8.23" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-executive", @@ -5666,7 +5666,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.22" +version = "0.8.23" dependencies = [ "derive_more 0.14.1", "futures 0.3.5", @@ -6351,7 +6351,7 @@ dependencies = [ [[package]] name = "rococo-v1-runtime" -version = "0.8.22" +version = "0.8.23" dependencies = [ "frame-executive", "frame-support", @@ -6525,7 +6525,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -6553,7 +6553,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6577,7 +6577,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6594,7 +6594,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6611,7 +6611,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6622,7 +6622,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6669,7 +6669,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6705,7 +6705,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "blake2-rfc", "hash-db", @@ -6735,7 +6735,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6746,7 +6746,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6790,7 +6790,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6814,7 +6814,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6827,7 +6827,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6850,7 +6850,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6864,7 +6864,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6892,7 +6892,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6909,7 +6909,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6924,7 +6924,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6979,7 +6979,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -7001,7 +7001,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -7019,7 +7019,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "hex", @@ -7035,7 +7035,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "hash-db", "lazy_static", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "async-std", "bitflags", @@ -7107,7 +7107,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "bytes 0.5.5", "fnv", @@ -7149,7 +7149,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "libp2p", @@ -7162,7 +7162,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7171,7 +7171,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "hash-db", @@ -7203,7 +7203,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7227,7 +7227,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -7243,7 +7243,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "directories", @@ -7304,7 +7304,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7318,7 +7318,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7339,7 +7339,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "erased-serde", "log 0.4.11", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7378,7 +7378,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7841,7 +7841,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7853,7 +7853,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "hash-db", "parity-scale-codec", @@ -7868,7 +7868,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7880,7 +7880,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "serde", @@ -7892,7 +7892,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7905,7 +7905,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-api", @@ -7917,7 +7917,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7928,7 +7928,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-api", @@ -7940,7 +7940,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7957,7 +7957,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "serde", "serde_json", @@ -7966,7 +7966,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7992,7 +7992,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "merlin", "parity-scale-codec", @@ -8011,7 +8011,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8020,7 +8020,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "base58", "blake2-rfc", @@ -8076,7 +8076,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8085,7 +8085,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -8095,7 +8095,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "environmental", "parity-scale-codec", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8122,7 +8122,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8132,7 +8132,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8144,7 +8144,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "hash-db", @@ -8165,7 +8165,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "lazy_static", "sp-core", @@ -8176,7 +8176,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "serde", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8199,7 +8199,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "sp-api", "sp-core", @@ -8209,7 +8209,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "backtrace", "log 0.4.11", @@ -8218,7 +8218,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "serde", "sp-core", @@ -8227,7 +8227,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "either", "hash256-std-hasher", @@ -8249,7 +8249,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "Inflector", "proc-macro-crate", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "serde", "serde_json", @@ -8286,7 +8286,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-api", @@ -8299,7 +8299,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8309,7 +8309,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "hash-db", "itertools 0.9.0", @@ -8330,12 +8330,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8348,7 +8348,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8362,7 +8362,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "log 0.4.11", "rental", @@ -8372,7 +8372,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8387,7 +8387,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "hash-db", "memory-db", @@ -8401,7 +8401,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "futures-core", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8425,7 +8425,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "chrono", "console_error_panic_hook", @@ -8591,7 +8591,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "platforms", ] @@ -8599,7 +8599,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8622,7 +8622,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8636,7 +8636,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8662,7 +8662,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8672,7 +8672,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#243873a76fedc1f63004e8097b38f77470d2eff7" +source = "git+https://github.com/paritytech/substrate?branch=master#35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -8779,7 +8779,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.22" +version = "0.8.23" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -8792,7 +8792,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.22" +version = "0.8.23" dependencies = [ "substrate-wasm-builder-runner", ] @@ -9894,7 +9894,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.22" +version = "0.8.23" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 3f2cc6c25893..27762f984f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 99eb04e9dd63..7c797b652fae 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 1965150ca67a..18db68ea9f83 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index bb8a340ecaea..73d7f4bad5f2 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 5b2e79257f1d..b2664d112460 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 9d1af0e64623..6a61c232dd39 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 797b21df1209..acab0b5cb7a6 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 35ff0f9e9142..ed4aa0ac09e1 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 3d3b0e44b071..c48f8693f3dc 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 8b56dc17fa18..8e986a548ae8 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 42e679a87700..e6305c8335cd 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/rococo-v1/Cargo.toml b/runtime/rococo-v1/Cargo.toml index 25e49e6e29d9..2829d6fdb175 100644 --- a/runtime/rococo-v1/Cargo.toml +++ b/runtime/rococo-v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-v1-runtime" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 4dc975c68992..a8b8153519bc 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 739bbcc8eaad..340301a003d7 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index e377aee2a5f9..7ebf622b4145 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 358a9b37d7ae..21ef62d53050 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index a9ce31214d09..b4978ffa1777 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.22" +version = "0.8.23" authors = ["Parity Technologies "] edition = "2018"