From 8cd5895ca3eb8950cd6bce9c2b9e8e0e2f48d6b0 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 15 Jan 2020 16:19:34 +0100 Subject: [PATCH 1/4] Fix futures --- Cargo.lock | 1932 ++++++++++----------- availability-store/Cargo.toml | 18 +- cli/Cargo.toml | 22 +- cli/src/lib.rs | 29 +- collator/Cargo.toml | 18 +- erasure-coding/Cargo.toml | 4 +- network/Cargo.toml | 18 +- parachain/Cargo.toml | 12 +- primitives/Cargo.toml | 20 +- rpc/Cargo.toml | 14 +- runtime/common/Cargo.toml | 40 +- runtime/kusama/Cargo.toml | 92 +- runtime/polkadot/Cargo.toml | 86 +- service/Cargo.toml | 64 +- service/src/lib.rs | 14 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 6 +- validation/Cargo.toml | 32 +- 19 files changed, 1208 insertions(+), 1217 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32817a60a914..27332ab00ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.17", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 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)", ] @@ -34,9 +34,9 @@ dependencies = [ "polkadot-collator 0.7.17", "polkadot-parachain 0.7.17", "polkadot-primitives 0.7.17", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "browser-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -402,9 +402,9 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1134,7 +1134,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#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1142,58 +1142,58 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (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)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)", "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.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1202,9 +1202,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -1224,27 +1224,27 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2033,39 +2033,39 @@ name = "kusama-runtime" version = "0.7.17" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.17", "polkadot-primitives 0.7.17", @@ -2075,22 +2075,22 @@ 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)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 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.18.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2957,331 +2957,331 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (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)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -3292,104 +3292,104 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -3713,15 +3713,15 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-erasure-coding 0.7.17", "polkadot-primitives 0.7.17", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3729,22 +3729,22 @@ dependencies = [ name = "polkadot-cli" version = "0.7.17" dependencies = [ - "browser-utils 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "browser-utils 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.7.17", - "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3762,15 +3762,15 @@ dependencies = [ "polkadot-primitives 0.7.17", "polkadot-service 0.7.17", "polkadot-validation 0.7.17", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3782,8 +3782,8 @@ dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.17", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -3800,15 +3800,15 @@ dependencies = [ "polkadot-erasure-coding 0.7.17", "polkadot-primitives 0.7.17", "polkadot-validation 0.7.17", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3823,14 +3823,14 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3839,20 +3839,20 @@ name = "polkadot-primitives" version = "0.7.17" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.17", "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)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -3860,15 +3860,15 @@ name = "polkadot-rpc" version = "0.7.17" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.17", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -3876,37 +3876,37 @@ name = "polkadot-runtime" version = "0.7.17" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.17", "polkadot-primitives 0.7.17", @@ -3916,21 +3916,21 @@ 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)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 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.18.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3941,20 +3941,20 @@ name = "polkadot-runtime-common" version = "0.7.17" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.17", "polkadot-primitives 0.7.17", @@ -3962,15 +3962,15 @@ 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)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3979,17 +3979,17 @@ dependencies = [ name = "polkadot-service" version = "0.7.17" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kusama-runtime 0.7.17", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.17", @@ -3998,35 +3998,35 @@ dependencies = [ "polkadot-rpc 0.7.17", "polkadot-runtime 0.7.17", "polkadot-validation 0.7.17", - "sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4035,7 +4035,7 @@ version = "0.7.17" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.17", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4048,7 +4048,7 @@ dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.17", @@ -4056,21 +4056,21 @@ dependencies = [ "polkadot-parachain 0.7.17", "polkadot-primitives 0.7.17", "polkadot-statement-table 0.7.17", - "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4613,7 +4613,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4625,52 +4625,52 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -4681,7 +4681,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -4696,18 +4696,18 @@ dependencies = [ "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4716,7 +4716,7 @@ dependencies = [ [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4727,29 +4727,29 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4760,27 +4760,27 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4791,26 +4791,25 @@ dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.3.1 (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)", @@ -4822,66 +4821,66 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4890,56 +4889,56 @@ dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4949,11 +4948,11 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4963,10 +4962,10 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "finality-grandpa 0.10.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 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4974,41 +4973,41 @@ dependencies = [ "parity-scale-codec 1.1.0 (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)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (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)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5016,7 +5015,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.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5029,21 +5028,21 @@ 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)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5052,7 +5051,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5061,14 +5060,14 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5082,20 +5081,20 @@ dependencies = [ "parity-scale-codec 1.1.0 (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)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.14.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5106,7 +5105,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5115,27 +5114,27 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5148,16 +5147,16 @@ dependencies = [ "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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5166,71 +5165,71 @@ dependencies = [ "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)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "sysinfo 0.9.6 (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)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5251,13 +5250,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "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)", @@ -5267,35 +5266,35 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -5580,22 +5579,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5607,83 +5606,83 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5692,34 +5691,34 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5742,11 +5741,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)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5758,7 +5757,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5768,89 +5767,89 @@ dependencies = [ [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5859,26 +5858,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5886,33 +5885,33 @@ 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)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5924,7 +5923,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5933,27 +5932,27 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", @@ -5961,10 +5960,10 @@ dependencies = [ "parity-scale-codec 1.1.0 (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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5972,56 +5971,56 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" 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)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6029,19 +6028,19 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6145,22 +6144,22 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#012c5ef1f999174a12efe4f7646666b2ec2a146c" +source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6390,6 +6389,7 @@ dependencies = [ "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -7276,7 +7276,7 @@ dependencies = [ "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" "checksum broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "07a1446420a56f1030271649ba0da46d23239b3a68c73591cea5247f15a788a0" -"checksum browser-utils 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum browser-utils 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c95ee6bba9d950218b6cc910cf62bc9e0a171d0f4537e3627b0f54d08549b188" "checksum bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b170cd256a3f9fa6b9edae3e44a7dfdfc77e8124dbc3e2612d75f9c3e2396dae" "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" @@ -7361,15 +7361,15 @@ dependencies = [ "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system-rpc-runtime-api 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 frame-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum frame-system-rpc-runtime-api 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" @@ -7403,7 +7403,7 @@ dependencies = [ "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" "checksum goblin 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6040506480da04a63de51a478e8021892d65d8411f29b2a422c2648bdd8bcb" -"checksum grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7528,34 +7528,34 @@ dependencies = [ "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" -"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6de20a133b50f5120c6b8284ee88c5017fb167149208b3ee2e95f8719a434dc4" @@ -7647,36 +7647,36 @@ dependencies = [ "checksum rw-stream-sink 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "761d4727649dc004ee5555a0779afd53963efafd2218c969a2c5e323cdf73a09" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347" -"checksum sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" @@ -7708,42 +7708,42 @@ dependencies = [ "checksum snow 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91eecae35b461ed26bda7a76bea2cc5bda2bf4b8dd06761879f19e6fdd50c2dd" "checksum soketto 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3caa0ad6b765419f21e4cfa490ec7514a9fae4af986adef168a69477ba528671" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" @@ -7756,7 +7756,7 @@ dependencies = [ "checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" "checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-frame-rpc-system 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 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" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index dedb863928e9..cfe84b82fe14 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -15,15 +15,15 @@ futures = "0.3.1" tokio = { version = "0.2.4", features = ["rt-core"] } exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.1.0", features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } kvdb = "0.3.1" kvdb-memorydb = "0.3.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b13dc48a94ba..ff485d8e412d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,22 +13,22 @@ log = "0.4.8" futures = { version = "0.3.1", features = ["compat"] } futures01 = { package = "futures", version = "0.1.29" } structopt = "=0.3.7" -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } service = { package = "polkadot-service", path = "../service", default-features = false } -tokio = { version = "0.1.22", optional = true } +tokio = { version = "0.2", features = ["rt-threaded"], optional = true } wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "browser-utils", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -substrate-service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true, default-features = false } +browser-utils = { package = "browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +substrate-service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", optional = true, default-features = false } [features] default = [ "wasmtime", "rocksdb", "cli" ] diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 2878ead43d54..a18b1a8934b2 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -24,9 +24,7 @@ mod chain_spec; mod browser; use chain_spec::ChainSpec; -use futures::{ - Future, FutureExt, TryFutureExt, future::select, channel::oneshot, compat::Future01CompatExt, -}; +use futures::{Future, future::{select, Either}, channel::oneshot}; #[cfg(feature = "cli")] use tokio::runtime::Runtime; use log::info; @@ -217,33 +215,22 @@ pub fn run_until_exit( ) -> error::Result<()> { let (exit_send, exit) = oneshot::channel(); - let executor = runtime.executor(); let informant = sc_cli::informant::build(&service); - let future = select(exit, informant) - .map(|_| Ok(())) - .compat(); - executor.spawn(future); + let handle = runtime.spawn(select(exit, informant)); // we eagerly drop the service so that the internal exit future is fired, // but we need to keep holding a reference to the global telemetry guard let _telemetry = service.telemetry(); - let service_res = { - let service = service - .map_err(|err| error::Error::Service(err)) - .compat(); - let select = select(service, e) - .map(|_| Ok(())) - .compat(); - runtime.block_on(select) - }; + let service_res = runtime.block_on(select(service, e)); let _ = exit_send.send(()); - use futures01::Future; - // TODO [andre]: timeout this future substrate/#1318 - let _ = runtime.shutdown_on_idle().wait(); + runtime.block_on(handle); - service_res + match service_res { + Either::Left((res, _)) => res.map_err(error::Error::Service), + Either::Right((_, _)) => Ok(()) + } } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 829a9a03f45f..1645d7802925 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -7,14 +7,14 @@ edition = "2018" [dependencies] futures = "0.3.1" -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } polkadot-network = { path = "../network" } @@ -26,4 +26,4 @@ futures-timer = "1.0" codec = { package = "parity-scale-codec", version = "1.1.0" } [dev-dependencies] -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 6b124baf68ee..6bc257930cdc 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ 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.1.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } derive_more = "0.15.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 11197ea03d24..0a06f342c531 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -13,18 +13,18 @@ polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.3.1" log = "0.4.8" exit-future = "0.2.0" -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } wasm-timer = "0.2.4" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index eeea7ae3b2a3..f6f0464a3097 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -9,12 +9,12 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = [ "derive" ] } derive_more = { version = "0.99.2", optional = true } serde = { version = "1.0.102", default-features = false, features = [ "derive" ], optional = true } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", optional = true } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } lazy_static = { version = "1.4.0", optional = true } parking_lot = { version = "0.10.0", optional = true } log = { version = "0.4.8", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6c0b9ce4c951..9634268f3369 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,20 +7,20 @@ edition = "2018" [dependencies] serde = { version = "1.0.102", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.1.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } polkadot-parachain = { path = "../parachain", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-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 b3988bf64001..6adba6ef8ee6 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "master" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 3b66a921d09a..06b999de1b0b 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -12,21 +12,21 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +timestamp = { package = "pallet-timestamp", 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 } @@ -35,12 +35,12 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } trie-db = "0.18.0" serde_json = "1.0.41" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 084c7a15620d..a78abe773389 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -14,51 +14,51 @@ safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "polkadot-master" } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "master" } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -68,8 +68,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.18.0" serde_json = "1.0.41" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index b9f426966aa7..8b51435e1c3d 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -14,48 +14,48 @@ safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "polkadot-master" } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "master" } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -65,8 +65,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.18.0" serde_json = "1.0.41" diff --git a/service/Cargo.toml b/service/Cargo.toml index fe241f093811..ce64c5e60bae 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -20,39 +20,39 @@ polkadot-runtime = { path = "../runtime/polkadot" } kusama-runtime = { path = "../runtime/kusama" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master" } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "master" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "master" } codec = { package = "parity-scale-codec", version = "1.1.0" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } [features] default = ["rocksdb"] diff --git a/service/src/lib.rs b/service/src/lib.rs index 197b2e4546ad..f3872c6663b4 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -18,7 +18,11 @@ pub mod chain_spec; -use futures::{FutureExt, TryFutureExt, task::{Spawn, SpawnError, FutureObj}}; +use futures::{ + FutureExt, TryFutureExt, + task::{Spawn, SpawnError, FutureObj}, + compat::Future01CompatExt, +}; use sc_client::LongestChain; use std::sync::Arc; use std::time::Duration; @@ -455,9 +459,7 @@ pub fn new_full(config: Configuration) service.keystore(), dht_event_stream, ); - let future01_authority_discovery = authority_discovery.map(|x| Ok(x)).compat(); - - service.spawn_task(future01_authority_discovery); + service.spawn_task(authority_discovery); } } @@ -498,7 +500,9 @@ pub fn new_full(config: Configuration) executor: service.spawn_task_handle(), }; - service.spawn_essential_task(grandpa::run_grandpa_voter(grandpa_config)?); + service.spawn_essential_task( + grandpa::run_grandpa_voter(grandpa_config)?.compat().map(drop) + ); } else { grandpa::setup_disabled_grandpa( service.client(), diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index b9b4b6558407..8f4f946e5408 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.1.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-core = { 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 ad6427c86015..371ebe64555f 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 -runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "disable_allocator" ] } +runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.4" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 54761a425fb8..4e3f2cdf30fb 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,9 +9,9 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "master" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.10.0" codec = { package = "parity-scale-codec", version = "1.1.0" } ctrlc = { version = "3.1.3", features = ["termination"] } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 6de59cc5e5ac..2ec726609cf7 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,22 +19,22 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } +block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master" } bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] } -runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } From 13f6cc5a6d90e5fde2ac46ebe9669f75e8e54cdc Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 15 Jan 2020 16:22:38 +0100 Subject: [PATCH 2/4] Bump runtime --- runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 2298f27151c7..32c079318711 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1040, + spec_version: 1041, impl_version: 1, apis: RUNTIME_API_VERSIONS, }; From b2d85ca08346158afdb4fe2f05b217bbae57e311 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 15 Jan 2020 17:45:25 +0100 Subject: [PATCH 3/4] Fix collation tests --- Cargo.lock | 2 +- collator/Cargo.toml | 2 +- collator/src/lib.rs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27332ab00ae6..f19e2b75bb5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,7 +3771,7 @@ dependencies = [ "sp-core 2.0.0 (git+https://github.com/paritytech/substrate)", "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 1645d7802925..0b5ce6d3c3aa 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -21,7 +21,7 @@ polkadot-network = { path = "../network" } polkadot-validation = { path = "../validation" } polkadot-service = { path = "../service" } log = "0.4.8" -tokio = "0.1.22" +tokio = "0.2" futures-timer = "1.0" codec = { package = "parity-scale-codec", version = "1.1.0" } diff --git a/collator/src/lib.rs b/collator/src/lib.rs index afcb4e75b8bd..8666765b66b7 100644 --- a/collator/src/lib.rs +++ b/collator/src/lib.rs @@ -425,7 +425,7 @@ fn run_collator_node( ); let exit = inner_exit_2.clone(); - tokio::spawn(future::select(res.boxed(), exit).map(drop).map(|_| Ok(())).compat()); + tokio::spawn(future::select(res.boxed(), exit).map(drop)); }) }); @@ -449,11 +449,11 @@ fn run_collator_node( inner_exit.clone() ).map(drop); - tokio::spawn(future.map(|_| Ok(())).compat()); + tokio::spawn(future); future::ready(()) }); - service.spawn_essential_task(work.map(|_| Ok::<_, ()>(())).compat()); + service.spawn_essential_task(work); polkadot_cli::run_until_exit(runtime, service, exit) } From 2656b078be39c3af6ded81aaad62c7d4185ce7c0 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 16 Jan 2020 13:12:45 +0100 Subject: [PATCH 4/4] Revert sc-network in av store back to polkadot-master --- Cargo.lock | 636 +++++++++++++++++++++++++++++++++- availability-store/Cargo.toml | 2 +- 2 files changed, 636 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f19e2b75bb5a..61680f0ad24c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,6 +1139,14 @@ dependencies = [ "parity-scale-codec 1.1.0 (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#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-executive" version = "2.0.0" @@ -3716,7 +3724,7 @@ dependencies = [ "sc-client 2.0.0 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)", "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sp-api 2.0.0 (git+https://github.com/paritytech/substrate)", "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)", "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)", @@ -4636,6 +4644,22 @@ dependencies = [ "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sc-block-builder" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sc-block-builder" version = "2.0.0" @@ -4713,6 +4737,39 @@ dependencies = [ "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-client" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-client" version = "2.0.0" @@ -4777,6 +4834,37 @@ dependencies = [ "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sc-client-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sc-client-db" version = "2.0.0" @@ -4877,6 +4965,32 @@ dependencies = [ "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sc-executor" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-executor" version = "2.0.0" @@ -4904,6 +5018,21 @@ dependencies = [ "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-executor-common" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-executor-common" version = "2.0.0" @@ -4919,6 +5048,22 @@ dependencies = [ "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-executor-wasmi" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-executor-wasmi" version = "2.0.0" @@ -5048,6 +5193,50 @@ dependencies = [ "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-network" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.14.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "linked_hash_set 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)", + "lru 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (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)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-peerset 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)", + "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)", + "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-network-gossip" version = "2.0.0" @@ -5102,6 +5291,17 @@ dependencies = [ "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-peerset" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.14.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (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 = "sc-rpc" version = "2.0.0" @@ -5247,6 +5447,27 @@ dependencies = [ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sc-telemetry" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.14.0-alpha.1 (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)", + "pin-project 0.4.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)", + "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-tracing" version = "2.0.0" @@ -5591,6 +5812,21 @@ dependencies = [ "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-api-proc-macro" version = "2.0.0" @@ -5603,6 +5839,18 @@ dependencies = [ "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-api-proc-macro" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "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.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-application-crypto" version = "2.0.0" @@ -5615,6 +5863,18 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-application-crypto" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-arithmetic" version = "2.0.0" @@ -5628,6 +5888,19 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-arithmetic" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-authority-discovery" version = "2.0.0" @@ -5663,6 +5936,18 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-block-builder" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-blockchain" version = "2.0.0" @@ -5679,6 +5964,22 @@ dependencies = [ "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-blockchain" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lru 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-consensus" version = "0.8.0" @@ -5699,6 +6000,26 @@ dependencies = [ "sp-version 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-consensus" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (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.14.0-alpha.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-consensus-babe" version = "0.8.0" @@ -5715,6 +6036,22 @@ dependencies = [ "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-consensus-babe" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-core" version = "2.0.0" @@ -5754,6 +6091,45 @@ dependencies = [ "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-core" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ed25519-dalek 1.0.0-pre.3 (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)", + "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.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (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.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)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-storage 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)", + "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-debug-derive" version = "2.0.0" @@ -5764,6 +6140,26 @@ dependencies = [ "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-debug-derive" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-externalities" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-externalities" version = "2.0.0" @@ -5809,6 +6205,18 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-inherents" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-io" version = "2.0.0" @@ -5826,6 +6234,23 @@ dependencies = [ "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-io" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-keyring" version = "2.0.0" @@ -5837,6 +6262,17 @@ dependencies = [ "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-keyring" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-offchain" version = "2.0.0" @@ -5855,6 +6291,15 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-panic-handler" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", +] + [[package]] name = "sp-phragmen" version = "2.0.0" @@ -5893,6 +6338,25 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-runtime" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-runtime-interface" version = "2.0.0" @@ -5908,6 +6372,21 @@ dependencies = [ "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-runtime-interface" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" @@ -5920,6 +6399,18 @@ dependencies = [ "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "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.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-serializer" version = "2.0.0" @@ -5929,6 +6420,15 @@ dependencies = [ "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-serializer" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", +] + [[package]] name = "sp-session" version = "2.0.0" @@ -5949,6 +6449,25 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-state-machine" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-state-machine" version = "2.0.0" @@ -5973,6 +6492,11 @@ name = "sp-std" version = "2.0.0" source = "git+https://github.com/paritytech/substrate#5649259a6eedb11f31613d35b50fc2ab60a23d57" +[[package]] +name = "sp-std" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" + [[package]] name = "sp-storage" version = "2.0.0" @@ -5984,6 +6508,17 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-storage" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +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)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-timestamp" version = "2.0.0" @@ -5997,6 +6532,19 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-timestamp" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-transaction-pool" version = "2.0.0" @@ -6011,6 +6559,20 @@ dependencies = [ "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-trie" version = "2.0.0" @@ -6025,6 +6587,20 @@ dependencies = [ "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-trie" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-version" version = "2.0.0" @@ -6037,6 +6613,18 @@ dependencies = [ "sp-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] +[[package]] +name = "sp-version" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "sp-wasm-interface" version = "2.0.0" @@ -6046,6 +6634,15 @@ dependencies = [ "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-wasm-interface" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#1dafa604c66334561d0d612860b824a2cad42896" +dependencies = [ + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "spin" version = "0.5.2" @@ -7362,6 +7959,7 @@ dependencies = [ "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "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 frame-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" @@ -7648,32 +8246,41 @@ dependencies = [ "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347" "checksum sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" @@ -7709,41 +8316,68 @@ dependencies = [ "checksum soketto 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3caa0ad6b765419f21e4cfa490ec7514a9fae4af986adef168a69477ba528671" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index cfe84b82fe14..6cef37cfd6cc 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.1" tokio = { version = "0.2.4", features = ["rt-core"] } exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.1.0", features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" }