From aee47ed18a5055aceb312253e3d214633723a496 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Fri, 1 Nov 2019 15:57:07 +0000 Subject: [PATCH 1/2] Bump runtime version, update substrate. (#526) * Bump substrate * Bump runtime version * Fix Configuration stuff * switch to custom branch * add new backend entry, ignore it * Bump runtime version, update substrate. * Rename branch back * Update substrate --- Cargo.lock | 170 ++++++++++++++++++++++----------------------- runtime/src/lib.rs | 2 +- service/src/lib.rs | 4 +- 3 files changed, 88 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98f6574406e4..ae603b3bd838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" dependencies = [ "parity-scale-codec 1.0.6 (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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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)", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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,7 +4379,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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)", @@ -4401,7 +4401,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4423,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4438,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4449,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4485,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4515,7 @@ dependencies = [ [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4539,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4577,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4591,7 @@ dependencies = [ [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4610,7 @@ dependencies = [ [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4628,7 @@ dependencies = [ [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4642,7 @@ dependencies = [ [[package]] name = "substrate-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4652,7 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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,7 +4676,7 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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)", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4716,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4729,7 @@ dependencies = [ [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4739,7 @@ dependencies = [ [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4750,7 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4762,7 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4777,7 @@ dependencies = [ [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4819,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4846,7 @@ dependencies = [ [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4855,7 @@ dependencies = [ [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4864,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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,7 +4877,7 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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)", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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)", @@ -4924,7 +4924,7 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4935,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4961,7 @@ dependencies = [ [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4983,7 @@ dependencies = [ [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +4992,7 @@ dependencies = [ [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5007,7 @@ dependencies = [ [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5016,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5056,7 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5067,7 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5078,7 @@ dependencies = [ [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5097,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5119,7 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5133,7 @@ dependencies = [ [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5149,7 @@ dependencies = [ [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" 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 +5168,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#a746d38d2b76da28e0e5fe77bad6c43ecc4d88c7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#595f18e6d40cf92a7a591c72e3093142516c9067" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 530a4b752461..33d1011b90be 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: 1010, + spec_version: 1011, impl_version: 0, apis: RUNTIME_API_VERSIONS, }; diff --git a/service/src/lib.rs b/service/src/lib.rs index 29d28c84fdaa..58107911433c 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -116,7 +116,7 @@ macro_rules! new_full_start { import_setup = Some((block_import, grandpa_link, babe_link)); Ok(import_queue) })? - .with_rpc_extensions(|client, pool| -> polkadot_rpc::RpcExtension { + .with_rpc_extensions(|client, pool, _backend| -> polkadot_rpc::RpcExtension { polkadot_rpc::create(client, pool) })?; @@ -374,7 +374,7 @@ pub fn new_light(config: Configuration) .with_finality_proof_provider(|client, backend| Ok(Arc::new(GrandpaFinalityProofProvider::new(backend, client)) as _) )? - .with_rpc_extensions(|client, pool| -> polkadot_rpc::RpcExtension { + .with_rpc_extensions(|client, pool, _backend| -> polkadot_rpc::RpcExtension { polkadot_rpc::create(client, pool) })? .build() From 0b144cde467e550b06e0fdb9b395e00dfaa4b94d Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Sat, 2 Nov 2019 15:46:48 +0000 Subject: [PATCH 2/2] im-online module should report offences (#527) * im-online module should report offences * Bump runtime --- runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 33d1011b90be..267cf674210d 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: 1011, + spec_version: 1012, impl_version: 0, apis: RUNTIME_API_VERSIONS, }; @@ -437,7 +437,7 @@ impl im_online::Trait for Runtime { type Event = Event; type Call = Call; type SubmitTransaction = SubmitTransaction; - type ReportUnresponsiveness = (); + type ReportUnresponsiveness = Offences; } impl grandpa::Trait for Runtime {