From 20aa1f3b7831461a17f2fcfe5ac4e9e153a008a6 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 3 Nov 2019 18:24:50 +0100 Subject: [PATCH 1/2] Bump versions --- Cargo.lock | 199 +++++++++++++++---------------- Cargo.toml | 2 +- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 2 +- parachain/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 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, 114 insertions(+), 119 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae603b3bd838..653ae97ce9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,14 +798,14 @@ dependencies = [ [[package]] name = "fixed-hash" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -848,7 +848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2949,10 +2949,10 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "fixed-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3702,7 +3702,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" 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)", @@ -3714,7 +3714,7 @@ dependencies = [ [[package]] name = "sr-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3763,7 +3763,7 @@ dependencies = [ [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3773,7 +3773,7 @@ dependencies = [ [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3781,7 +3781,7 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3810,7 +3810,7 @@ dependencies = [ [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3861,7 +3861,7 @@ dependencies = [ [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3877,7 +3877,7 @@ dependencies = [ [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "srml-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3919,7 +3919,7 @@ dependencies = [ [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3934,7 +3934,7 @@ dependencies = [ [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3952,7 +3952,7 @@ dependencies = [ [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3971,7 +3971,7 @@ dependencies = [ [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3988,7 +3988,7 @@ dependencies = [ [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4002,7 +4002,7 @@ dependencies = [ [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4013,7 +4013,7 @@ dependencies = [ [[package]] name = "srml-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4027,7 +4027,7 @@ dependencies = [ [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4042,7 +4042,7 @@ dependencies = [ [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4055,7 +4055,7 @@ dependencies = [ [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4074,7 +4074,7 @@ dependencies = [ [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4094,7 +4094,7 @@ dependencies = [ [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4105,7 +4105,7 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "bitmask 0.5.0 (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)", @@ -4140,7 +4140,7 @@ dependencies = [ [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4152,7 +4152,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4164,7 +4164,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4174,7 +4174,7 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4191,7 +4191,7 @@ dependencies = [ [[package]] name = "srml-system-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4209,7 +4209,7 @@ dependencies = [ [[package]] name = "srml-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4218,7 +4218,7 @@ dependencies = [ [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4233,7 +4233,7 @@ dependencies = [ [[package]] name = "srml-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4246,7 +4246,7 @@ dependencies = [ [[package]] name = "srml-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4263,7 +4263,7 @@ dependencies = [ [[package]] name = "srml-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4275,7 +4275,7 @@ dependencies = [ [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4291,11 +4291,6 @@ name = "stable_deref_trait" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "static_assertions" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "static_assertions" version = "1.0.0" @@ -4367,7 +4362,7 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4379,11 +4374,12 @@ dependencies = [ [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.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.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4395,13 +4391,12 @@ dependencies = [ "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4423,7 +4418,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4438,7 +4433,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4449,7 +4444,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" 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)", @@ -4485,7 +4480,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4515,7 +4510,7 @@ dependencies = [ [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4539,7 +4534,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4577,7 +4572,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4591,7 +4586,7 @@ dependencies = [ [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4610,7 +4605,7 @@ dependencies = [ [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4628,7 +4623,7 @@ dependencies = [ [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4642,7 +4637,7 @@ dependencies = [ [[package]] name = "substrate-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4652,7 +4647,7 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4676,10 +4671,10 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] @@ -4687,7 +4682,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "finality-grandpa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4716,7 +4711,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4729,7 +4724,7 @@ dependencies = [ [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4739,7 +4734,7 @@ dependencies = [ [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4750,7 +4745,7 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4762,7 +4757,7 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4777,7 +4772,7 @@ dependencies = [ [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4819,7 +4814,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4846,7 +4841,7 @@ dependencies = [ [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4855,7 +4850,7 @@ dependencies = [ [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4864,7 +4859,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4877,8 +4872,9 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] @@ -4886,7 +4882,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" 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)", @@ -4902,7 +4898,7 @@ dependencies = [ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4924,7 +4920,7 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4935,7 +4931,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4961,7 +4957,7 @@ dependencies = [ [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4983,7 +4979,7 @@ dependencies = [ [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4992,7 +4988,7 @@ dependencies = [ [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5007,7 +5003,7 @@ dependencies = [ [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5016,7 +5012,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5056,7 +5052,7 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -5067,7 +5063,7 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5078,7 +5074,7 @@ dependencies = [ [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" 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)", @@ -5097,7 +5093,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5119,7 +5115,7 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5133,7 +5129,7 @@ dependencies = [ [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5149,7 +5145,7 @@ dependencies = [ [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5168,7 +5164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6122,7 +6118,7 @@ dependencies = [ "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" "checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa" "checksum finality-grandpa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34754852da8d86bc509715292c73140a5b678656d0b16132acd6737bdb5fd5f8" -"checksum fixed-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "516877b7b9a1cc2d0293cbce23cd6203f0edbfd4090e6ca4489fecb5aa73050e" +"checksum fixed-hash 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72fe7539e2c5692c6989f2f9c0457e42f1e5768f96b85c87d273574670ae459f" "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" "checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" @@ -6305,7 +6301,7 @@ dependencies = [ "checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" "checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" -"checksum primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83ef7b3b965c0eadcb6838f34f827e1dfb2939bdd5ebd43f9647e009b12b0371" +"checksum primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0253db64c26d8b4e7896dd2063b516d2a1b9e0a5da26b5b78335f236d1e9522" "checksum proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" @@ -6428,7 +6424,6 @@ dependencies = [ "checksum srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" -"checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_assertions 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fa13613355688665b68639b1c378a62dbedea78aff0fc59a4fa656cbbdec657" "checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" "checksum stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" diff --git a/Cargo.toml b/Cargo.toml index 4dbd7be51972..c3f6ad57143c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 6d5f2275378e..3ce49fcbccf5 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.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ecc22a17d519..106f037d60b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index d5c25758e5b4..adfa9a266964 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 4137ac497bd2..6463152287d0 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d60f5fc5962f..cd2d418d0d42 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-executor" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index 97e3692fb216..cdea2faee145 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 8f04b7360b78..a7c10da9c5b0 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.6.6" +version = "0.6.7" 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 04b532486acd..74c9de67101e 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0c8013ea8d00..f3c2f78673d2 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cebef1ae598e..4518962c256f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 267cf674210d..9b696883af49 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 1, - spec_version: 1012, + spec_version: 1013, impl_version: 0, apis: RUNTIME_API_VERSIONS, }; diff --git a/service/Cargo.toml b/service/Cargo.toml index dfbf36c6f549..ad9d28d94cb3 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 36affd3f068e..1c1006d773d8 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index 506acf6e5e60..3365165cb7a3 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "0.6.6" +version = "0.6.7" 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 031b2a408810..cfab0a5f777e 100644 --- a/test-parachains/halt/Cargo.toml +++ b/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halt" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 27b13968a72b..a0cc4c7d4852 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies "] edition = "2018" From cbd9b5444d35a7a49d2bd99763fe3b80bc81cbf8 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 3 Nov 2019 18:35:33 +0100 Subject: [PATCH 2/2] Build fix. --- Cargo.lock | 112 ++++++++++++++++++++++++------------------------- cli/src/lib.rs | 2 +- 2 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 653ae97ce9fd..1f144556e07c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,11 +2,11 @@ # It is not intended for manual editing. [[package]] name = "adder" -version = "0.6.6" +version = "0.6.7" dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.6", + "polkadot-parachain 0.6.7", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -16,14 +16,14 @@ dependencies = [ name = "adder-collator" version = "0.1.0" dependencies = [ - "adder 0.6.6", + "adder 0.6.7", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.6.6", - "polkadot-parachain 0.6.6", - "polkadot-primitives 0.6.6", + "polkadot-collator 0.6.7", + "polkadot-parachain 0.6.7", + "polkadot-primitives 0.6.7", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.6.6" +version = "0.6.7" dependencies = [ "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2637,18 +2637,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.6.6" +version = "0.6.7" dependencies = [ "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.6.6", - "polkadot-service 0.6.6", + "polkadot-cli 0.6.7", + "polkadot-service 0.6.7", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.6.6" +version = "0.6.7" dependencies = [ "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", @@ -2656,18 +2656,18 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.6", + "polkadot-primitives 0.6.7", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-cli" -version = "0.6.6" +version = "0.6.7" dependencies = [ "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (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.6.6", + "polkadot-service 0.6.7", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2675,17 +2675,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.6.6" +version = "0.6.7" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.6.6", - "polkadot-network 0.6.6", - "polkadot-primitives 0.6.6", - "polkadot-runtime 0.6.6", - "polkadot-service 0.6.6", - "polkadot-validation 0.6.6", + "polkadot-cli 0.6.7", + "polkadot-network 0.6.7", + "polkadot-primitives 0.6.7", + "polkadot-runtime 0.6.7", + "polkadot-service 0.6.7", + "polkadot-validation 0.6.7", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2696,10 +2696,10 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.6.6" +version = "0.6.7" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.6", + "polkadot-primitives 0.6.7", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2707,15 +2707,15 @@ dependencies = [ [[package]] name = "polkadot-executor" -version = "0.6.6" +version = "0.6.7" dependencies = [ - "polkadot-runtime 0.6.6", + "polkadot-runtime 0.6.7", "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-network" -version = "0.6.6" +version = "0.6.7" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2724,9 +2724,9 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (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.6.6", - "polkadot-primitives 0.6.6", - "polkadot-validation 0.6.6", + "polkadot-availability-store 0.6.7", + "polkadot-primitives 0.6.7", + "polkadot-validation 0.6.7", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2736,11 +2736,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.6.6" +version = "0.6.7" dependencies = [ - "adder 0.6.6", + "adder 0.6.7", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.6.6", + "halt 0.6.7", "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.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2755,11 +2755,11 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.6.6" +version = "0.6.7" dependencies = [ "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.6", + "polkadot-parachain 0.6.7", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2774,11 +2774,11 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.6.6" +version = "0.6.7" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.6", - "polkadot-runtime 0.6.6", + "polkadot-primitives 0.6.7", + "polkadot-runtime 0.6.7", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2789,15 +2789,15 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.6.6" +version = "0.6.7" dependencies = [ "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.6", - "polkadot-primitives 0.6.6", + "polkadot-parachain 0.6.7", + "polkadot-primitives 0.6.7", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2852,7 +2852,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.6.6" +version = "0.6.7" dependencies = [ "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2860,13 +2860,13 @@ dependencies = [ "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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.6.6", - "polkadot-executor 0.6.6", - "polkadot-network 0.6.6", - "polkadot-primitives 0.6.6", - "polkadot-rpc 0.6.6", - "polkadot-runtime 0.6.6", - "polkadot-validation 0.6.6", + "polkadot-availability-store 0.6.7", + "polkadot-executor 0.6.7", + "polkadot-network 0.6.7", + "polkadot-primitives 0.6.7", + "polkadot-rpc 0.6.7", + "polkadot-runtime 0.6.7", + "polkadot-validation 0.6.7", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -2893,16 +2893,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.6.6" +version = "0.6.7" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.6", + "polkadot-primitives 0.6.7", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "polkadot-validation" -version = "0.6.6" +version = "0.6.7" dependencies = [ "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2913,11 +2913,11 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (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.6.6", - "polkadot-parachain 0.6.6", - "polkadot-primitives 0.6.6", - "polkadot-runtime 0.6.6", - "polkadot-statement-table 0.6.6", + "polkadot-availability-store 0.6.7", + "polkadot-parachain 0.6.7", + "polkadot-primitives 0.6.7", + "polkadot-runtime 0.6.7", + "polkadot-statement-table 0.6.7", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", diff --git a/cli/src/lib.rs b/cli/src/lib.rs index cf14c756d534..c5b36e05c1be 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -115,7 +115,7 @@ pub fn run(worker: W, version: cli::VersionInfo) -> error::Result<()> where ), }.map_err(|e| format!("{:?}", e)) }), - cli::ParseAndPrepare::BuildSpec(cmd) => cmd.run(load_spec), + cli::ParseAndPrepare::BuildSpec(cmd) => cmd.run::(load_spec), cli::ParseAndPrepare::ExportBlocks(cmd) => cmd.run_with_builder::<(), _, _, _, _, _, _>(|config| Ok(service::new_chain_ops(config)?), load_spec, worker), cli::ParseAndPrepare::ImportBlocks(cmd) => cmd.run_with_builder::<(), _, _, _, _, _, _>(|config|