From 07c72ea8e7b751490ae9f19fbfd8161f5fbc9869 Mon Sep 17 00:00:00 2001 From: Gav <gavin@parity.io> Date: Thu, 30 Aug 2018 18:57:59 +0200 Subject: [PATCH] Rejig serialisation --- polkadot/Cargo.lock | 702 ++++++++++++++++++++++---------------------- 1 file changed, 349 insertions(+), 353 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 702aa5b139c..a4441c550d4 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -3,7 +3,7 @@ name = "adder" version = "0.1.0" dependencies = [ "polkadot-parachain 0.1.0", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -13,7 +13,7 @@ version = "0.1.0" dependencies = [ "adder 0.1.0", "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)", - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -448,13 +448,13 @@ dependencies = [ [[package]] name = "ed25519" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" 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)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "environmental" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" [[package]] name = "error-chain" @@ -1706,15 +1706,15 @@ dependencies = [ "polkadot-executor 0.1.0", "polkadot-primitives 0.1.0", "polkadot-runtime 0.1.0", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1727,8 +1727,8 @@ dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.1.0", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1739,7 +1739,7 @@ dependencies = [ "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.3.0", - "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1747,16 +1747,16 @@ dependencies = [ name = "polkadot-collator" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-api 0.1.0", "polkadot-cli 0.3.0", "polkadot-primitives 0.1.0", "polkadot-runtime 0.1.0", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1764,7 +1764,7 @@ dependencies = [ name = "polkadot-consensus" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1778,13 +1778,13 @@ dependencies = [ "polkadot-statement-table 0.1.0", "polkadot-transaction-pool 0.1.0", "rhododendron 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1793,15 +1793,15 @@ name = "polkadot-executor" version = "0.1.0" dependencies = [ "polkadot-runtime 0.1.0", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-network" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1810,11 +1810,11 @@ dependencies = [ "polkadot-consensus 0.1.0", "polkadot-primitives 0.1.0", "rhododendron 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1823,8 +1823,8 @@ name = "polkadot-parachain" version = "0.1.0" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1836,12 +1836,12 @@ dependencies = [ "pretty_assertions 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1855,32 +1855,32 @@ dependencies = [ "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-service" version = "0.3.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1895,12 +1895,12 @@ dependencies = [ "polkadot-runtime 0.1.0", "polkadot-transaction-pool 0.1.0", "slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1909,28 +1909,28 @@ name = "polkadot-statement-table" version = "0.1.0" dependencies = [ "polkadot-primitives 0.1.0", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-transaction-pool" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-api 0.1.0", "polkadot-primitives 0.1.0", "polkadot-runtime 0.1.0", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1979,16 +1979,16 @@ dependencies = [ [[package]] name = "pwasm-alloc" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pwasm-libc" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" [[package]] name = "quick-error" @@ -2488,26 +2488,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-bft" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rhododendron 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-cli" version = "0.3.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2524,12 +2524,12 @@ dependencies = [ "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)", "sysinfo 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2538,9 +2538,9 @@ dependencies = [ [[package]] name = "substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.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.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2552,23 +2552,23 @@ dependencies = [ "patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "rlp 0.2.2 (git+https://github.com/paritytech/parity-common.git)", "slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)", "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-client-db" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hashdb 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common.git)", @@ -2576,21 +2576,21 @@ dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "memorydb 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-codec" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2598,7 +2598,7 @@ dependencies = [ [[package]] name = "substrate-codec-derive" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "proc-macro2 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2608,23 +2608,23 @@ dependencies = [ [[package]] name = "substrate-executor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashdb 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2634,7 +2634,7 @@ dependencies = [ [[package]] name = "substrate-extrinsic-pool" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2642,16 +2642,16 @@ dependencies = [ "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", "transaction-pool 1.13.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-keyring" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2659,9 +2659,9 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common.git)", @@ -2675,10 +2675,10 @@ dependencies = [ [[package]] name = "substrate-network" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-io 1.12.0 (git+https://github.com/paritytech/parity.git)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2686,18 +2686,18 @@ dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-network-libp2p" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2720,7 +2720,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2734,9 +2734,9 @@ dependencies = [ "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.4.1 (git+https://github.com/paritytech/parity-common.git)", @@ -2746,7 +2746,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)", @@ -2754,21 +2754,21 @@ dependencies = [ "jsonrpc-pubsub 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-rpc-servers" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "jsonrpc-core 8.0.2 (git+https://github.com/paritytech/jsonrpc.git)", "jsonrpc-http-server 8.0.1 (git+https://github.com/paritytech/jsonrpc.git)", @@ -2776,283 +2776,279 @@ dependencies = [ "jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-balances" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (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.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-consensus" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-council" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-democracy" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (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.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-executive" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-io" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "environmental 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", + "environmental 0.1.0 (git+https://github.com/paritytech/substrate)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)", "triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-runtime-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-sandbox" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", "wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-runtime-session" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (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.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-staking" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (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.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-std" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-runtime-support" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "ed25519 0.1.0 (git+https://github.com/paritytech/substrate)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-system" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (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.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-runtime-version" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-serializer" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "serde 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3061,7 +3057,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "0.3.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3073,19 +3069,19 @@ dependencies = [ "serde_derive 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-client-db 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-keystore 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-client-db 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-keystore 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3093,19 +3089,19 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "substrate-state-machine" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "hashdb 0.2.1 (git+https://github.com/paritytech/parity-common.git)", @@ -3116,14 +3112,14 @@ dependencies = [ "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "rlp 0.2.2 (git+https://github.com/paritytech/parity-common.git)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)", "triehash 0.2.1 (git+https://github.com/paritytech/parity-common.git)", ] [[package]] name = "substrate-telemetry" version = "0.3.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006" +source = "git+https://github.com/paritytech/substrate#7c10a6c92f06da7521647204b8030c283d6aa11c" dependencies = [ "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3839,12 +3835,12 @@ dependencies = [ "checksum datastore 0.1.0 (git+https://github.com/tomaka/libp2p-rs?rev=6aa139a12dbea3d75d898ce0b2af7fcec129e294)" = "<none>" "checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8" "checksum digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b29c278aa8fd30796bd977169e8004b4aa88cdcd2f32a6eb22bc2d5d38df94a" -"checksum ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" +"checksum ed25519 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" "checksum edit-distance 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3bd26878c3d921f89797a4e1a1711919f999a9f6946bb6f5a4ffda126d297b7e" "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" "checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb" "checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b" -"checksum environmental 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" +"checksum environmental 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" "checksum eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)" = "<none>" @@ -3969,8 +3965,8 @@ dependencies = [ "checksum proc-macro2 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "7a17a4d77bc20d344179de803a34694c0ac7a0b3fb4384bee99783215a8e0410" "checksum protobuf 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "128a4f37a2df739a567a8685b17f54aa19b9c3c4a6a5b8731e97a419b3db451c" "checksum pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07" -"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" +"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" "checksum quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb6ccf8db7bbcb9c2eae558db5ab4f3da1c2a87e4e597ed394726bc8ea6ca1d" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" "checksum quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ed7d650913520df631972f21e104a4fa2f9c82a14afc65d17b388a2e29731e7c" @@ -4034,41 +4030,41 @@ dependencies = [ "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" -"checksum substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-client-db 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-keystore 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-network 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-service 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" -"checksum substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>" +"checksum substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-client-db 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-keystore 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)" = "<none>" +"checksum substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)" = "<none>" "checksum subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc7f6353c2ee5407358d063a14cccc1630804527090a6fb5a9489ce4924280fb" "checksum syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b7bfcbb0c068d0f642a0ffbd5c604965a360a61f99e8add013cef23a838614f3" "checksum sysinfo 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "394abcf30852ac00878ab01642b13668db48d166d945f250c7bdbb9e12d75ad0" -- GitLab