From 7ad239edee282271bef809f0a2bba18c174f10c1 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Mon, 4 Nov 2019 14:05:48 +0100 Subject: [PATCH 1/5] Update to latest sub --- Cargo.lock | 1456 ++++++++++----------- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- cli/src/lib.rs | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 4 +- primitives/Cargo.toml | 16 +- rpc/Cargo.toml | 14 +- runtime/Cargo.toml | 84 +- runtime/src/claims.rs | 5 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 4 +- validation/Cargo.toml | 24 +- 18 files changed, 843 insertions(+), 842 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae603b3bd838..648a2656f9cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,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", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", ] @@ -24,8 +24,8 @@ dependencies = [ "polkadot-collator 0.6.6", "polkadot-parachain 0.6.6", "polkadot-primitives 0.6.6", - "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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -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#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1114,6 +1114,11 @@ name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "hex" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "hex-literal" version = "0.2.1" @@ -1355,13 +1360,13 @@ dependencies = [ [[package]] name = "jsonrpc-client-transports" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -1370,7 +1375,7 @@ dependencies = [ [[package]] name = "jsonrpc-core" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1382,31 +1387,31 @@ dependencies = [ [[package]] name = "jsonrpc-core-client" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-derive" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-http-server" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1415,10 +1420,10 @@ dependencies = [ [[package]] name = "jsonrpc-pubsub" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1426,15 +1431,14 @@ dependencies = [ [[package]] name = "jsonrpc-server-utils" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1442,11 +1446,11 @@ dependencies = [ [[package]] name = "jsonrpc-ws-server" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.3 (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)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2657,7 +2661,7 @@ 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)", "polkadot-primitives 0.6.6", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2669,7 +2673,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.6", "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)", + "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2686,11 +2690,11 @@ dependencies = [ "polkadot-runtime 0.6.6", "polkadot-service 0.6.6", "polkadot-validation 0.6.6", - "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)", - "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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2701,8 +2705,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", "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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2710,7 +2714,7 @@ name = "polkadot-executor" version = "0.6.6" dependencies = [ "polkadot-runtime 0.6.6", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2727,11 +2731,11 @@ dependencies = [ "polkadot-availability-store 0.6.6", "polkadot-primitives 0.6.6", "polkadot-validation 0.6.6", - "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)", - "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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2747,8 +2751,8 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2762,29 +2766,29 @@ dependencies = [ "polkadot-parachain 0.6.6", "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 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-application-crypto 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-rpc" version = "0.6.6" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", "polkadot-runtime 0.6.6", - "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)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2803,48 +2807,48 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 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)", - "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)", - "sr-staking-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)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-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-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", - "substrate-offchain-primitives 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)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2868,27 +2872,27 @@ dependencies = [ "polkadot-runtime 0.6.6", "polkadot-validation 0.6.6", "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)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery 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-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 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)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2897,7 +2901,7 @@ version = "0.6.6" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2918,18 +2922,18 @@ dependencies = [ "polkadot-primitives 0.6.6", "polkadot-runtime 0.6.6", "polkadot-statement-table 0.6.6", - "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)", - "substrate-consensus-babe-primitives 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-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", - "substrate-keystore 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)", - "substrate-transaction-pool 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2949,10 +2953,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 +3706,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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,38 +3718,38 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-externalities 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)", - "substrate-state-machine 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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3753,27 +3757,27 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-io 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)", - "substrate-application-crypto 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)", + "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3781,320 +3785,320 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde 1.0.102 (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)", - "sr-staking-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)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde 1.0.102 (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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde 1.0.102 (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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-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)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-staking-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)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde 1.0.102 (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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 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)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-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)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "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)", - "sr-staking-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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde 1.0.102 (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)", - "sr-staking-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)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 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)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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,21 +4109,21 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4128,43 +4132,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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,116 +4178,116 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 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)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.3 (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)", "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)", - "srml-system-rpc-runtime-api 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.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)", "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)", - "srml-transaction-payment-rpc-runtime-api 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4291,11 +4295,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,46 +4366,46 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-io 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)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-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-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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4423,22 +4422,22 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec-derive 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)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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 +4448,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4467,17 +4466,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 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)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 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)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4485,7 +4484,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4497,25 +4496,25 @@ 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)", - "sr-api-macros 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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 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)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4525,24 +4524,24 @@ 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)", - "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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 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)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", @@ -4556,42 +4555,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (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)", - "sr-version 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)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 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-consensus-babe-primitives 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-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 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)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "substrate-application-crypto 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-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4600,49 +4599,49 @@ 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)", - "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)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "srml-authorship 0.1.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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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 +4651,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4661,14 +4660,14 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 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)", - "substrate-serializer 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)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4676,21 +4675,21 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", + "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)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", @@ -4698,17 +4697,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 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)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4716,68 +4715,68 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "substrate-application-crypto 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 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)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4785,7 +4784,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", @@ -4803,13 +4802,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", - "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-consensus-babe-primitives 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-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-peerset 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4819,7 +4818,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4833,29 +4832,29 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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-keystore 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-offchain-primitives 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)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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 +4863,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#7874be8668ba6ff43c107c5da26105f934654cc2" 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,16 +4876,17 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4894,7 +4894,7 @@ dependencies = [ "ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4902,18 +4902,18 @@ 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)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-externalities 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)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4924,90 +4924,90 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 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)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sr-version 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)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5030,23 +5030,23 @@ 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)", "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)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec 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-client-db 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 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-offchain 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)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5056,29 +5056,29 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5086,10 +5086,10 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 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)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (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#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" 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,43 +5119,43 @@ 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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", "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)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "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)", - "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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", "parity-scale-codec 1.0.6 (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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 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#595f18e6d40cf92a7a591c72e3093142516c9067" +source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6122,13 +6122,13 @@ 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" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6159,6 +6159,7 @@ dependencies = [ "checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" +"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d" "checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a" @@ -6185,14 +6186,14 @@ dependencies = [ "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" "checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160" "checksum js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "a60f6ca5eb7ae3014e3ab34e3189a1560267245216e19f76a021a4c669817e62" -"checksum jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dbf2466adbf6d5b4e618857f22be40b1e1cc6ed79d72751324358f6b539b06d" -"checksum jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d" -"checksum jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "161dc223549fa6fe4a4eda675de2d1d3cff5a7164e5c031cdf1e22c734700f8b" -"checksum jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a76285ebba4515680fbfe4b62498ccb2a932384c8732eed68351b02fb7ae475" -"checksum jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "601fcc7bec888c7cbc7fd124d3d6744d72c0ebb540eca6fe2261b71f9cff6320" -"checksum jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0fb0664d8ce287e826940dafbb45379443c595bdd71d93655f3c8f25fd992" -"checksum jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d415f51d016a4682878e19dd03e8c0b61cd4394912d7cd3dc48d4f19f061a4e" -"checksum jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4699433c1ac006d7df178b4c29c191e5bb6d81e2dca18c5c804a094592900101" +"checksum jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d389a085cb2184604dff060390cadb8cba1f063c7fd0ad710272c163c88b9f20" +"checksum jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "34651edf3417637cc45e70ed0182ecfa9ced0b7e8131805fccf7400d989845ca" +"checksum jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbaec1d57271ff952f24ca79d37d716cfd749c855b058d9aa5f053a6b8ae4ef" +"checksum jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d5c31575cc70a8b21542599028472c80a9248394aeea4d8918a045a0ab08a3" +"checksum jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aa54c4c2d88cb5e04b251a5031ba0f2ee8c6ef30970e31228955b89a80c3b611" +"checksum jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ee1b8da0b9219a231c4b7cbc7110bfdb457cbcd8d90a6224d0b3cab8aae8443" +"checksum jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "87bc3c0a9a282211b2ec14abb3e977de33016bbec495332e9f7be858de7c5117" +"checksum jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af36a129cef77a9db8028ac7552d927e1bb7b6928cd96b23dd25cc38bff974ab" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" @@ -6305,7 +6306,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" @@ -6387,48 +6388,47 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"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 sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "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" @@ -6438,52 +6438,52 @@ dependencies = [ "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bd48273fe9d7f92c1f7d6c1c537bb01c8068f925b47ad2cd8367e11dc32f8550" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 6d5f2275378e..26b451a1f2ee 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ecc22a17d519..7fefa2425754 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" structopt = "0.3.3" -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "master" } service = { package = "polkadot-service", path = "../service" } 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| diff --git a/collator/Cargo.toml b/collator/Cargo.toml index d5c25758e5b4..817b9123ca62 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 4137ac497bd2..bd9f02292050 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d60f5fc5962f..bdee6033ac57 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 97e3692fb216..c7ecd31eb2ef 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,14 +12,14 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.1" futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] } log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-client = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 8f04b7360b78..cab076b82397 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 04b532486acd..0017c710396b 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0c8013ea8d00..d0458ef3a837 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -jsonrpc-core = "13.2.0" +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +srml-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime = { path = "../runtime" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cebef1ae598e..2b8b4d1afa8a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,47 +14,47 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -transaction-payment = { package = "srml-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -elections-phragmen = { package = "srml-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -nicks = { package = "srml-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +transaction-payment = { package = "srml-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +elections-phragmen = { package = "srml-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +nicks = { package = "srml-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -63,8 +63,8 @@ polkadot-parachain = { path = "../parachain", default-features = false } hex-literal = "0.2.0" libsecp256k1 = "0.3.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.15" serde_json = "1.0" diff --git a/runtime/src/claims.rs b/runtime/src/claims.rs index bbe41291475c..1285fa7b8b6d 100644 --- a/runtime/src/claims.rs +++ b/runtime/src/claims.rs @@ -27,7 +27,7 @@ use serde::{self, Serialize, Deserialize, Serializer, Deserializer}; #[cfg(feature = "std")] use sr_primitives::traits::Zero; use sr_primitives::{ - weights::SimpleDispatchInfo, traits::ValidateUnsigned, + weights::SimpleDispatchInfo, transaction_validity::{ TransactionLongevity, TransactionValidity, ValidTransaction, InvalidTransaction }, @@ -191,7 +191,8 @@ impl Module { } } -impl ValidateUnsigned for Module { +#[allow(deprecated)] // Allow `ValidateUnsigned` +impl sr_primitives::traits::ValidateUnsigned for Module { type Call = Call; fn validate_unsigned(call: &Self::Call) -> TransactionValidity { diff --git a/service/Cargo.toml b/service/Cargo.toml index dfbf36c6f549..59812b4cf02a 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -19,24 +19,24 @@ polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "master" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 36affd3f068e..49048cc48e46 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index 506acf6e5e60..f9ce18145fac 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 540a3505eebd..ecd4441556d8 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,8 +9,8 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 27b13968a72b..7244856ba6c0 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } From 6dead1ad34aa2c3d142312a7dece27bde9541630 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Mon, 4 Nov 2019 14:07:46 +0100 Subject: [PATCH 2/5] Revert branch update --- Cargo.lock | 1434 +++++++++++---------- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 4 +- primitives/Cargo.toml | 16 +- rpc/Cargo.toml | 12 +- runtime/Cargo.toml | 84 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 4 +- validation/Cargo.toml | 24 +- 16 files changed, 831 insertions(+), 823 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 648a2656f9cc..87a00ca37c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,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", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] @@ -24,8 +24,8 @@ dependencies = [ "polkadot-collator 0.6.6", "polkadot-parachain 0.6.6", "polkadot-primitives 0.6.6", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[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#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", ] @@ -1114,11 +1114,6 @@ name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "hex" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "hex-literal" version = "0.2.1" @@ -1360,19 +1355,31 @@ dependencies = [ [[package]] name = "jsonrpc-client-transports" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "jsonrpc-core" +version = "13.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "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)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 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)", +] + [[package]] name = "jsonrpc-core" version = "14.0.3" @@ -1387,31 +1394,31 @@ dependencies = [ [[package]] name = "jsonrpc-core-client" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-derive" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-http-server" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1420,10 +1427,10 @@ dependencies = [ [[package]] name = "jsonrpc-pubsub" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1431,14 +1438,15 @@ dependencies = [ [[package]] name = "jsonrpc-server-utils" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1446,11 +1454,11 @@ dependencies = [ [[package]] name = "jsonrpc-ws-server" -version = "14.0.3" +version = "13.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 13.2.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)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2661,7 +2669,7 @@ 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)", "polkadot-primitives 0.6.6", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2673,7 +2681,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.6", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] @@ -2690,11 +2698,11 @@ dependencies = [ "polkadot-runtime 0.6.6", "polkadot-service 0.6.6", "polkadot-validation 0.6.6", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "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 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2705,8 +2713,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", "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)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] @@ -2714,7 +2722,7 @@ name = "polkadot-executor" version = "0.6.6" dependencies = [ "polkadot-runtime 0.6.6", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2731,11 +2739,11 @@ dependencies = [ "polkadot-availability-store 0.6.6", "polkadot-primitives 0.6.6", "polkadot-validation 0.6.6", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "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)", ] [[package]] @@ -2751,8 +2759,8 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 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)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2766,14 +2774,14 @@ dependencies = [ "polkadot-parachain 0.6.6", "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-version 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-application-crypto 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2783,12 +2791,12 @@ dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", "polkadot-runtime 0.6.6", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2807,48 +2815,48 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-staking-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)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-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-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", + "substrate-offchain-primitives 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)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 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)", "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)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2872,27 +2880,27 @@ dependencies = [ "polkadot-runtime 0.6.6", "polkadot-validation 0.6.6", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery 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-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 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)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2901,7 +2909,7 @@ version = "0.6.6" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.6", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2922,18 +2930,18 @@ dependencies = [ "polkadot-primitives 0.6.6", "polkadot-runtime 0.6.6", "polkadot-statement-table 0.6.6", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-consensus-babe-primitives 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-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", + "substrate-keystore 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)", + "substrate-transaction-pool 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)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3706,7 +3714,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#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -3718,38 +3726,38 @@ dependencies = [ [[package]] name = "sr-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 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)", + "substrate-state-machine 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)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -3757,27 +3765,27 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 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)", + "substrate-application-crypto 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)", ] [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", ] @@ -3785,320 +3793,320 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 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)", ] [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", ] [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-staking-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)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 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)", ] [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 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)", ] [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-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)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 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)", ] [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-staking-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)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 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)", ] [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 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)", ] [[package]] name = "srml-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-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)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-staking-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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 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)", ] [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-staking-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)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 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)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4109,21 +4117,21 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4132,43 +4140,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", ] [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4178,116 +4186,116 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 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)", ] [[package]] name = "srml-system-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "jsonrpc-derive 13.2.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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system-rpc-runtime-api 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "jsonrpc-derive 13.2.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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-transaction-payment-rpc-runtime-api 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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4366,19 +4374,19 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4390,22 +4398,22 @@ dependencies = [ "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-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-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)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4422,22 +4430,22 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec-derive 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)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4448,7 +4456,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4466,17 +4474,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 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)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 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)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4484,7 +4492,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4496,25 +4504,25 @@ 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)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-api-macros 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)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 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)", ] [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4524,24 +4532,24 @@ 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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 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)", + "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 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)", ] [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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)", @@ -4555,42 +4563,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-version 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)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 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-consensus-babe-primitives 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-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 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)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-application-crypto 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-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4599,49 +4607,49 @@ 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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", ] [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 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)", ] [[package]] name = "substrate-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4651,7 +4659,7 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4660,14 +4668,14 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 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)", + "substrate-serializer 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)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4675,21 +4683,21 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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)", @@ -4697,17 +4705,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 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-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 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)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4715,68 +4723,68 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-application-crypto 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)", ] [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 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)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4784,7 +4792,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "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)", @@ -4802,13 +4810,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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-consensus-babe-primitives 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-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-peerset 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-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4818,7 +4826,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4832,29 +4840,29 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "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-keystore 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-offchain-primitives 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)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4863,7 +4871,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4876,17 +4884,17 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", ] [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -4894,7 +4902,7 @@ dependencies = [ "ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4909,11 +4917,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 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)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4924,90 +4932,90 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 13.2.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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 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)", + "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 13.2.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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 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)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ - "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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 +5024,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -5030,23 +5038,23 @@ 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)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec 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-client-db 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-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 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-offchain 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)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5056,29 +5064,29 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "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)", + "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)", ] [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", @@ -5086,10 +5094,10 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 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)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5097,7 +5105,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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,43 +5127,43 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 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)", ] [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "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)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", + "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-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 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)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5168,7 +5176,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#7874be8668ba6ff43c107c5da26105f934654cc2" +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)", ] @@ -6128,7 +6136,7 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6159,7 +6167,6 @@ dependencies = [ "checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d" "checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a" @@ -6186,14 +6193,15 @@ dependencies = [ "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" "checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160" "checksum js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "a60f6ca5eb7ae3014e3ab34e3189a1560267245216e19f76a021a4c669817e62" -"checksum jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d389a085cb2184604dff060390cadb8cba1f063c7fd0ad710272c163c88b9f20" +"checksum jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dbf2466adbf6d5b4e618857f22be40b1e1cc6ed79d72751324358f6b539b06d" +"checksum jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d" "checksum jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "34651edf3417637cc45e70ed0182ecfa9ced0b7e8131805fccf7400d989845ca" -"checksum jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbaec1d57271ff952f24ca79d37d716cfd749c855b058d9aa5f053a6b8ae4ef" -"checksum jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d5c31575cc70a8b21542599028472c80a9248394aeea4d8918a045a0ab08a3" -"checksum jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aa54c4c2d88cb5e04b251a5031ba0f2ee8c6ef30970e31228955b89a80c3b611" -"checksum jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ee1b8da0b9219a231c4b7cbc7110bfdb457cbcd8d90a6224d0b3cab8aae8443" -"checksum jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "87bc3c0a9a282211b2ec14abb3e977de33016bbec495332e9f7be858de7c5117" -"checksum jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af36a129cef77a9db8028ac7552d927e1bb7b6928cd96b23dd25cc38bff974ab" +"checksum jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "161dc223549fa6fe4a4eda675de2d1d3cff5a7164e5c031cdf1e22c734700f8b" +"checksum jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a76285ebba4515680fbfe4b62498ccb2a932384c8732eed68351b02fb7ae475" +"checksum jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "601fcc7bec888c7cbc7fd124d3d6744d72c0ebb540eca6fe2261b71f9cff6320" +"checksum jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0fb0664d8ce287e826940dafbb45379443c595bdd71d93655f3c8f25fd992" +"checksum jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d415f51d016a4682878e19dd03e8c0b61cd4394912d7cd3dc48d4f19f061a4e" +"checksum jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4699433c1ac006d7df178b4c29c191e5bb6d81e2dca18c5c804a094592900101" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" @@ -6388,46 +6396,46 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"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 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" @@ -6438,52 +6446,52 @@ dependencies = [ "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bd48273fe9d7f92c1f7d6c1c537bb01c8068f925b47ad2cd8367e11dc32f8550" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 26b451a1f2ee..6d5f2275378e 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7fefa2425754..ecc22a17d519 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" structopt = "0.3.3" -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "master" } +cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } service = { package = "polkadot-service", path = "../service" } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 817b9123ca62..d5c25758e5b4 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index bd9f02292050..4137ac497bd2 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index bdee6033ac57..d60f5fc5962f 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index c7ecd31eb2ef..97e3692fb216 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,14 +12,14 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } futures = "0.1" futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] } log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index cab076b82397..8f04b7360b78 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 0017c710396b..04b532486acd 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index d0458ef3a837..28bac41f3e2e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -srml-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 2b8b4d1afa8a..cebef1ae598e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,47 +14,47 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -transaction-payment = { package = "srml-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -elections-phragmen = { package = "srml-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -nicks = { package = "srml-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +transaction-payment = { package = "srml-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +elections-phragmen = { package = "srml-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +nicks = { package = "srml-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -63,8 +63,8 @@ polkadot-parachain = { path = "../parachain", default-features = false } hex-literal = "0.2.0" libsecp256k1 = "0.3.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } trie-db = "0.15" serde_json = "1.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index 59812b4cf02a..dfbf36c6f549 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -19,24 +19,24 @@ polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "master" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 49048cc48e46..36affd3f068e 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index f9ce18145fac..506acf6e5e60 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index ecd4441556d8..540a3505eebd 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,8 +9,8 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 7244856ba6c0..27b13968a72b 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } From 4654584c6005737ca9d624afb5767e27acc532e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 5 Nov 2019 11:34:08 +0100 Subject: [PATCH 3/5] Update. --- Cargo.lock | 276 ++++++++++++++++++++++++++--------------------------- 1 file changed, 134 insertions(+), 142 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87a00ca37c08..0338d2c02f03 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#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1114,6 +1114,11 @@ name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "hex" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "hex-literal" version = "0.2.1" @@ -1355,31 +1360,19 @@ dependencies = [ [[package]] name = "jsonrpc-client-transports" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "jsonrpc-core" -version = "13.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "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)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 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)", -] - [[package]] name = "jsonrpc-core" version = "14.0.3" @@ -1394,31 +1387,31 @@ dependencies = [ [[package]] name = "jsonrpc-core-client" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-derive" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-http-server" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1427,10 +1420,10 @@ dependencies = [ [[package]] name = "jsonrpc-pubsub" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1438,15 +1431,14 @@ dependencies = [ [[package]] name = "jsonrpc-server-utils" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1454,11 +1446,11 @@ dependencies = [ [[package]] name = "jsonrpc-ws-server" -version = "13.2.0" +version = "14.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.3 (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)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3714,7 +3706,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#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3726,7 +3718,7 @@ dependencies = [ [[package]] name = "sr-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3739,7 +3731,7 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3757,7 +3749,7 @@ dependencies = [ [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3775,7 +3767,7 @@ dependencies = [ [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3785,7 +3777,7 @@ dependencies = [ [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3793,7 +3785,7 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3805,7 +3797,7 @@ dependencies = [ [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3822,7 +3814,7 @@ dependencies = [ [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3838,7 +3830,7 @@ dependencies = [ [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3858,7 +3850,7 @@ dependencies = [ [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3873,7 +3865,7 @@ dependencies = [ [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3889,7 +3881,7 @@ dependencies = [ [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3904,7 +3896,7 @@ dependencies = [ [[package]] name = "srml-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3917,7 +3909,7 @@ dependencies = [ [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3931,7 +3923,7 @@ dependencies = [ [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3946,7 +3938,7 @@ dependencies = [ [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3964,7 +3956,7 @@ dependencies = [ [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -3983,7 +3975,7 @@ dependencies = [ [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4000,7 +3992,7 @@ dependencies = [ [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4014,7 +4006,7 @@ dependencies = [ [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4025,7 +4017,7 @@ dependencies = [ [[package]] name = "srml-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4039,7 +4031,7 @@ dependencies = [ [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4054,7 +4046,7 @@ dependencies = [ [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4067,7 +4059,7 @@ dependencies = [ [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4086,7 +4078,7 @@ dependencies = [ [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4106,7 +4098,7 @@ dependencies = [ [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4117,7 +4109,7 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4131,7 +4123,7 @@ dependencies = [ [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4152,7 +4144,7 @@ dependencies = [ [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4164,7 +4156,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4176,7 +4168,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4186,7 +4178,7 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4203,11 +4195,11 @@ dependencies = [ [[package]] name = "srml-system-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.3 (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)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4221,7 +4213,7 @@ dependencies = [ [[package]] name = "srml-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4230,7 +4222,7 @@ dependencies = [ [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4245,7 +4237,7 @@ dependencies = [ [[package]] name = "srml-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4258,11 +4250,11 @@ dependencies = [ [[package]] name = "srml-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.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)", "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)", @@ -4275,7 +4267,7 @@ dependencies = [ [[package]] name = "srml-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4287,7 +4279,7 @@ dependencies = [ [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4374,7 +4366,7 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4386,7 +4378,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4408,7 +4400,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4430,7 +4422,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4445,7 +4437,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4456,7 +4448,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4492,7 +4484,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4522,7 +4514,7 @@ dependencies = [ [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4546,7 +4538,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4584,7 +4576,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4598,7 +4590,7 @@ dependencies = [ [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4617,7 +4609,7 @@ dependencies = [ [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4635,7 +4627,7 @@ dependencies = [ [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4649,7 +4641,7 @@ dependencies = [ [[package]] name = "substrate-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4659,7 +4651,7 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4683,7 +4675,7 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4694,7 +4686,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4723,7 +4715,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4736,7 +4728,7 @@ dependencies = [ [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4746,7 +4738,7 @@ dependencies = [ [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4757,7 +4749,7 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4769,7 +4761,7 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4784,7 +4776,7 @@ dependencies = [ [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4826,7 +4818,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4853,7 +4845,7 @@ dependencies = [ [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4862,7 +4854,7 @@ dependencies = [ [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4871,7 +4863,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4884,7 +4876,7 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4894,7 +4886,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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 +4894,7 @@ dependencies = [ "ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4932,7 +4924,7 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -4943,12 +4935,12 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4969,14 +4961,14 @@ dependencies = [ [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "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)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4991,7 +4983,7 @@ dependencies = [ [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5000,12 +4992,12 @@ dependencies = [ [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -5015,7 +5007,7 @@ dependencies = [ [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5024,7 +5016,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5064,7 +5056,7 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5075,7 +5067,7 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5086,7 +5078,7 @@ dependencies = [ [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5105,7 +5097,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5127,7 +5119,7 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5141,7 +5133,7 @@ dependencies = [ [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5157,7 +5149,7 @@ dependencies = [ [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" 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)", @@ -5176,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#1d5cae9a5832ff5ceca0e7bb1fb8e0286999f369" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7874be8668ba6ff43c107c5da26105f934654cc2" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6167,6 +6159,7 @@ dependencies = [ "checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" +"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d" "checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a" @@ -6193,15 +6186,14 @@ dependencies = [ "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" "checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160" "checksum js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "a60f6ca5eb7ae3014e3ab34e3189a1560267245216e19f76a021a4c669817e62" -"checksum jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dbf2466adbf6d5b4e618857f22be40b1e1cc6ed79d72751324358f6b539b06d" -"checksum jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d" +"checksum jsonrpc-client-transports 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d389a085cb2184604dff060390cadb8cba1f063c7fd0ad710272c163c88b9f20" "checksum jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "34651edf3417637cc45e70ed0182ecfa9ced0b7e8131805fccf7400d989845ca" -"checksum jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "161dc223549fa6fe4a4eda675de2d1d3cff5a7164e5c031cdf1e22c734700f8b" -"checksum jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a76285ebba4515680fbfe4b62498ccb2a932384c8732eed68351b02fb7ae475" -"checksum jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "601fcc7bec888c7cbc7fd124d3d6744d72c0ebb540eca6fe2261b71f9cff6320" -"checksum jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0fb0664d8ce287e826940dafbb45379443c595bdd71d93655f3c8f25fd992" -"checksum jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d415f51d016a4682878e19dd03e8c0b61cd4394912d7cd3dc48d4f19f061a4e" -"checksum jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4699433c1ac006d7df178b4c29c191e5bb6d81e2dca18c5c804a094592900101" +"checksum jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbaec1d57271ff952f24ca79d37d716cfd749c855b058d9aa5f053a6b8ae4ef" +"checksum jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d5c31575cc70a8b21542599028472c80a9248394aeea4d8918a045a0ab08a3" +"checksum jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aa54c4c2d88cb5e04b251a5031ba0f2ee8c6ef30970e31228955b89a80c3b611" +"checksum jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ee1b8da0b9219a231c4b7cbc7110bfdb457cbcd8d90a6224d0b3cab8aae8443" +"checksum jsonrpc-server-utils 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "87bc3c0a9a282211b2ec14abb3e977de33016bbec495332e9f7be858de7c5117" +"checksum jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af36a129cef77a9db8028ac7552d927e1bb7b6928cd96b23dd25cc38bff974ab" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" From 41121850a27f43dff08e980566b5d84a2d1a9042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 5 Nov 2019 11:42:15 +0100 Subject: [PATCH 4/5] Update tests. --- runtime/src/claims.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/claims.rs b/runtime/src/claims.rs index 1285fa7b8b6d..fdf5c48b4ab7 100644 --- a/runtime/src/claims.rs +++ b/runtime/src/claims.rs @@ -426,6 +426,7 @@ mod tests { #[test] fn validate_unsigned_works() { + use sr_primitives::traits::ValidateUnsigned; new_test_ext().execute_with(|| { assert_eq!( >::validate_unsigned(&Call::claim(1, alice_sig(&1u64.encode()))), From 3d95ca4062e0c2c7a0b88ef0391e01be680bc393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 5 Nov 2019 11:45:35 +0100 Subject: [PATCH 5/5] Ignore warnings in tests. --- runtime/src/claims.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/src/claims.rs b/runtime/src/claims.rs index fdf5c48b4ab7..3859376ac7ae 100644 --- a/runtime/src/claims.rs +++ b/runtime/src/claims.rs @@ -426,7 +426,9 @@ mod tests { #[test] fn validate_unsigned_works() { + #![allow(deprecated)] // Allow `ValidateUnsigned` use sr_primitives::traits::ValidateUnsigned; + new_test_ext().execute_with(|| { assert_eq!( >::validate_unsigned(&Call::claim(1, alice_sig(&1u64.encode()))),