From 6fef76aa57b2fe41c536e0d766421ff0b3793c75 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 14 Mar 2020 11:47:51 +0100 Subject: [PATCH 1/3] Insert storage for finality tracker --- runtime/kusama/src/lib.rs | 4 ++-- runtime/polkadot/src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 5cbe514a80b4..75948756d303 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1051, + spec_version: 1052, impl_version: 0, apis: RUNTIME_API_VERSIONS, }; @@ -646,7 +646,7 @@ construct_runtime! { Staking: staking::{Module, Call, Storage, Config, Event}, Offences: offences::{Module, Call, Storage, Event}, Session: session::{Module, Call, Storage, Event, Config}, - FinalityTracker: finality_tracker::{Module, Call, Inherent}, + FinalityTracker: finality_tracker::{Module, Call, Storage, Inherent}, Grandpa: grandpa::{Module, Call, Storage, Config, Event}, ImOnline: im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config}, AuthorityDiscovery: authority_discovery::{Module, Call, Config}, diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 8f6a83717f23..e75f12331075 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -577,7 +577,7 @@ construct_runtime! { Staking: staking::{Module, Call, Storage, Config, Event}, Offences: offences::{Module, Call, Storage, Event}, Session: session::{Module, Call, Storage, Event, Config}, - FinalityTracker: finality_tracker::{Module, Call, Inherent}, + FinalityTracker: finality_tracker::{Module, Call, Storage, Inherent}, Grandpa: grandpa::{Module, Call, Storage, Config, Event}, ImOnline: im_online::{Module, Call, Storage, Event, ValidateUnsigned, Config}, AuthorityDiscovery: authority_discovery::{Module, Call, Config}, @@ -793,7 +793,7 @@ sp_api::impl_runtime_apis! { } #[cfg(feature = "runtime-benchmarks")] - impl frame_benchmarking::Benchmark for Runtime { + impl frame_benchmarking::Benchmark for Runtime { fn dispatch_benchmark( module: Vec, extrinsic: Vec, From de4b240b3050c19187d5f89e6dc636642c69f189 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 14 Mar 2020 13:10:43 +0100 Subject: [PATCH 2/3] Bump lock --- Cargo.lock | 236 ++++++++++++++++++++++++++--------------------------- 1 file changed, 118 insertions(+), 118 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f76ddb097bc..faec4ebef826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1151,7 +1151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1159,7 +1159,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1216,7 +1216,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-metadata 11.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support-procedural-tools 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1251,7 +1251,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support-procedural-tools-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1273,7 +1273,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1289,7 +1289,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3026,7 +3026,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3061,7 +3061,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3082,7 +3082,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3097,7 +3097,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3112,7 +3112,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3126,7 +3126,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3139,7 +3139,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3208,7 +3208,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3224,7 +3224,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3238,7 +3238,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3252,7 +3252,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3280,7 +3280,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3295,7 +3295,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3313,7 +3313,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3328,7 +3328,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3347,7 +3347,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3358,7 +3358,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3372,7 +3372,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3402,7 +3402,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3420,7 +3420,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3433,7 +3433,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4832,7 +4832,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4859,7 +4859,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4875,7 +4875,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "sc-chain-spec-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4901,7 +4901,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4940,7 +4940,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5006,7 +5006,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5034,7 +5034,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5075,7 +5075,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "fork-tree 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5088,7 +5088,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5109,7 +5109,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5123,7 +5123,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5150,7 +5150,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5166,7 +5166,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5182,7 +5182,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5266,7 +5266,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5332,7 +5332,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5358,7 +5358,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5427,7 +5427,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5450,7 +5450,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5465,7 +5465,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5528,7 +5528,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5550,7 +5550,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5565,7 +5565,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5934,7 +5934,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5946,7 +5946,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5961,7 +5961,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5973,7 +5973,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5985,7 +5985,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6010,7 +6010,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6033,7 +6033,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6049,7 +6049,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6085,7 +6085,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6101,7 +6101,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6141,7 +6141,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6151,7 +6151,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6161,7 +6161,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6174,7 +6174,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6184,7 +6184,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6196,7 +6196,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6214,7 +6214,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6225,7 +6225,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6243,7 +6243,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6262,7 +6262,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6283,7 +6283,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6297,7 +6297,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6309,7 +6309,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6318,7 +6318,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6329,7 +6329,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6339,7 +6339,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6358,12 +6358,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" [[package]] name = "sp-storage" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6374,7 +6374,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6388,7 +6388,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6402,7 +6402,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6416,7 +6416,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6428,7 +6428,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6535,7 +6535,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6561,7 +6561,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6582,7 +6582,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-alpha.3" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6596,7 +6596,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6616,7 +6616,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -6655,7 +6655,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6673,7 +6673,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.5" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#ba5c85add52897acbd98f382ae11f7a11583e322" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#31e84afb941640db8f922c423df657def50cf1b5" [[package]] name = "substrate-wasm-builder-runner" From dab9c19f2c37a36df07c7115b12eb5c482d6078e Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 14 Mar 2020 13:11:29 +0100 Subject: [PATCH 3/3] Bump version --- Cargo.lock | 130 +++++++++++++++---------------- Cargo.toml | 2 +- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- network/Cargo.toml | 2 +- parachain/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 +- service/Cargo.toml | 2 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/halt/Cargo.toml | 2 +- validation/Cargo.toml | 2 +- 18 files changed, 82 insertions(+), 82 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faec4ebef826..e5f2205d0192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.23" +version = "0.7.24" dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", + "polkadot-parachain 0.7.24", "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -25,13 +25,13 @@ dependencies = [ name = "adder-collator" version = "0.1.0" dependencies = [ - "adder 0.7.23", + "adder 0.7.24", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.23", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", + "polkadot-collator 0.7.24", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -1610,7 +1610,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.7.23" +version = "0.7.24" dependencies = [ "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2072,7 +2072,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.23" +version = "0.7.24" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2111,9 +2111,9 @@ dependencies = [ "pallet-utility 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-runtime-common 0.7.23", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-runtime-common 0.7.24", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3715,20 +3715,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.23" +version = "0.7.24" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.23", - "polkadot-service 0.7.23", + "polkadot-cli 0.7.24", + "polkadot-service 0.7.24", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.23" +version = "0.7.24" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3739,8 +3739,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-erasure-coding 0.7.23", - "polkadot-primitives 0.7.23", + "polkadot-erasure-coding 0.7.24", + "polkadot-primitives 0.7.24", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-keystore 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3755,12 +3755,12 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.23" +version = "0.7.24" dependencies = [ "frame-benchmarking-cli 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.7.23", + "polkadot-service 0.7.24", "sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3778,17 +3778,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.23" +version = "0.7.24" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.23", - "polkadot-network 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-service 0.7.23", - "polkadot-validation 0.7.23", + "polkadot-cli 0.7.24", + "polkadot-network 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-service 0.7.24", + "polkadot-validation 0.7.24", "sc-cli 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3804,11 +3804,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.23" +version = "0.7.24" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.23", + "polkadot-primitives 0.7.24", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-trie 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3816,7 +3816,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.7.23" +version = "0.7.24" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3827,10 +3827,10 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.23", - "polkadot-erasure-coding 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-validation 0.7.23", + "polkadot-availability-store 0.7.24", + "polkadot-erasure-coding 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-validation 0.7.24", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-network-gossip 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3867,11 +3867,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.23" +version = "0.7.24" dependencies = [ - "adder 0.7.23", + "adder 0.7.24", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.23", + "halt 0.7.24", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3890,12 +3890,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.23" +version = "0.7.24" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", + "polkadot-parachain 0.7.24", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3911,12 +3911,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.23" +version = "0.7.24" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-transaction-payment-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.23", + "polkadot-primitives 0.7.24", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-rpc 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3927,7 +3927,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.23" +version = "0.7.24" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3964,9 +3964,9 @@ dependencies = [ "pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-runtime-common 0.7.23", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-runtime-common 0.7.24", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3993,7 +3993,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.7.23" +version = "0.7.24" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4013,8 +4013,8 @@ dependencies = [ "pallet-treasury 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4033,13 +4033,13 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.23" +version = "0.7.24" dependencies = [ "frame-benchmarking 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "frame-system-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kusama-runtime 0.7.23", + "kusama-runtime 0.7.24", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4048,12 +4048,12 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.23", - "polkadot-network 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-rpc 0.7.23", - "polkadot-runtime 0.7.23", - "polkadot-validation 0.7.23", + "polkadot-availability-store 0.7.24", + "polkadot-network 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-rpc 0.7.24", + "polkadot-runtime 0.7.24", + "polkadot-validation 0.7.24", "sc-authority-discovery 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-chain-spec 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4088,10 +4088,10 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.23" +version = "0.7.24" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.23", + "polkadot-primitives 0.7.24", "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] @@ -4123,9 +4123,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "pallet-vesting 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-runtime-common 0.7.23", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-runtime-common 0.7.24", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4169,7 +4169,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.7.23" +version = "0.7.24" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4180,11 +4180,11 @@ dependencies = [ "pallet-babe 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.23", - "polkadot-erasure-coding 0.7.23", - "polkadot-parachain 0.7.23", - "polkadot-primitives 0.7.23", - "polkadot-statement-table 0.7.23", + "polkadot-availability-store 0.7.24", + "polkadot-erasure-coding 0.7.24", + "polkadot-parachain 0.7.24", + "polkadot-primitives 0.7.24", + "polkadot-statement-table 0.7.24", "sc-block-builder 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-client-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sc-finality-grandpa 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", diff --git a/Cargo.toml b/Cargo.toml index ad7258797b22..c67186b3c53d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index bec3dc487436..0ddef809e44e 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 848835bc1c5e..a52b5009b21a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 49516cb7d831..242eb66897e8 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 0072b45e17cc..b6b06628292c 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index 93e092419932..46e87e859819 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index ea491c2f3e9e..febc726a4a5d 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index f32e2b4e690a..cbab22127448 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index febb20f7afb3..878fe248e3ef 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index fe847287f9b4..2ff9c70fee1c 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index be322e4c6d80..1b9b5d03fb49 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index ab890d075dd6..cb4c60fe4528 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index b283ae8b467e..f09330e5c8b3 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 1b2ce1369131..dda5e531ea95 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018" diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index d63eacafa51e..00770a20fc7f 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/test-parachains/halt/Cargo.toml b/test-parachains/halt/Cargo.toml index 9300ddd05c60..db35c256314e 100644 --- a/test-parachains/halt/Cargo.toml +++ b/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halt" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index ffac234af401..d9feab9fe073 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.23" +version = "0.7.24" authors = ["Parity Technologies "] edition = "2018"