From 4dc26d2351eea4ef06edc8d96196e939f09edf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 4 Oct 2019 12:15:03 +0200 Subject: [PATCH 1/8] Use node-rpc extensions to support account_nextIndex. --- Cargo.lock | 475 ++++++++++++++++++++++++++------------------- rpc/Cargo.toml | 17 ++ rpc/src/lib.rs | 46 +++++ runtime/Cargo.toml | 2 + runtime/src/lib.rs | 6 + service/Cargo.toml | 1 + service/src/lib.rs | 9 +- 7 files changed, 356 insertions(+), 200 deletions(-) create mode 100644 rpc/Cargo.toml create mode 100644 rpc/src/lib.rs diff --git a/Cargo.lock b/Cargo.lock index 312554e8e6f7..7c03982cb639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,6 +100,14 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "app_dirs" version = "1.2.1" @@ -651,6 +659,17 @@ name = "doc-comment" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "ed25519-dalek" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "ed25519-dalek" version = "1.0.0-pre.1" @@ -698,7 +717,7 @@ dependencies = [ [[package]] name = "environmental" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -816,7 +835,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#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -858,16 +877,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-channel-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-core-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -881,69 +900,57 @@ dependencies = [ [[package]] name = "futures-executor-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-io-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-sink-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "futures-timer" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "futures-timer" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-util-preview" -version = "0.3.0-alpha.18" +version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1258,15 +1265,6 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "impl-serde" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "impl-serde" version = "0.2.1" @@ -1277,7 +1275,7 @@ dependencies = [ [[package]] name = "impl-trait-for-tuples" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2094,7 +2092,7 @@ dependencies = [ [[package]] name = "merlin" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2247,6 +2245,40 @@ dependencies = [ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "node-primitives" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" +dependencies = [ + "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + +[[package]] +name = "node-rpc" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" +dependencies = [ + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "node-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "nodrop" version = "0.1.13" @@ -2337,6 +2369,11 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "once_cell" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "opaque-debug" version = "0.2.3" @@ -2477,7 +2514,7 @@ dependencies = [ [[package]] name = "parity-wasm" -version = "0.40.2" +version = "0.40.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2701,7 +2738,7 @@ name = "polkadot-collator" version = "0.6.0" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-cli 0.6.0", "polkadot-network 0.6.0", @@ -2793,6 +2830,19 @@ dependencies = [ "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] +[[package]] +name = "polkadot-rpc" +version = "0.6.0" +dependencies = [ + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "node-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "node-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "polkadot-primitives 0.6.0", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "polkadot-runtime" version = "0.6.0" @@ -2801,6 +2851,7 @@ dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "node-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2864,6 +2915,7 @@ dependencies = [ "polkadot-executor 0.6.0", "polkadot-network 0.6.0", "polkadot-primitives 0.6.0", + "polkadot-rpc 0.6.0", "polkadot-runtime 0.6.0", "polkadot-validation 0.6.0", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2907,7 +2959,7 @@ dependencies = [ "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)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3336,12 +3388,11 @@ dependencies = [ [[package]] name = "rpassword" -version = "3.0.2" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3419,7 +3470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "merlin 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3697,7 +3748,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" 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)", @@ -3709,9 +3760,9 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3726,9 +3777,9 @@ dependencies = [ [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3745,7 +3796,7 @@ dependencies = [ [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3755,7 +3806,7 @@ dependencies = [ [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3763,9 +3814,9 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3775,7 +3826,7 @@ dependencies = [ [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3792,9 +3843,9 @@ dependencies = [ [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3808,7 +3859,7 @@ dependencies = [ [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3828,7 +3879,7 @@ dependencies = [ [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3843,7 +3894,7 @@ dependencies = [ [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3859,7 +3910,7 @@ dependencies = [ [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3874,7 +3925,7 @@ dependencies = [ [[package]] name = "srml-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3890,7 +3941,7 @@ dependencies = [ [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3904,9 +3955,9 @@ dependencies = [ [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -3919,7 +3970,7 @@ dependencies = [ [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3937,7 +3988,7 @@ dependencies = [ [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3955,7 +4006,7 @@ dependencies = [ [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3972,7 +4023,7 @@ dependencies = [ [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3986,7 +4037,7 @@ dependencies = [ [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3997,7 +4048,7 @@ dependencies = [ [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4012,9 +4063,9 @@ dependencies = [ [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4031,7 +4082,7 @@ dependencies = [ [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4051,7 +4102,7 @@ dependencies = [ [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4062,7 +4113,7 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4076,11 +4127,11 @@ dependencies = [ [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (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.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4096,7 +4147,7 @@ dependencies = [ [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4108,7 +4159,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4120,7 +4171,7 @@ dependencies = [ [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4130,9 +4181,9 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4147,9 +4198,9 @@ dependencies = [ [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4162,7 +4213,7 @@ dependencies = [ [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4248,7 +4299,7 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4260,10 +4311,10 @@ dependencies = [ [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4282,7 +4333,7 @@ dependencies = [ [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4304,9 +4355,9 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4319,7 +4370,7 @@ dependencies = [ [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4330,27 +4381,28 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "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 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4365,12 +4417,12 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4383,6 +4435,7 @@ dependencies = [ "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4394,7 +4447,7 @@ dependencies = [ [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4408,6 +4461,7 @@ dependencies = [ "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4417,21 +4471,21 @@ dependencies = [ [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "merlin 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "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.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4444,6 +4498,7 @@ dependencies = [ "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4453,7 +4508,7 @@ dependencies = [ [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4467,11 +4522,11 @@ dependencies = [ [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4486,10 +4541,10 @@ dependencies = [ [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4504,7 +4559,7 @@ dependencies = [ [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4518,14 +4573,14 @@ dependencies = [ [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-wasm 0.40.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4541,22 +4596,23 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4569,7 +4625,7 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4579,10 +4635,20 @@ dependencies = [ "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] +[[package]] +name = "substrate-header-metadata" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" +dependencies = [ + "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", +] + [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4593,7 +4659,7 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4605,12 +4671,12 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4620,18 +4686,18 @@ dependencies = [ [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4639,7 +4705,7 @@ dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4650,24 +4716,25 @@ dependencies = [ "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" 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)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-tls 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)", @@ -4686,7 +4753,7 @@ dependencies = [ [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4695,7 +4762,7 @@ dependencies = [ [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4704,9 +4771,9 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4717,7 +4784,7 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4726,23 +4793,23 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 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)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4753,15 +4820,15 @@ dependencies = [ "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4784,10 +4851,10 @@ dependencies = [ [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4806,7 +4873,7 @@ dependencies = [ [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4815,7 +4882,7 @@ dependencies = [ [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4830,7 +4897,7 @@ dependencies = [ [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4839,12 +4906,12 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -4881,7 +4948,7 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", @@ -4892,7 +4959,7 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4903,7 +4970,7 @@ dependencies = [ [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" 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)", @@ -4921,16 +4988,16 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" 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)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (git+https://github.com/paritytech/slog-async)", @@ -4943,10 +5010,10 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4957,10 +5024,10 @@ dependencies = [ [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4973,7 +5040,7 @@ dependencies = [ [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" 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)", @@ -4992,7 +5059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#db417ffda057dc314c0fb4e1ef1b197e07b31fa1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#73104d3ae1ec061c4efd981a83cdd09104ba159f" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5639,7 +5706,7 @@ dependencies = [ "memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-wasm 0.40.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi-validation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5656,7 +5723,7 @@ name = "wasmi-validation" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-wasm 0.40.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5817,6 +5884,11 @@ dependencies = [ "zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "zeroize" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "zeroize_derive" version = "0.9.3" @@ -5837,6 +5909,7 @@ dependencies = [ "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" "checksum aio-limited 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f10b352bc3fc08ae24dc5d2d3ddcac153678533986122dc283d747b12071000" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +"checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" "checksum app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e73a24bad9bd6a94d6395382a6c69fe071708ae4409f763c5475e14ee896313d" "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" @@ -5905,12 +5978,13 @@ dependencies = [ "checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63" "checksum dns-parser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea" "checksum doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97" +"checksum ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d07e8b8a8386c3b89a7a4b329fdfa4cb545de2545e9e2ebbc3dd3929253e426" "checksum ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81956bcf7ef761fb4e1d88de3fa181358a0d26cbcb9755b587a08f9119824b86" "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" "checksum elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "073be79b6538296faf81c631872676600616073817dd9a440c477ad09b408983" "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" -"checksum environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c7464757b80de8930c91c9afe77ddce501826bf9d134a87db2c67d9dc177e2c" +"checksum environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34f8467a0284de039e6bd0e25c14519538462ba5beb548bb1f03e645097837a8" "checksum erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60" "checksum exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" @@ -5930,16 +6004,15 @@ dependencies = [ "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" -"checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" -"checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" +"checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" +"checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -"checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" -"checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" -"checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" -"checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" -"checksum futures-timer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f9eb554aa23143abc64ec4d0016f038caf53bb7cbc3d91490835c54edc96550" +"checksum futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98" +"checksum futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda" +"checksum futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e" +"checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec" "checksum futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "878f1d2fc31355fa02ed2372e741b0c17e58373341e6a122569b4623a14a7d33" -"checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" +"checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" "checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2" @@ -5972,9 +6045,8 @@ dependencies = [ "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" "checksum impl-codec 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3fa0086251524c50fd53b32e7b05eb6d79e2f97221eaf0c53c0ca9c3096f21d3" -"checksum impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5158079de9d4158e0ce1de3ae0bd7be03904efc40b3d7dd8b8c301cbf6b52b56" "checksum impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bbb1ea6188aca47a0eaeeb330d8a82f16cd500f30b897062d23922568727333a" -"checksum impl-trait-for-tuples 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0df44cb13008e863c3d80788d5f4cb0f94d09b31bb0190a8ecc05151b2ac8a" +"checksum impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6947b372790f8948f439bb6aaa6baabdf80be1a207a477ff072f83fb793e428f" "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" "checksum integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea155abb3ba6f382a75f1418988c05fe82959ed9ce727de427f9cfd425b0c903" "checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77" @@ -6044,7 +6116,7 @@ dependencies = [ "checksum memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ef49315991403ba5fa225a70399df5e115f57b274cb0b1b4bcd6e734fa5bd783" "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" "checksum memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530" -"checksum merlin 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "66448a173ad394ef5ebf734efa724f3644dcffda083b1e89979da4461ddac079" +"checksum merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "de2d16d3b15fec5943d1144f861f61f279d165fdd60998ca262913b9bf1c8adb" "checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202" "checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10" "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" @@ -6058,6 +6130,8 @@ dependencies = [ "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" "checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" +"checksum node-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum node-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" "checksum nohash-hasher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4e657a6ec97f9a3ba46f6f7034ea6db9fcd5b71d25ef1074b7bc03da49be0e8e" "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" @@ -6069,6 +6143,7 @@ dependencies = [ "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" "checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c" "checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37" +"checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum openssl 0.10.24 (registry+https://github.com/rust-lang/crates.io-index)" = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" @@ -6084,7 +6159,7 @@ dependencies = [ "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" "checksum parity-util-mem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2005637ccf93dbb60c85081ccaaf3f945f573da48dcc79f27f9646caa3ec1dc" "checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc" -"checksum parity-wasm 0.40.2 (registry+https://github.com/rust-lang/crates.io-index)" = "49d1e33551976be5345d2ecbfe995830719746c7f0902f0880a13d40e215f851" +"checksum parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1e39faaa292a687ea15120b1ac31899b13586446521df6c149e46f1584671e0f" "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" @@ -6149,7 +6224,7 @@ dependencies = [ "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" "checksum rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39be726e556e6f21d54d21cdf1be9f6df30c0411a5856c1abf3f4bb12498f2ed" "checksum rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1651697fefd273bfb4fd69466cc2a9d20de557a0213b97233b22b5e95924b5e" -"checksum rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c34fa7bcae7fca3c8471e8417088bbc3ad9af8066b0ecf4f3c0d98a0d772716e" +"checksum rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f072d931f11a96546efd97642e1e75e807345aced86b947f9239102f262d0fcd" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8" "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" @@ -6248,6 +6323,7 @@ dependencies = [ "checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" @@ -6360,5 +6436,6 @@ dependencies = [ "checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538" "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" "checksum yamux 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "01bd67889938c48f0049fc60a77341039e6c3eaf16cb7693e6ead7c0ba701295" +"checksum zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4090487fa66630f7b166fba2bbb525e247a5449f41c468cc1d98f8ae6ac03120" "checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86" "checksum zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "080616bd0e31f36095288bb0acdf1f78ef02c2fa15527d7e993f2a6c7591643e" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml new file mode 100644 index 000000000000..762f5875ed8c --- /dev/null +++ b/rpc/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "polkadot-rpc" +version = "0.6.0" +authors = ["Parity Technologies "] +edition = "2018" + +[dependencies] +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +jsonrpc-core = "13.2.0" +node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +node-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +polkadot-primitives = { path = "../primitives" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } + + diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs new file mode 100644 index 000000000000..f3f4f3019bd3 --- /dev/null +++ b/rpc/src/lib.rs @@ -0,0 +1,46 @@ +// Copyright 2019 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . + +//! Polkadot-specific RPCs implementation. + +#![warn(missing_docs)] + +use std::sync::Arc; + +use polkadot_primitives::Block; +// TODO [ToDr] move to `srml::system`? +use node_primitives::AccountNonceApi; +use node_rpc::accounts::{Accounts, AccountsApi}; +use sr_primitives::traits::ProvideRuntimeApi; +use transaction_pool::txpool::{ChainApi, Pool}; + +/// A type representing all RPC extensions. +pub type RpcExtension = jsonrpc_core::IoHandler; + +/// Instantiate all RPC extensions. +pub fn create(client: Arc, pool: Arc>) -> RpcExtension where + C: ProvideRuntimeApi, + C: client::blockchain::HeaderBackend, + C: Send + Sync + 'static, + C::Api: AccountNonceApi, + P: ChainApi + Sync + Send + 'static, +{ + let mut io = jsonrpc_core::IoHandler::default(); + io.extend_with( + AccountsApi::to_delegate(Accounts::new(client.clone(), pool)) + ); + io +} diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4367f830921b..7691a3cf1774 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -52,6 +52,7 @@ timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/s treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } +node-primitives = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] hex-literal = "0.2.0" @@ -111,4 +112,5 @@ std = [ "babe/std", "babe-primitives/std", "substrate-session/std", + "node-primitives/std", ] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 854bb08356ed..ce2698303347 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -725,4 +725,10 @@ impl_runtime_apis! { SessionKeys::generate(seed) } } + + impl node_primitives::AccountNonceApi for Runtime { + fn account_nonce(account: AccountId) -> Nonce { + System::account_nonce(account) + } + } } diff --git a/service/Cargo.toml b/service/Cargo.toml index 3059af36be91..808aef0f48a4 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -18,6 +18,7 @@ polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } +polkadot-rpc = { path = "../rpc" } sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/service/src/lib.rs b/service/src/lib.rs index b9022b885669..d25e583b1707 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -117,7 +117,11 @@ macro_rules! new_full_start { import_setup = Some((block_import, grandpa_link, babe_link)); Ok(import_queue) - })?; + })? + .with_rpc_extensions(|client, pool| -> polkadot_rpc::RpcExtension { + polkadot_rpc::create(client, pool) + })? + ; (builder, import_setup, inherent_data_providers) }} @@ -377,5 +381,8 @@ pub fn new_light(config: Configuration) .with_finality_proof_provider(|client, backend| Ok(Arc::new(GrandpaFinalityProofProvider::new(backend, client)) as _) )? + .with_rpc_extensions(|client, pool| -> polkadot_rpc::RpcExtension { + polkadot_rpc::create(client, pool) + })? .build() } From b5e7698d074acc6c35b55189feae5f5a5a463cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 4 Oct 2019 12:20:59 +0200 Subject: [PATCH 2/8] Remove todo. --- rpc/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs index f3f4f3019bd3..02582cd620f2 100644 --- a/rpc/src/lib.rs +++ b/rpc/src/lib.rs @@ -21,7 +21,6 @@ use std::sync::Arc; use polkadot_primitives::Block; -// TODO [ToDr] move to `srml::system`? use node_primitives::AccountNonceApi; use node_rpc::accounts::{Accounts, AccountsApi}; use sr_primitives::traits::ProvideRuntimeApi; From 4414b8f7d332b29e564ba800a92423039f9a20f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 4 Oct 2019 16:11:49 +0200 Subject: [PATCH 3/8] Update lock. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 7c03982cb639..e7a1883a7473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2840,6 +2840,7 @@ dependencies = [ "polkadot-primitives 0.6.0", "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] From 2a2ee402e736540f4e7d6d179e421c683f0d9727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Wed, 16 Oct 2019 16:12:43 +0200 Subject: [PATCH 4/8] Use new srml_system_rpc crate. --- rpc/Cargo.toml | 3 +-- rpc/src/lib.rs | 10 +++++----- runtime/Cargo.toml | 2 ++ runtime/src/lib.rs | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 762f5875ed8c..97c5a0666dc8 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,11 +7,10 @@ edition = "2018" [dependencies] client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } jsonrpc-core = "13.2.0" -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -node-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-primitives = { path = "../primitives" } sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs index 02582cd620f2..5b86a900126c 100644 --- a/rpc/src/lib.rs +++ b/rpc/src/lib.rs @@ -20,9 +20,7 @@ use std::sync::Arc; -use polkadot_primitives::Block; -use node_primitives::AccountNonceApi; -use node_rpc::accounts::{Accounts, AccountsApi}; +use polkadot_primitives::{Block, AccountId, Nonce}; use sr_primitives::traits::ProvideRuntimeApi; use transaction_pool::txpool::{ChainApi, Pool}; @@ -34,12 +32,14 @@ pub fn create(client: Arc, pool: Arc>) -> RpcExtension where C: ProvideRuntimeApi, C: client::blockchain::HeaderBackend, C: Send + Sync + 'static, - C::Api: AccountNonceApi, + C::Api: srml_system_rpc::AccountNonceApi, P: ChainApi + Sync + Send + 'static, { + use srml_system_rpc::{System, SystemApi}; + let mut io = jsonrpc_core::IoHandler::default(); io.extend_with( - AccountsApi::to_delegate(Accounts::new(client.clone(), pool)) + SystemApi::to_delegate(System::new(client.clone(), pool)) ); io } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index dd6ea2f926e8..4578c809d2da 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -49,6 +49,7 @@ staking = { package = "srml-staking", git = "https://github.com/paritytech/subst srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } @@ -104,6 +105,7 @@ std = [ "staking/std", "sudo/std", "system/std", + "system_rpc_runtime_api/std", "timestamp/std", "treasury/std", "version/std", diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index e5c4347b169b..f46a25ad3cc5 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -752,7 +752,7 @@ impl_runtime_apis! { } } - impl node_primitives::AccountNonceApi for Runtime { + impl system_rpc_runtime_api::AccountNonceApi for Runtime { fn account_nonce(account: AccountId) -> Nonce { System::account_nonce(account) } From 7070a215838a7c9eb2305bb10ae25787ded8fa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 17 Oct 2019 12:13:57 +0200 Subject: [PATCH 5/8] Update to substrate=master --- Cargo.lock | 1322 +++++++++++---------- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 4 +- cli/src/lib.rs | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 4 +- primitives/Cargo.toml | 16 +- rpc/Cargo.toml | 10 +- runtime/Cargo.toml | 78 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 2 +- validation/Cargo.toml | 24 +- 17 files changed, 807 insertions(+), 729 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a4c4b2aa82a..2b6ba3a40621 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.6.0", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -24,7 +24,7 @@ dependencies = [ "polkadot-collator 0.6.0", "polkadot-parachain 0.6.0", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -210,7 +210,7 @@ dependencies = [ "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -405,14 +405,14 @@ dependencies = [ [[package]] name = "clap" -version = "2.32.0" +version = "2.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -848,7 +848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2659,7 +2659,7 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2671,7 +2671,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.0", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2688,11 +2688,11 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-service 0.6.0", "polkadot-validation 0.6.0", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2703,8 +2703,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2712,7 +2712,7 @@ name = "polkadot-executor" version = "0.6.0" dependencies = [ "polkadot-runtime 0.6.0", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2728,11 +2728,11 @@ dependencies = [ "polkadot-availability-store 0.6.0", "polkadot-primitives 0.6.0", "polkadot-validation 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2748,8 +2748,8 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2763,14 +2763,27 @@ dependencies = [ "polkadot-parachain 0.6.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "polkadot-rpc" +version = "0.6.0" +dependencies = [ + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-primitives 0.6.0", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2789,44 +2802,45 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2846,30 +2860,31 @@ dependencies = [ "polkadot-executor 0.6.0", "polkadot-network 0.6.0", "polkadot-primitives 0.6.0", + "polkadot-rpc 0.6.0", "polkadot-runtime 0.6.0", "polkadot-validation 0.6.0", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2878,7 +2893,7 @@ version = "0.6.0" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2899,18 +2914,18 @@ dependencies = [ "polkadot-primitives 0.6.0", "polkadot-runtime 0.6.0", "polkadot-statement-table 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2947,6 +2962,16 @@ dependencies = [ "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "proc-macro-error" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.5 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "proc-macro-hack" version = "0.5.10" @@ -3678,7 +3703,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", @@ -3690,24 +3715,24 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3717,26 +3742,26 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3744,308 +3769,308 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4056,21 +4081,21 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4078,43 +4103,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4124,47 +4149,74 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "srml-system-rpc" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +dependencies = [ + "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "srml-system-rpc-runtime-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +dependencies = [ + "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4200,7 +4252,7 @@ dependencies = [ [[package]] name = "strsim" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -4208,10 +4260,19 @@ name = "structopt" version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "structopt" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "structopt-derive" version = "0.2.18" @@ -4223,6 +4284,18 @@ dependencies = [ "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "structopt-derive" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.5 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "strum" version = "0.15.0" @@ -4242,19 +4315,19 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4265,23 +4338,23 @@ dependencies = [ "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4298,22 +4371,22 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4324,12 +4397,12 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4342,17 +4415,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4360,7 +4433,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4372,25 +4445,25 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4400,23 +4473,23 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4430,42 +4503,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4474,49 +4547,49 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4525,14 +4598,14 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4540,21 +4613,21 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4562,17 +4635,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4580,68 +4653,68 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4649,7 +4722,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4667,13 +4740,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4683,7 +4756,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", @@ -4696,28 +4769,28 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4726,7 +4799,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4739,16 +4812,16 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", @@ -4770,10 +4843,10 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4783,17 +4856,17 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4803,23 +4876,23 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4832,25 +4905,25 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4859,13 +4932,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4874,7 +4947,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4888,25 +4961,25 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4916,29 +4989,29 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", @@ -4946,10 +5019,10 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4957,7 +5030,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" 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)", @@ -4979,43 +5052,43 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5028,7 +5101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#7adfd837565f870882cb9726e546dc9df6804885" +source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5119,7 +5192,7 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5917,7 +5990,7 @@ dependencies = [ "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" "checksum clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ef0c1bcf2e99c649104bd7a7012d8f8802684400e03db0ec0af48583c6fa0e4" -"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" +"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" "checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b641a8c9867e341f3295564203b1c250eb8ce6cb6126e007941f78c4d2ed7fe" @@ -5968,7 +6041,7 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6148,6 +6221,7 @@ dependencies = [ "checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" "checksum primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83ef7b3b965c0eadcb6838f34f827e1dfb2939bdd5ebd43f9647e009b12b0371" "checksum proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" +"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" "checksum proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "114cdf1f426eb7f550f01af5f53a33c0946156f6814aec939b3bd77e844f9a9d" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" @@ -6228,94 +6302,98 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" "checksum stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" -"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" +"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" +"checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" +"checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af21b27fad38b212c1919f700cb0def33c88cde14d22e0d1b17d4521f4eb8b40" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" @@ -6326,7 +6404,7 @@ dependencies = [ "checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe" "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" -"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" +"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" "checksum theban_interval_tree 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a7b42a5385db9a651628091edcd1d58ac9cb1c92327d8cd2a29bf8e35bdfe4ea" "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index fb8836b7bb45..2b14c937cdf7 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 983e944aaa6c..364f4c49086c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,6 +10,6 @@ log = "0.4.6" tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" -structopt = "0.2" -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +structopt = "0.3" +cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "master" } service = { package = "polkadot-service", path = "../service" } diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 55f456fe8322..2d22b70d3eb2 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -72,7 +72,7 @@ pub trait Worker: IntoExit { #[derive(Debug, StructOpt, Clone)] enum PolkadotSubCommands { - #[structopt(name = "validation-worker", raw(setting = "structopt::clap::AppSettings::Hidden"))] + #[structopt(name = "validation-worker")] ValidationWorker(ValidationWorkerCommand), } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index ef81c2634606..fe77e852b85c 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 7a5631b33156..5d05417eb4e0 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d49b936ebb3d..e31f7062c0ed 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 2675f73842c9..9ca8438a30eb 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,13 +12,13 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.1" log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-client = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 0087d97c9c35..d73d034de625 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 9144aca38d74..9f56db76ef71 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 97c5a0666dc8..2fcdabe26758 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } jsonrpc-core = "13.2.0" polkadot-primitives = { path = "../primitives" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4578c809d2da..9f258bc56978 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,44 +14,44 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } +sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -60,8 +60,8 @@ polkadot-parachain = { path = "../parachain", default-features = false } hex-literal = "0.2.0" libsecp256k1 = "0.2.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } trie-db = "0.15" serde_json = "1.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index 808aef0f48a4..a5fe90bef1e7 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -19,24 +19,24 @@ polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "master" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 78fe2ee94d7d..82d99b2cc0ee 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index b7662cd611a0..b4e004710cec 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 4c4412f3db84..83351192f2a0 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,7 +9,7 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index b9eb6712c9f4..3ecd7046dd73 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } From 1b1b4248e762cde5ea40e72f6dd6bdea01817f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 17 Oct 2019 12:16:30 +0200 Subject: [PATCH 6/8] Update lockfile. --- Cargo.lock | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b6ba3a40621..792a10a8c747 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2670,7 +2670,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.0", - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4255,15 +4255,6 @@ name = "strsim" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "structopt" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "structopt" version = "0.3.3" @@ -4273,17 +4264,6 @@ dependencies = [ "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "structopt-derive" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "structopt-derive" version = "0.3.3" @@ -6343,9 +6323,7 @@ dependencies = [ "checksum stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" -"checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" "checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" -"checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" From 15a0149a14b67e358557d3421f09bd3fd1534d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 18 Oct 2019 12:03:36 +0200 Subject: [PATCH 7/8] Update to polkadot-master. --- Cargo.lock | 1253 +++++++++++---------- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 4 +- primitives/Cargo.toml | 16 +- rpc/Cargo.toml | 10 +- runtime/Cargo.toml | 78 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 2 +- validation/Cargo.toml | 24 +- 16 files changed, 732 insertions(+), 731 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 792a10a8c747..e9808be85f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.6.0", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -24,7 +24,7 @@ dependencies = [ "polkadot-collator 0.6.0", "polkadot-parachain 0.6.0", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -848,7 +848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2659,7 +2659,7 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2671,7 +2671,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.0", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2688,11 +2688,11 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-service 0.6.0", "polkadot-validation 0.6.0", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2703,8 +2703,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2712,7 +2712,7 @@ name = "polkadot-executor" version = "0.6.0" dependencies = [ "polkadot-runtime 0.6.0", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2728,11 +2728,11 @@ dependencies = [ "polkadot-availability-store 0.6.0", "polkadot-primitives 0.6.0", "polkadot-validation 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2748,8 +2748,8 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2763,14 +2763,14 @@ dependencies = [ "polkadot-parachain 0.6.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2779,11 +2779,11 @@ version = "0.6.0" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2802,45 +2802,45 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2864,27 +2864,27 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-validation 0.6.0", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2893,7 +2893,7 @@ version = "0.6.0" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2914,18 +2914,18 @@ dependencies = [ "polkadot-primitives 0.6.0", "polkadot-runtime 0.6.0", "polkadot-statement-table 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3703,7 +3703,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -3715,24 +3715,24 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3742,26 +3742,26 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3769,308 +3769,308 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4081,21 +4081,21 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4103,43 +4103,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4149,24 +4149,24 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-system-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4174,49 +4174,49 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4295,19 +4295,19 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4318,23 +4318,23 @@ dependencies = [ "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4351,22 +4351,22 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4377,7 +4377,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -4395,17 +4395,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4425,25 +4425,25 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4453,23 +4453,24 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4483,42 +4484,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4527,49 +4528,49 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4578,14 +4579,14 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4593,21 +4594,21 @@ dependencies = [ [[package]] name = "substrate-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4615,17 +4616,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4633,68 +4634,68 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4702,7 +4703,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4720,13 +4721,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4736,7 +4737,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -4749,28 +4750,28 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4779,7 +4780,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4792,16 +4793,16 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -4823,10 +4824,10 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4836,17 +4837,17 @@ dependencies = [ [[package]] name = "substrate-primitives-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4856,23 +4857,23 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4885,25 +4886,25 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4912,13 +4913,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4927,7 +4928,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4941,25 +4942,25 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4969,29 +4970,29 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -4999,10 +5000,10 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)", + "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5010,7 +5011,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" 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)", @@ -5032,43 +5033,43 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5081,7 +5082,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#e0f3fa3845654770f6d96dbaa2d3a76842ad44f3" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#165e7c93ae0593a93634139e4a74371bb35cfaac" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6021,7 +6022,7 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6282,41 +6283,41 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" @@ -6327,51 +6328,51 @@ dependencies = [ "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af21b27fad38b212c1919f700cb0def33c88cde14d22e0d1b17d4521f4eb8b40" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 2b14c937cdf7..fb8836b7bb45 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 364f4c49086c..4fa045a299a8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" structopt = "0.3" -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "master" } +cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } service = { package = "polkadot-service", path = "../service" } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index fe77e852b85c..ef81c2634606 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 5d05417eb4e0..7a5631b33156 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index e31f7062c0ed..d49b936ebb3d 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 9ca8438a30eb..2675f73842c9 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,13 +12,13 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } futures = "0.1" log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index d73d034de625..0087d97c9c35 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 9f56db76ef71..9144aca38d74 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 2fcdabe26758..97c5a0666dc8 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } jsonrpc-core = "13.2.0" polkadot-primitives = { path = "../primitives" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9f258bc56978..4578c809d2da 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,44 +14,44 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system_rpc_runtime_api = { package = "srml-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } @@ -60,8 +60,8 @@ polkadot-parachain = { path = "../parachain", default-features = false } hex-literal = "0.2.0" libsecp256k1 = "0.2.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } trie-db = "0.15" serde_json = "1.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index a5fe90bef1e7..808aef0f48a4 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -19,24 +19,24 @@ polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } polkadot-rpc = { path = "../rpc" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "master" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 82d99b2cc0ee..78fe2ee94d7d 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index b4e004710cec..b7662cd611a0 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 83351192f2a0..4c4412f3db84 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,7 +9,7 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 3ecd7046dd73..b9eb6712c9f4 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "master" } -keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } From d6c190f7935fccb9944b3a2bdb041359afdc7ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 21 Oct 2019 10:54:11 +0200 Subject: [PATCH 8/8] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Bastian Köcher --- rpc/Cargo.toml | 1 - service/src/lib.rs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 97c5a0666dc8..d4bc83e0bbc0 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -13,4 +13,3 @@ substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "pol transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } srml-system-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } - diff --git a/service/src/lib.rs b/service/src/lib.rs index 860785114a3a..296d6048660f 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -120,8 +120,7 @@ macro_rules! new_full_start { })? .with_rpc_extensions(|client, pool| -> polkadot_rpc::RpcExtension { polkadot_rpc::create(client, pool) - })? - ; + })?; (builder, import_setup, inherent_data_providers) }}