From 56759c781c04e259ca6e749e2319c685eb3c0232 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Wed, 15 Aug 2018 14:15:42 +0200 Subject: [PATCH] replacing references to staging branch --- polkadot/Cargo.lock | 688 +++++++++--------- polkadot/Cargo.toml | 6 +- polkadot/api/Cargo.toml | 18 +- polkadot/availability-store/Cargo.toml | 4 +- polkadot/cli/Cargo.toml | 24 +- polkadot/collator/Cargo.toml | 8 +- polkadot/consensus/Cargo.toml | 16 +- polkadot/executor/Cargo.toml | 4 +- polkadot/network/Cargo.toml | 12 +- polkadot/parachain/Cargo.toml | 4 +- polkadot/parachain/tests/res/adder.wasm | Bin 10174 -> 29853 bytes polkadot/primitives/Cargo.toml | 12 +- polkadot/runtime/Cargo.toml | 34 +- polkadot/runtime/wasm/Cargo.lock | 344 ++++----- polkadot/runtime/wasm/Cargo.toml | 30 +- .../release/polkadot_runtime.compact.wasm | Bin 328353 -> 328273 bytes .../release/polkadot_runtime.wasm | Bin 328444 -> 328360 bytes polkadot/service/Cargo.toml | 16 +- polkadot/statement-table/Cargo.toml | 6 +- polkadot/test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- polkadot/transaction-pool/Cargo.toml | 14 +- 22 files changed, 622 insertions(+), 622 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 6eafce75d9..55bacc997a 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/polkadot?branch=split-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -451,13 +451,13 @@ dependencies = [ [[package]] name = "ed25519" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "environmental" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" [[package]] name = "error-chain" @@ -1708,15 +1708,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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -1729,8 +1729,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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -1749,18 +1749,18 @@ dependencies = [ "polkadot-service 0.3.0", "polkadot-transaction-pool 0.1.0", "slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-rpc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-service 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-cli 0.3.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-rpc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-service 0.3.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1768,16 +1768,16 @@ dependencies = [ name = "polkadot-collator" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1785,7 +1785,7 @@ dependencies = [ name = "polkadot-consensus" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -1799,13 +1799,13 @@ dependencies = [ "polkadot-statement-table 0.1.0", "polkadot-transaction-pool 0.1.0", "rhododendron 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bft 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1814,15 +1814,15 @@ name = "polkadot-executor" version = "0.1.0" dependencies = [ "polkadot-runtime 0.1.0", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "polkadot-network" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -1831,11 +1831,11 @@ dependencies = [ "polkadot-consensus 0.1.0", "polkadot-primitives 0.1.0", "rhododendron 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bft 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1844,8 +1844,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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-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)", ] @@ -1857,12 +1857,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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -1876,30 +1876,30 @@ 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/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "polkadot-service" version = "0.3.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -1914,13 +1914,13 @@ 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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-service 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-service 0.3.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-substrate)", "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1929,28 +1929,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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "polkadot-transaction-pool" version = "0.1.0" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -1999,16 +1999,16 @@ dependencies = [ [[package]] name = "pwasm-alloc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" [[package]] name = "quick-error" @@ -2508,26 +2508,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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2544,13 +2544,13 @@ 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/polkadot?branch=split-substrate)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-service 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-service 0.3.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-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)", @@ -2559,9 +2559,9 @@ dependencies = [ [[package]] name = "substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -2573,23 +2573,23 @@ dependencies = [ "patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common.git)", "rlp 0.2.1 (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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-bft 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2597,21 +2597,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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-db 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-db 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-codec" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "substrate-codec-derive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2629,23 +2629,23 @@ dependencies = [ [[package]] name = "substrate-executor" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-serializer 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-serializer 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "substrate-extrinsic-pool" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2669,9 +2669,9 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", ] @@ -2679,9 +2679,9 @@ dependencies = [ [[package]] name = "substrate-keystore" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -2695,10 +2695,10 @@ dependencies = [ [[package]] name = "substrate-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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)", @@ -2706,18 +2706,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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-network-libp2p" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2740,7 +2740,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2754,9 +2754,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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-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.3.0 (git+https://github.com/paritytech/parity-common.git)", @@ -2766,7 +2766,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2774,20 +2774,20 @@ 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/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -2795,256 +2795,256 @@ 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/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-rpc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-consensus" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-council" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-democracy" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-executive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-io" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "environmental 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "environmental 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-sandbox" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-staking" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-std" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-system" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-version" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-serializer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -3053,7 +3053,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -3065,19 +3065,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/polkadot?branch=split-substrate)", - "substrate-client-db 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keystore 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-rpc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-client-db 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keystore 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-rpc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-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)", ] @@ -3085,19 +3085,19 @@ dependencies = [ [[package]] name = "substrate-state-db" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-state-machine" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -3108,14 +3108,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.1 (git+https://github.com/paritytech/parity-common.git)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "triehash 0.2.0 (git+https://github.com/paritytech/parity-common.git)", ] [[package]] name = "substrate-telemetry" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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)", @@ -3831,12 +3831,12 @@ dependencies = [ "checksum datastore 0.1.0 (git+https://github.com/tomaka/libp2p-rs?rev=6aa139a12dbea3d75d898ce0b2af7fcec129e294)" = "" "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/polkadot?branch=split-substrate)" = "" +"checksum ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "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/polkadot?branch=split-substrate)" = "" +"checksum environmental 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "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)" = "" @@ -3961,8 +3961,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/polkadot?branch=split-substrate)" = "" -"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "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" @@ -4026,40 +4026,40 @@ 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/polkadot?branch=split-substrate)" = "" -"checksum substrate-cli 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-client-db 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-executor 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-keystore 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-network 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-rpc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-serializer 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-service 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-state-db 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-telemetry 0.3.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum substrate-bft 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-cli 0.3.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-client 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-client-db 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-executor 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-extrinsic-pool 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-keystore 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-network 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-rpc 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-serializer 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-service 0.3.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-state-db 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-telemetry 0.3.0 (git+https://github.com/paritytech/parity-substrate)" = "" "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" diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index f9f3572bc5..0f110e6161 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -43,10 +43,10 @@ exclude = [ ] [badges] -travis-ci = { repository = "paritytech/polkadot", branch = "master" } +travis-ci = { repository = "paritytech/parity-substrate", branch = "master" } maintenance = { status = "actively-developed" } -is-it-maintained-issue-resolution = { repository = "paritytech/polkadot", branch = "split-substrate" } -is-it-maintained-open-issues = { repository = "paritytech/polkadot", branch = "split-substrate" } +is-it-maintained-issue-resolution = { repository = "paritytech/parity-substrate" } +is-it-maintained-open-issues = { repository = "paritytech/parity-substrate" } [profile.release] # Substrate runtime requires unwinding. diff --git a/polkadot/api/Cargo.toml b/polkadot/api/Cargo.toml index 86a1083c38..7741e94fd4 100644 --- a/polkadot/api/Cargo.toml +++ b/polkadot/api/Cargo.toml @@ -8,14 +8,14 @@ error-chain = "0.12" polkadot-executor = { path = "../executor" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-io = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-executive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-executor = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-state-machine = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-io = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-executive = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-executor = { git = "https://github.com/paritytech/parity-substrate" } +substrate-state-machine = { git = "https://github.com/paritytech/parity-substrate" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-keyring = { git = "https://github.com/paritytech/parity-substrate" } diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 10fe694275..f3f33fc589 100644 --- a/polkadot/availability-store/Cargo.toml +++ b/polkadot/availability-store/Cargo.toml @@ -8,8 +8,8 @@ authors = ["Parity Technologies "] polkadot-primitives = { path = "../primitives" } parking_lot = "0.4" log = "0.3" -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } kvdb = { git = "https://github.com/paritytech/parity-common.git" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common.git" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common.git" } diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 2c3775204d..3ec8d1e950 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -14,18 +14,18 @@ tokio = "0.1.7" futures = "0.1.17" parking_lot = "0.4" exit-future = "0.1" -substrate-cli = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-extrinsic-pool = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-network = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-rpc = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-rpc-servers = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-service = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-state-machine = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-telemetry = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-cli = { git = "https://github.com/paritytech/parity-substrate" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-extrinsic-pool = { git = "https://github.com/paritytech/parity-substrate" } +substrate-network = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-rpc = { git = "https://github.com/paritytech/parity-substrate" } +substrate-rpc-servers = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-service = { git = "https://github.com/paritytech/parity-substrate" } +substrate-state-machine = { git = "https://github.com/paritytech/parity-substrate" } +substrate-telemetry = { git = "https://github.com/paritytech/parity-substrate" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-service = { path = "../service" } diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 6718c31fe0..640c253cce 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -6,13 +6,13 @@ description = "Collator node implementation" [dependencies] futures = "0.1.17" -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", version = "0.1" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", version = "0.1" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate", version = "0.1" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", version = "0.1" } polkadot-api = { path = "../api" } polkadot-runtime = { path = "../runtime", version = "0.1" } polkadot-primitives = { path = "../primitives", version = "0.1" } polkadot-cli = { path = "../cli" } log = "0.4" -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" } tokio = "0.1.7" diff --git a/polkadot/consensus/Cargo.toml b/polkadot/consensus/Cargo.toml index 2288f86536..bff7082fba 100644 --- a/polkadot/consensus/Cargo.toml +++ b/polkadot/consensus/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Parity Technologies "] futures = "0.1.17" parking_lot = "0.4" tokio = "0.1.7" -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" } error-chain = "0.12" log = "0.3" exit-future = "0.1" @@ -19,12 +19,12 @@ polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-statement-table = { path = "../statement-table" } polkadot-transaction-pool = { path = "../transaction-pool" } -substrate-bft = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-support = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-bft = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-support = { git = "https://github.com/paritytech/parity-substrate" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-keyring = { git = "https://github.com/paritytech/parity-substrate" } diff --git a/polkadot/executor/Cargo.toml b/polkadot/executor/Cargo.toml index a55e511ead..efe0548fab 100644 --- a/polkadot/executor/Cargo.toml +++ b/polkadot/executor/Cargo.toml @@ -5,6 +5,6 @@ authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." [dependencies] -substrate-executor = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-executor = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } polkadot-runtime = { path = "../runtime" } diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 4aaa09f889..32c948a965 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -10,12 +10,12 @@ polkadot-api = { path = "../api" } polkadot-availability-store = { path = "../availability-store" } polkadot-consensus = { path = "../consensus" } polkadot-primitives = { path = "../primitives" } -substrate-bft = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-network = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-bft = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate" } +substrate-network = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" } futures = "0.1" tokio = "0.1.7" log = "0.4" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index e9242ca20a..36e9fc0708 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" [dependencies] -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate", default-features = false } wasmi = { version = "0.4", optional = true } error-chain = { version = "0.12", optional = true } diff --git a/polkadot/parachain/tests/res/adder.wasm b/polkadot/parachain/tests/res/adder.wasm index 9f0145a78b1ba6bedc78efb63e862e61f91f29bd..caf9ca5ae019ddb8bbee2ba224b649f02b3891de 100644 GIT binary patch literal 29853 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"] [dependencies] serde = { version = "1.0", default_features = false } serde_derive = { version = "1.0", optional = true } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false } -substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false } -substrate-runtime-std = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate", default_features = false } +substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate", default_features = false } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", default_features = false } +substrate-runtime-std = { git = "https://github.com/paritytech/parity-substrate", default_features = false } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate", default_features = false } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-serializer = { git = "https://github.com/paritytech/parity-substrate" } pretty_assertions = "0.4" [features] diff --git a/polkadot/runtime/Cargo.toml b/polkadot/runtime/Cargo.toml index 0a9d6852c2..b26f76fc10 100644 --- a/polkadot/runtime/Cargo.toml +++ b/polkadot/runtime/Cargo.toml @@ -10,23 +10,23 @@ serde = { version = "1.0", default_features = false } serde_derive = { version = "1.0", optional = true } safe-mix = { version = "1.0", default_features = false} polkadot-primitives = { path = "../primitives", default_features = false } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-serializer = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-std = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-io = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-support = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-keyring = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-consensus = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-council = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-democracy = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-executive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-session = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-staking = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-system = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-timestamp = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-version = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-serializer = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-std = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-io = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-support = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-keyring = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-consensus = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-council = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-democracy = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-executive = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-session = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-staking = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-system = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-timestamp = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-version = { git = "https://github.com/paritytech/parity-substrate" } [dev-dependencies] hex-literal = "0.1.0" diff --git a/polkadot/runtime/wasm/Cargo.lock b/polkadot/runtime/wasm/Cargo.lock index c309ebb41c..7722f38156 100644 --- a/polkadot/runtime/wasm/Cargo.lock +++ b/polkadot/runtime/wasm/Cargo.lock @@ -84,13 +84,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ed25519" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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/polkadot?branch=split-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "environmental" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" [[package]] name = "ethbloom" @@ -373,11 +373,11 @@ version = "0.1.0" dependencies = [ "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -387,21 +387,21 @@ dependencies = [ "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)", "polkadot-primitives 0.1.0", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] @@ -428,16 +428,16 @@ dependencies = [ [[package]] name = "pwasm-alloc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pwasm-libc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" [[package]] name = "quote" @@ -596,7 +596,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-codec" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "substrate-codec-derive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -614,9 +614,9 @@ dependencies = [ [[package]] name = "substrate-keyring" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "substrate-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -638,9 +638,9 @@ dependencies = [ "rustc-hex 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.2.2 (git+https://github.com/paritytech/parity-common)", @@ -650,249 +650,249 @@ dependencies = [ [[package]] name = "substrate-runtime-consensus" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-council" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-democracy" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-executive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-io" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "environmental 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "environmental 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-sandbox" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-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/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-staking" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-std" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "pwasm-alloc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-runtime-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ - "ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-system" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" 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.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-runtime-version" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", - "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)", + "substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)", ] [[package]] name = "substrate-state-machine" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=split-substrate#e3f6cd86348c34f50e9c19b00022836b196cbd29" +source = "git+https://github.com/paritytech/parity-substrate#54e6d763a5d091ca1c41f431f8c7e76c384263d5" dependencies = [ "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)", @@ -903,7 +903,7 @@ 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)", "rlp 0.2.1 (git+https://github.com/paritytech/parity-common)", - "substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)", + "substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)", "triehash 0.2.0 (git+https://github.com/paritytech/parity-common)", ] @@ -1041,9 +1041,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" "checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda" -"checksum ed25519 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum ed25519 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb" -"checksum environmental 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum environmental 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "checksum ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a93a43ce2e9f09071449da36bfa7a1b20b950ee344b6904ff23de493b03b386" "checksum ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c48729b8aea8aedb12cf4cb2e5cef439fdfe2dda4a89e47eeebd15778ef53b6" "checksum ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac59a21a9ce98e188f3dace9eb67a6c4a3c67ec7fbc7218cb827852679dc002" @@ -1080,8 +1080,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ba8d4f9257b85eb6cdf13f055cea3190520aab1409ca2ab43493ea4820c25f0" "checksum proc-macro-hack-impl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5cb6f960ad471404618e9817c0e5d10b1ae74cfdf01fab89ea0641fe7fb2892" "checksum proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1fa93823f53cfd0f5ac117b189aed6cfdfb2cfc0a9d82e956dd7927595ed7d46" -"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035" "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" @@ -1101,25 +1101,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)" = "79e4620ba6fbe051fc7506fab6f84205823564d55da18d55b695160fb3479cd8" "checksum smallvec 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "211a489e65e94b103926d2054ae515a1cdb5d515ea0ef414fee23b7e043ce748" "checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b" -"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" -"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/polkadot?branch=split-substrate)" = "" +"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" +"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/parity-substrate)" = "" "checksum syn 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6dfd71b2be5a58ee30a6f8ea355ba8290d397131c00dfa55c3d34e6e13db5101" "checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f" "checksum triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2033893a813c70e7d8a739ca6c36dc0a7a2c913ec718d7cbf84a3837bbe3c7ce" diff --git a/polkadot/runtime/wasm/Cargo.toml b/polkadot/runtime/wasm/Cargo.toml index 55d47b273b..0bc6005bea 100644 --- a/polkadot/runtime/wasm/Cargo.toml +++ b/polkadot/runtime/wasm/Cargo.toml @@ -10,21 +10,21 @@ crate-type = ["cdylib"] integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" } polkadot-primitives = { path = "../../primitives", default-features = false } safe-mix = { version = "1.0", default-features = false } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-std = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-io = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-support = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-consensus = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-council = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-democracy = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-executive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-session = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-staking = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-system = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-timestamp = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } -substrate-runtime-version = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-std = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-io = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-support = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-consensus = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-council = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-democracy = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-executive = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-session = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-staking = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-system = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-timestamp = { git = "https://github.com/paritytech/parity-substrate", default-features = false } +substrate-runtime-version = { git = "https://github.com/paritytech/parity-substrate", default-features = false } [features] default = [] diff --git a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm b/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm index e1f5f18162dd071d354751ccaa40bbea37ee7b0d..5473a9a11bad93ce4058289cd5cc3965c8107253 100644 GIT binary patch delta 33528 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 diff --git a/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm b/polkadot/runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm index a7f33197664eb7ee9602a5e667e004928a715e36..2339f1b2a2bd7820991a26766dcb33f59dd6148e 100755 GIT binary patch delta 33873 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 delta 33753 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 TjL;&*GFEueNPLeAcnx?1Pu;r` diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 8b27d124be..f1611a4fe0 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -11,7 +11,7 @@ log = "0.3" slog = "^2" tokio = "0.1.7" hex-literal = "0.1" -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" } polkadot-availability-store = { path = "../availability-store" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } @@ -20,10 +20,10 @@ polkadot-executor = { path = "../executor" } polkadot-api = { path = "../api" } polkadot-transaction-pool = { path = "../transaction-pool" } polkadot-network = { path = "../network" } -substrate-runtime-io = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-network = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-service = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-telemetry = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-runtime-io = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-network = { git = "https://github.com/paritytech/parity-substrate" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-service = { git = "https://github.com/paritytech/parity-substrate" } +substrate-telemetry = { git = "https://github.com/paritytech/parity-substrate" } diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 13bd7d1a20..731720e889 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] [dependencies] -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } polkadot-primitives = { path = "../primitives" } diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index 7acf7b8892..ddb087fbb5 100644 --- a/polkadot/test-parachains/adder/Cargo.toml +++ b/polkadot/test-parachains/adder/Cargo.toml @@ -6,5 +6,5 @@ description = "Test parachain which adds to a number as its state transition" [dependencies] polkadot-parachain = { path = "../../parachain/", default-features = false } -substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false } +substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate", default-features = false } tiny-keccak = "1.4" diff --git a/polkadot/test-parachains/adder/collator/Cargo.toml b/polkadot/test-parachains/adder/collator/Cargo.toml index 0d71ae8e79..5fe9d53e69 100644 --- a/polkadot/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/test-parachains/adder/collator/Cargo.toml @@ -8,7 +8,7 @@ adder = { path = ".." } polkadot-parachain = { path = "../../../parachain" } polkadot-collator = { path = "../../../collator" } polkadot-primitives = { path = "../../../primitives" } -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" } parking_lot = "0.4" ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" } futures = "0.1" diff --git a/polkadot/transaction-pool/Cargo.toml b/polkadot/transaction-pool/Cargo.toml index 7d968b16ea..cb0bf670b5 100644 --- a/polkadot/transaction-pool/Cargo.toml +++ b/polkadot/transaction-pool/Cargo.toml @@ -10,10 +10,10 @@ parking_lot = "0.4" polkadot-api = { path = "../api" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } -substrate-client = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-keyring = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-extrinsic-pool = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } -ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" } +substrate-client = { git = "https://github.com/paritytech/parity-substrate" } +substrate-codec = { git = "https://github.com/paritytech/parity-substrate" } +substrate-keyring = { git = "https://github.com/paritytech/parity-substrate" } +substrate-extrinsic-pool = { git = "https://github.com/paritytech/parity-substrate" } +substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" } +substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate" } +ed25519 = { git = "https://github.com/paritytech/parity-substrate" }