From 56e0038477fe3298e438d7d711f4eb1b35be7522 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 4 Dec 2019 18:02:20 +0100 Subject: [PATCH 1/3] Make compat with exit-future updates --- Cargo.lock | 1636 ++++++++++---------- availability-store/Cargo.toml | 18 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 12 +- collator/src/lib.rs | 25 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 14 +- network/src/router.rs | 7 +- network/src/validation.rs | 6 +- parachain/Cargo.toml | 4 +- primitives/Cargo.toml | 18 +- rpc/Cargo.toml | 12 +- runtime/Cargo.toml | 86 +- service/Cargo.toml | 50 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 8 +- test-parachains/adder/collator/src/main.rs | 2 +- validation/Cargo.toml | 32 +- 20 files changed, 983 insertions(+), 959 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63647dac7d3b..e578b50b155a 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.8", - "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?branch=ashley-update-exit-future)", "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)", ] @@ -27,15 +27,15 @@ version = "0.1.0" dependencies = [ "adder 0.7.8", "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-collator 0.7.8", "polkadot-parachain 0.7.8", "polkadot-primitives 0.7.8", - "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?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -427,6 +427,11 @@ dependencies = [ "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "bytes" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "c2-chacha" version = "0.2.3" @@ -954,6 +959,14 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "exit-future" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "faerie" version = "0.13.0" @@ -1067,7 +1080,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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1075,58 +1088,58 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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)", @@ -1135,9 +1148,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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)", @@ -1147,7 +1160,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -1157,27 +1170,27 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", ] [[package]] @@ -1464,7 +1477,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -2810,286 +2823,286 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "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-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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 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-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 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-granpda 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?branch=ashley-update-exit-future)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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 0.1.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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-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?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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 0.1.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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -3100,74 +3113,74 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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-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-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3481,15 +3494,15 @@ dependencies = [ "polkadot-erasure-coding 0.7.8", "polkadot-primitives 0.7.8", "polkadot-runtime 0.7.8", - "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 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 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-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3501,7 +3514,7 @@ dependencies = [ "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.8", - "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3520,12 +3533,12 @@ dependencies = [ "polkadot-runtime 0.7.8", "polkadot-service 0.7.8", "polkadot-validation 0.7.8", - "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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 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)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3537,8 +3550,8 @@ dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.8", "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?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3546,7 +3559,7 @@ name = "polkadot-executor" version = "0.7.8" dependencies = [ "polkadot-runtime 0.7.8", - "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?branch=ashley-update-exit-future)", ] [[package]] @@ -3564,13 +3577,13 @@ dependencies = [ "polkadot-erasure-coding 0.7.8", "polkadot-primitives 0.7.8", "polkadot-validation 0.7.8", - "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 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)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3586,8 +3599,8 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3597,19 +3610,19 @@ name = "polkadot-primitives" version = "0.7.8" 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?branch=ashley-update-exit-future)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.8", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-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-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?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3617,14 +3630,14 @@ name = "polkadot-rpc" version = "0.7.8" 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?branch=ashley-update-exit-future)", "polkadot-primitives 0.7.8", "polkadot-runtime 0.7.8", - "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-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool-api 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?branch=ashley-update-exit-future)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3632,35 +3645,35 @@ name = "polkadot-runtime" version = "0.7.8" 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?branch=ashley-update-exit-future)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 0.1.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-im-online 0.1.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 1.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-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 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.8", "polkadot-primitives 0.7.8", @@ -3669,23 +3682,23 @@ 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 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-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-serializer 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-runtime-api 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?branch=ashley-update-exit-future)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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.16.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3701,9 +3714,9 @@ dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 0.1.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-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-availability-store 0.7.8", "polkadot-executor 0.7.8", @@ -3712,29 +3725,29 @@ dependencies = [ "polkadot-rpc 0.7.8", "polkadot-runtime 0.7.8", "polkadot-validation 0.7.8", - "sc-authority-discovery 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 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-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 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)", - "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?branch=ashley-update-exit-future)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 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-finality-granpda 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-transaction-pool-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=ashley-update-exit-future)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -3743,7 +3756,7 @@ version = "0.7.8" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.8", - "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?branch=ashley-update-exit-future)", ] [[package]] @@ -3758,7 +3771,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?branch=ashley-update-exit-future)", "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.8", @@ -3767,21 +3780,21 @@ dependencies = [ "polkadot-primitives 0.7.8", "polkadot-runtime 0.7.8", "polkadot-statement-table 0.7.8", - "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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 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-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-api 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?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "tokio 0.1.22 (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)", ] @@ -4290,19 +4303,19 @@ dependencies = [ [[package]] name = "sc-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4313,49 +4326,49 @@ dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "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 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=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "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-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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-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-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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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 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-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4366,7 +4379,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4376,33 +4389,32 @@ dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures01 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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 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)", - "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?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4413,29 +4425,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 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-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?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4446,28 +4458,28 @@ 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-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 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-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-api 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?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4477,25 +4489,25 @@ 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-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 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-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4508,64 +4520,64 @@ 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-application-crypto 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-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-uncles 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-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 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-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?branch=ashley-update-exit-future)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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 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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4579,15 +4591,15 @@ 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)", - "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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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)", @@ -4597,29 +4609,29 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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)", "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 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?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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 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-finality-granpda 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?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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)", ] @@ -4627,22 +4639,22 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4650,7 +4662,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?branch=ashley-update-exit-future)", "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 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4663,21 +4675,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?branch=ashley-update-exit-future)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 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-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4687,7 +4699,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4701,20 +4713,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 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-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?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4725,7 +4737,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4734,27 +4746,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?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-api 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?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4767,16 +4779,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-api 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?branch=ashley-update-exit-future)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -4785,50 +4797,50 @@ 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?branch=ashley-update-exit-future)", ] [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (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)", + "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-application-crypto 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-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 2.0.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-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 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-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool-runtime-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=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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)", @@ -4839,18 +4851,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4872,13 +4884,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", "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)", @@ -4888,36 +4900,36 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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-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=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool-runtime-api 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=ashley-update-exit-future)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -5195,21 +5207,21 @@ 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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "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?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5221,70 +5233,70 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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 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-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-consensus" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5293,33 +5305,33 @@ 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-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?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-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?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5342,11 +5354,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-core-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?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-core-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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)", @@ -5358,18 +5370,18 @@ dependencies = [ [[package]] name = "sp-core-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5379,89 +5391,89 @@ dependencies = [ [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core-storage 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-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] -name = "sp-finality-granpda" +name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5470,60 +5482,60 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", - "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "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#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5535,7 +5547,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5544,27 +5556,27 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5572,10 +5584,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?branch=ashley-update-exit-future)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "trie-db 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5583,55 +5595,55 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-transaction-pool-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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-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?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-transaction-pool-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ - "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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", "trie-db 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5639,19 +5651,19 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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)", @@ -5755,21 +5767,21 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#6e242a5a9fcc5d5ea34386864ec064a01677efff" +source = "git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future#9958c46e0aa223bfa1af1000b385772d94f6f1a0" 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?branch=ashley-update-exit-future)", "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?branch=ashley-update-exit-future)", "serde 1.0.102 (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-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool-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=ashley-update-exit-future)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", + "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)", ] [[package]] @@ -5981,6 +5993,15 @@ dependencies = [ "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "tokio" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "tokio-buf" version = "0.1.1" @@ -6916,6 +6937,7 @@ dependencies = [ "checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" +"checksum bytes 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c85319f157e4e26c703678e68e26ab71a46c0199286fa670b21cc9fec13d895" "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" "checksum c_linked_list 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" @@ -6975,6 +6997,7 @@ dependencies = [ "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" "checksum exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" +"checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" "checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8" "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" @@ -6987,15 +7010,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?branch=ashley-update-exit-future)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" "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" @@ -7029,7 +7052,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?branch=ashley-update-exit-future)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f107db1419ef8271686187b1a5d47c6431af4a7f4d98b495e7b7fc249bb0a78" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7152,29 +7175,29 @@ 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 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-authorship 0.1.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-im-online 0.1.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 1.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-session 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-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-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" "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.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82afcb7461eae5d122543d8be1c57d306ed89af2d6ff7f8b0f5a3cc8f7e511bc" @@ -7262,33 +7285,33 @@ dependencies = [ "checksum rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9cbe61c20455d3015b2bb7be39e1872310283b8e5a52f5b242b0ac7581fe78" "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-application-crypto 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?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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-uncles 2.0.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-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 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-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" "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" @@ -7319,42 +7342,42 @@ dependencies = [ "checksum snow 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91eecae35b461ed26bda7a76bea2cc5bda2bf4b8dd06761879f19e6fdd50c2dd" "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum 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-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 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus-babe 2.0.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-core-storage 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-granpda 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-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool-runtime-api 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?branch=ashley-update-exit-future)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-core-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=ashley-update-exit-future)" = "" "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" @@ -7367,7 +7390,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?branch=ashley-update-exit-future)" = "" "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" @@ -7391,6 +7414,7 @@ dependencies = [ "checksum tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" "checksum tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69" "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" +"checksum tokio 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2e765bf9f550bd9b8a970633ca3b56b8120c4b6c5dcbe26a93744cb02fee4b17" "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" "checksum tokio-codec 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9f5d22fd1e84bd4045d28813491cb7d7caae34d45c80517c2213f09a85e8787a" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 899ee248d0ec..4e2e1ab5cc2a 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -17,15 +17,15 @@ futures = { package = "futures", version = "0.3.1", features = ["compat"] } tokio = "0.1.7" exit-future = "0.1" 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" } -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", default-features = false, 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 = "ashley-update-exit-future" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } kvdb = "0.1.1" kvdb-memorydb = "0.1.2" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a876916d405a..364fc8e9f2d3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,7 +11,7 @@ tokio = "0.1.22" futures = { version = "0.3.1", features = ["compat"] } futures01 = { package = "futures", version = "0.1.29" } structopt = "0.3.4" -cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } service = { package = "polkadot-service", path = "../service" } [features] diff --git a/collator/Cargo.toml b/collator/Cargo.toml index facfb068cae1..8dcc152ec98a 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,11 +8,11 @@ edition = "2018" [dependencies] futures01 = { package = "futures", version = "0.1.17" } futures = { version = "0.3.1", features = ["compat"] } -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" } -primitives = { package = "sp-core", 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" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -24,4 +24,4 @@ tokio = "0.1.22" futures-timer = "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 = "ashley-update-exit-future" } diff --git a/collator/src/lib.rs b/collator/src/lib.rs index 6695acc0cb59..324fce743a06 100644 --- a/collator/src/lib.rs +++ b/collator/src/lib.rs @@ -51,7 +51,7 @@ use std::time::Duration; use futures::{ future, Future, Stream, FutureExt, TryFutureExt, StreamExt, - compat::{Compat01As03, Future01CompatExt, Stream01CompatExt} + compat::{Future01CompatExt, Stream01CompatExt} }; use futures01::{Future as _}; use log::{warn, error}; @@ -248,7 +248,7 @@ struct ApiContext { impl RelayChainContext for ApiContext where P: ProvideRuntimeApi + Send + Sync, P::Api: ParachainHost, - E: futures01::Future + Clone + Send + Sync + 'static, + E: futures::Future + Clone + Send + Sync + 'static, { type Error = String; type FutureEgress = Box> + Unpin + Send>; @@ -277,11 +277,11 @@ struct CollationNode { } impl IntoExit for CollationNode where - E: futures01::Future + Unpin + Send + 'static + E: futures::Future + Unpin + Send + 'static { - type Exit = future::Map, fn (Result<(), ()>) -> ()>; + type Exit = E; fn into_exit(self) -> Self::Exit { - self.exit.compat().map(drop) + self.exit } } @@ -289,7 +289,7 @@ impl Worker for CollationNode where P: BuildParachainContext + Send + 'static, P::ParachainContext: Send + 'static, ::ProduceCandidate: Send + 'static, - E: futures01::Future + Clone + Unpin + Send + Sync + 'static, + E: futures::Future + Clone + Unpin + Send + Sync + 'static, { type Work = Box + Unpin + Send>; @@ -433,7 +433,8 @@ impl Worker for CollationNode where outgoing, ); - tokio::spawn(res.select(inner_exit_2.clone()).then(|_| Ok(()))); + let exit = inner_exit_2.clone().unit_error().compat(); + tokio::spawn(res.select(exit).then(|_| Ok(()))); }) }); @@ -454,17 +455,15 @@ impl Worker for CollationNode where let future = future::select( silenced, - inner_exit.clone().map(|_| Ok::<_, ()>(())).compat() + inner_exit.clone() ).map(|_| Ok::<_, ()>(())).compat(); tokio::spawn(future); future::ready(()) }); - let work_and_exit = future::select( - work, - exit.map(|_| Ok::<_, ()>(())).compat() - ).map(|_| ()); + let work_and_exit = future::select(work, exit) + .map(|_| ()); Box::new(work_and_exit) } @@ -495,7 +494,7 @@ pub fn run_collator( P: BuildParachainContext + Send + 'static, P::ParachainContext: Send + 'static, ::ProduceCandidate: Send + 'static, - E: futures01::Future + Unpin + Send + Clone + Sync + 'static, + E: futures::Future + Unpin + Send + Clone + Sync + 'static, { let node_logic = CollationNode { build_parachain_context, exit, para_id, key }; polkadot_cli::run(node_logic, version) diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index a035f5260bad..e9529829eb78 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 = "ashley-update-exit-future" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } derive_more = "0.15.0" diff --git a/executor/Cargo.toml b/executor/Cargo.toml index e44eabe9c4d9..e5924dcf38e4 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 5d69cb093bb0..c7c5d433f206 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -13,16 +13,16 @@ 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" } -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 = "ashley-update-exit-future" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } futures = "0.1" futures03 = { package = "futures", version = "0.3.1", features = ["compat"] } log = "0.4.8" exit-future = "0.1.4" -sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } diff --git a/network/src/router.rs b/network/src/router.rs index fceb11423b71..79d6fffa9ef8 100644 --- a/network/src/router.rs +++ b/network/src/router.rs @@ -130,7 +130,7 @@ impl Router w P::Api: ParachainHost, N: NetworkService, T: Clone + Executor + Send + 'static, - E: Future + Clone + Send + 'static, + E: futures03::Future + Clone + Send + Unpin + 'static, { /// Import a statement whose signature has been checked already. pub(crate) fn import_statement(&self, statement: SignedStatement) { @@ -174,7 +174,8 @@ impl Router w if let Some(work) = producer.map(|p| self.create_work(c_hash, p)) { trace!(target: "validation", "driving statement work to completion"); - let work = work.select2(self.fetcher.exit().clone()).then(|_| Ok(())); + let exit = self.fetcher.exit().clone().unit_error().compat(); + let work = work.select2(exit).then(|_| Ok(())); self.fetcher.executor().spawn(work); } } @@ -224,7 +225,7 @@ impl TableRouter for Router wh P::Api: ParachainHost, N: NetworkService, T: Clone + Executor + Send + 'static, - E: Future + Clone + Send + 'static, + E: futures03::Future + Clone + Send + Unpin + 'static, { type Error = io::Error; type FetchValidationProof = validation::PoVReceiver; diff --git a/network/src/validation.rs b/network/src/validation.rs index 8d8ed4d6f75c..b5eed53f6303 100644 --- a/network/src/validation.rs +++ b/network/src/validation.rs @@ -123,7 +123,7 @@ impl Clone for ValidationNetwork { impl ValidationNetwork where P: ProvideRuntimeApi + Send + Sync + 'static, P::Api: ParachainHost, - E: Clone + Future + Send + Sync + 'static, + E: Clone + futures03::Future + Send + Sync + 'static, N: NetworkService, T: Clone + Executor + Send + Sync + 'static, { @@ -206,7 +206,7 @@ impl ValidationNetwork where N: NetworkService { impl ParachainNetwork for ValidationNetwork where P: ProvideRuntimeApi + Send + Sync + 'static, P::Api: ParachainHost, - E: Clone + Future + Send + Sync + 'static, + E: Clone + futures03::Future + Send + Sync + Unpin + 'static, N: NetworkService, T: Clone + Executor + Send + Sync + 'static, { @@ -670,7 +670,7 @@ impl LeafWorkDataFetcher where P::Api: ParachainHost, N: NetworkService, T: Clone + Executor + Send + 'static, - E: Future + Clone + Send + 'static, + E: futures03::Future + Clone + Send + 'static, { /// Fetch PoV block for the given candidate receipt. pub fn fetch_pov_block(&self, candidate: &CandidateReceipt) -> PoVReceiver { diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 53c0e28e500c..fe2ce794ea6e 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.1.0", default-features = wasmi = { version = "0.4.5", optional = true } derive_more = { version = "0.14.1", optional = true } serde = { version = "1.0.102", default-features = false, features = [ "derive" ] } -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 } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future", default-features = false } lazy_static = { version = "1.4.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.8", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index d230c94f8f19..19b2ed6dbaf2 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,19 +7,19 @@ 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" } -application-crypto = { package = "sc-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 = "ashley-update-exit-future" } +application-crypto = { package = "sc-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } 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 = "ashley-update-exit-future" } 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 = "ashley-update-exit-future" } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index d60dcd5b4dae..202ab32fe00b 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 = "ashley-update-exit-future" } jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sp-runtime = { 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-api", 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 = "ashley-update-exit-future" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } polkadot-runtime = { path = "../runtime" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e4b23a7e3485..5a022d018376 100644 --- a/runtime/Cargo.toml +++ b/runtime/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-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-serializer = { 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-runtime-api", 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 = "ashley-update-exit-future" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +tx-pool-api = { package = "sp-transaction-pool-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } -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" } -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" } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "ashley-update-exit-future" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -64,8 +64,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 = "ashley-update-exit-future" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } trie-db = "0.16.0" serde_json = "1.0.41" diff --git a/service/Cargo.toml b/service/Cargo.toml index e065990acb86..7c40d68d382d 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -20,28 +20,28 @@ polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } 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" } -primitives = { package = "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" } -client-db = { package = "sc-client-db", 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-granpda", 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" } -txpool = { package = "sc-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -txpool-api = { package = "sp-transaction-pool-api", 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", default-features = false, branch = "polkadot-master" } -pallet-staking = { 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" } -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", default-features = false, branch = "polkadot-master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client-db = { package = "sc-client-db", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +txpool = { package = "sc-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-update-exit-future" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index f7b36033d47d..5a4ba1a765c2 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 = "ashley-update-exit-future" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index 4867affada93..706663b4bd4b 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 = "ashley-update-exit-future", 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 a7eab7635648..f57a862d08b5 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,10 +9,10 @@ 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 = "ashley-update-exit-future" } +client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } parking_lot = "0.9.0" ctrlc = { version = "3.1.3", features = ["termination"] } futures = "0.3.1" -exit-future = "0.1.4" +exit-future = "0.2.0" diff --git a/test-parachains/adder/collator/src/main.rs b/test-parachains/adder/collator/src/main.rs index 5f296bd6063e..fe3e9d74731c 100644 --- a/test-parachains/adder/collator/src/main.rs +++ b/test-parachains/adder/collator/src/main.rs @@ -145,7 +145,7 @@ fn main() { let exit_send_cell = RefCell::new(Some(exit_send)); ctrlc::set_handler(move || { if let Some(exit_send) = exit_send_cell.try_borrow_mut().expect("signal handler not reentrant; qed").take() { - exit_send.fire(); + let _ = exit_send.fire(); } }).expect("Error setting up ctrl-c handler"); diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 54f4e9328024..bff0d580cd7c 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -22,22 +22,22 @@ polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } polkadot-runtime = { path = "../runtime" } 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-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "sc-client-api", 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-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 = "ashley-update-exit-future" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } 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 = "ashley-update-exit-future" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } From 83d8bc798a0841056129e562dbd6f1d2f63c43af Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 4 Dec 2019 18:18:55 +0100 Subject: [PATCH 2/3] Update exit-future entirely --- Cargo.lock | 18 +++---------- availability-store/Cargo.toml | 2 +- availability-store/src/worker.rs | 38 +++++++++++---------------- network/Cargo.toml | 2 +- network/src/validation.rs | 9 +++++-- service/Cargo.toml | 2 +- validation/Cargo.toml | 2 +- validation/src/attestation_service.rs | 10 +++---- validation/src/lib.rs | 2 +- 9 files changed, 36 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e578b50b155a..aab996584877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,15 +950,6 @@ dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "exit-future" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "exit-future" version = "0.2.0" @@ -3482,7 +3473,7 @@ name = "polkadot-availability-store" version = "0.7.8" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (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.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures01 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3567,7 +3558,7 @@ name = "polkadot-network" version = "0.7.8" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3708,7 +3699,7 @@ dependencies = [ name = "polkadot-service" version = "0.7.8" dependencies = [ - "exit-future 0.1.4 (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)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3766,7 +3757,7 @@ dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (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)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6996,7 +6987,6 @@ dependencies = [ "checksum erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60" "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" -"checksum exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" "checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" "checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8" "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 4e2e1ab5cc2a..d140b2837c17 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" futures01 = "0.1.17" futures = { package = "futures", version = "0.3.1", features = ["compat"] } tokio = "0.1.7" -exit-future = "0.1" +exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } diff --git a/availability-store/src/worker.rs b/availability-store/src/worker.rs index 153f5d5dd959..e31e72fac578 100644 --- a/availability-store/src/worker.rs +++ b/availability-store/src/worker.rs @@ -39,7 +39,7 @@ use polkadot_primitives::parachain::{ }; use futures01::Future; use futures::channel::{mpsc, oneshot}; -use futures::{FutureExt, Sink, SinkExt, TryFutureExt, StreamExt}; +use futures::{FutureExt, Sink, SinkExt, TryFutureExt, StreamExt, future::select}; use keystore::KeyStorePtr; use tokio::runtime::current_thread::{Handle, Runtime as LocalRuntime}; @@ -166,7 +166,7 @@ impl WorkerHandle { impl Drop for WorkerHandle { fn drop(&mut self) { if let Some(signal) = self.exit_signal.take() { - signal.fire(); + let _ = signal.fire(); } if let Some(thread) = self.thread.take() { @@ -296,7 +296,7 @@ where impl Drop for Worker { fn drop(&mut self) { for (_, signal) in self.registered_gossip_streams.drain() { - signal.fire(); + let _ = signal.fire(); } } } @@ -356,13 +356,10 @@ where self.registered_gossip_streams.insert(topic, signal); let _ = runtime_handle.spawn( - fut - .unit_error() - .boxed() + select(fut.boxed(), exit) + .map(|_| Ok(())) .compat() - .select(exit) - .then(|_| Ok(())) - ); + ); Ok(()) } @@ -423,7 +420,7 @@ where let topic = erasure_coding_topic(relay_parent, receipt.erasure_root, chunk.index); // need to remove gossip listener and stop it. if let Some(signal) = self.registered_gossip_streams.remove(&topic) { - signal.fire(); + let _ = signal.fire(); } } @@ -594,15 +591,12 @@ where }; runtime.spawn( - process_notification - .unit_error() - .boxed() + futures::future::select(process_notification.boxed(), exit.clone()) + .map(|_| Ok(())) .compat() - .select(exit.clone()) - .then(|_| Ok(())) ); - if let Err(e) = runtime.block_on(exit) { + if let Err(e) = runtime.block_on(exit.unit_error().compat()) { warn!(target: LOG_TARGET, "Availability worker error {:?}", e); } @@ -636,7 +630,7 @@ pub struct AvailabilityBlockImport { impl Drop for AvailabilityBlockImport { fn drop(&mut self) { if let Some(signal) = self.exit_signal.take() { - signal.fire(); + let _ = signal.fire(); } } } @@ -775,12 +769,10 @@ impl AvailabilityBlockImport { // dependent on the types of client and executor, which would prove // not not so handy in the testing code. let mut exit_signal = Some(signal); - let prune_available = prune_unneeded_availability(client.clone(), to_worker.clone()) - .unit_error() - .boxed() - .compat() - .select(exit.clone()) - .then(|_| Ok(())); + let prune_available = select( + prune_unneeded_availability(client.clone(), to_worker.clone()).boxed(), + exit.clone() + ).map(|_| Ok(())).compat(); if let Err(_) = thread_pool.execute(Box::new(prune_available)) { error!(target: LOG_TARGET, "Failed to spawn availability pruning task"); diff --git a/network/Cargo.toml b/network/Cargo.toml index c7c5d433f206..f037faf25ea9 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley futures = "0.1" futures03 = { package = "futures", version = "0.3.1", features = ["compat"] } log = "0.4.8" -exit-future = "0.1.4" +exit-future = "0.2.0" sc-client = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } diff --git a/network/src/validation.rs b/network/src/validation.rs index b5eed53f6303..25e87559f38d 100644 --- a/network/src/validation.rs +++ b/network/src/validation.rs @@ -33,6 +33,7 @@ use polkadot_primitives::parachain::{ use futures::prelude::*; use futures::future::{self, Executor as FutureExecutor}; use futures::sync::oneshot::{self, Receiver}; +use futures03::{FutureExt as _, TryFutureExt as _}; use std::collections::hash_map::{HashMap, Entry}; use std::io; @@ -242,8 +243,12 @@ impl ParachainNetwork for ValidationNetwork where let table_router_clone = table_router.clone(); let work = table_router.checked_statements() - .for_each(move |msg| { table_router_clone.import_statement(msg); Ok(()) }); - executor.spawn(work.select(exit.clone()).map(|_| ()).map_err(|_| ())); + .for_each(move |msg| { table_router_clone.import_statement(msg); Ok(()) }) + .select(exit.clone().unit_error().compat()) + .map(|_| ()) + .map_err(|_| ()); + + executor.spawn(work); table_router }); diff --git a/service/Cargo.toml b/service/Cargo.toml index 7c40d68d382d..a34651d2fa9b 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -10,7 +10,7 @@ lazy_static = "1.4.0" log = "0.4.8" futures = "0.1.29" futures03 = { package = "futures", version = "0.3.1", features = ["compat"] } -exit-future = "0.1.4" +exit-future = "0.2.0" slog = "2.5.2" hex-literal = "0.2.1" av_store = { package = "polkadot-availability-store", path = "../availability-store" } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index bff0d580cd7c..67ab9cd7bc16 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -13,7 +13,7 @@ parking_lot = "0.9.0" tokio = "0.1.22" derive_more = "0.14.1" log = "0.4.8" -exit-future = "0.1.4" +exit-future = "0.2.0" tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } availability_store = { package = "polkadot-availability-store", path = "../availability-store" } diff --git a/validation/src/attestation_service.rs b/validation/src/attestation_service.rs index f09307b7e029..4875cb740643 100644 --- a/validation/src/attestation_service.rs +++ b/validation/src/attestation_service.rs @@ -30,7 +30,7 @@ use sp_blockchain::HeaderBackend; use block_builder::BlockBuilderApi; use consensus::SelectChain; use futures::prelude::*; -use futures03::{TryStreamExt as _, StreamExt as _}; +use futures03::{TryStreamExt as _, StreamExt as _, FutureExt as _, TryFutureExt as _}; use log::error; use polkadot_primitives::Block; use polkadot_primitives::parachain::ParachainHost; @@ -107,7 +107,7 @@ pub(crate) fn start( } Ok(()) }) - .select(exit.clone()) + .select(exit.clone().unit_error().compat()) .then(|_| Ok(())) }; @@ -130,7 +130,7 @@ pub(crate) fn start( } }) .map_err(|e| warn!("Timer error {:?}", e)) - .select(exit.clone()) + .select(exit.clone().unit_error().compat()) .then(|_| Ok(())) }; @@ -139,7 +139,7 @@ pub(crate) fn start( error!("Failed to spawn old sessions pruning task"); } - if let Err(e) = runtime.block_on(exit) { + if let Err(e) = runtime.block_on(exit.unit_error().compat()) { debug!("BFT event loop error {:?}", e); } }); @@ -153,7 +153,7 @@ pub(crate) fn start( impl Drop for ServiceHandle { fn drop(&mut self) { if let Some(signal) = self.exit_signal.take() { - signal.fire(); + let _ = signal.fire(); } if let Some(thread) = self.thread.take() { diff --git a/validation/src/lib.rs b/validation/src/lib.rs index 61291c2adabe..dc677027836c 100644 --- a/validation/src/lib.rs +++ b/validation/src/lib.rs @@ -456,7 +456,7 @@ impl ParachainValidation where }) .and_then(with_router) .then(|_| Ok(())) - .select(exit) + .select(exit.unit_error().compat()) .then(|_| Ok(())); // spawn onto thread pool. From 3b64d0eb0d8118cfbf3c77fe16c5f77810d63536 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 4 Dec 2019 18:33:52 +0100 Subject: [PATCH 3/3] Tidy --- availability-store/src/worker.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/availability-store/src/worker.rs b/availability-store/src/worker.rs index e31e72fac578..c0ee49959a44 100644 --- a/availability-store/src/worker.rs +++ b/availability-store/src/worker.rs @@ -37,7 +37,6 @@ use polkadot_primitives::parachain::{ CandidateReceipt, ParachainHost, ValidatorId, ValidatorPair, AvailableMessages, BlockData, ErasureChunk, }; -use futures01::Future; use futures::channel::{mpsc, oneshot}; use futures::{FutureExt, Sink, SinkExt, TryFutureExt, StreamExt, future::select}; use keystore::KeyStorePtr;