From 8fee6c49a3d6156b553e54fab97c194f6efeee9f Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Oct 2019 22:29:47 +1300 Subject: [PATCH 1/8] change upstream and branch --- .gitlab-ci.yml | 4 +- CONTRIBUTING.adoc | 4 +- Cargo.lock | 1181 +++++++++++---------- README.adoc | 8 +- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 2 +- primitives/Cargo.toml | 16 +- runtime/Cargo.toml | 74 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 2 +- validation/Cargo.toml | 24 +- 18 files changed, 696 insertions(+), 695 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e7cd4116922..3971c0b46d27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ test-linux-stable: &test - | test "${CI_COMMIT_REF_NAME}" = "kusama-nightly-staging" && ( echo "kusama-nightly-staging: change Cargo.toml to build against substrate:kusama-nightly-staging" - find . -name Cargo.toml -exec sed -i -r -e ':github.com/paritytech/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/paritytech/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; + find . -name Cargo.toml -exec sed -i -r -e ':github.com/expenses/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/expenses/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; time cargo test --all --release --verbose) || \ time cargo test --all --release --verbose --locked - sccache -s @@ -109,7 +109,7 @@ build-linux-release: &build - | test "${CI_COMMIT_REF_NAME}" = "kusama-nightly-staging" && ( echo "kusama-nightly-staging: change Cargo.toml to build against substrate:kusama-nightly-staging"; - find . -name Cargo.toml -exec sed -i -r -e ':github.com/paritytech/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/paritytech/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; ) + find . -name Cargo.toml -exec sed -i -r -e ':github.com/expenses/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/expenses/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; ) - time cargo build --release --verbose - mkdir -p ./artifacts - mv ./target/release/polkadot ./artifacts/. diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index b789e03ed114..e812a9eca6bf 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -18,9 +18,9 @@ There are a few basic ground-rules for contributors (including the maintainer(s) Merging pull requests once CI is successful: -. A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged https://github.com/paritytech/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial[`insubstantial`] and merged by its author. +. A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged https://github.com/expenses/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial[`insubstantial`] and merged by its author. . A pull request with no large change to logic that is an urgent fix may be merged after a non-author contributor has reviewed it well. -. All other PRs should sit for 48 hours with the https://github.com/paritytech/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview[`pleasereview`] tag in order to garner feedback. +. All other PRs should sit for 48 hours with the https://github.com/expenses/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview[`pleasereview`] tag in order to garner feedback. . No PR should be merged until all reviews' comments are addressed. .Reviewing pull requests: diff --git a/Cargo.lock b/Cargo.lock index 786ac3fa79b7..3f2d919fd681 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.6.0", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -24,7 +24,7 @@ dependencies = [ "polkadot-collator 0.6.0", "polkadot-parachain 0.6.0", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -835,7 +835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2683,7 +2683,7 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2695,7 +2695,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.0", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-cli 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2712,11 +2712,11 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-service 0.6.0", "polkadot-validation 0.6.0", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2727,8 +2727,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2736,7 +2736,7 @@ name = "polkadot-executor" version = "0.6.0" dependencies = [ "polkadot-runtime 0.6.0", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2752,11 +2752,11 @@ dependencies = [ "polkadot-availability-store 0.6.0", "polkadot-primitives 0.6.0", "polkadot-validation 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2772,7 +2772,7 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2786,14 +2786,14 @@ dependencies = [ "polkadot-parachain 0.6.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2811,43 +2811,43 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-authority-discovery 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-collective 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-democracy 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-elections 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-executive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-indices 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-sudo 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-treasury 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2870,27 +2870,27 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-validation 0.6.0", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2899,7 +2899,7 @@ version = "0.6.0" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -2920,18 +2920,18 @@ dependencies = [ "polkadot-primitives 0.6.0", "polkadot-runtime 0.6.0", "polkadot-statement-table 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3699,7 +3699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3711,24 +3711,24 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3738,26 +3738,26 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3765,295 +3765,295 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-phragmen 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4064,21 +4064,21 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4086,43 +4086,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support-procedural 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4132,47 +4132,47 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -4250,19 +4250,19 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4273,23 +4273,23 @@ dependencies = [ "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] @@ -4306,22 +4306,22 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-chain-spec-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4332,7 +4332,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4350,17 +4350,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4368,7 +4368,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4380,25 +4380,25 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4408,23 +4408,23 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4438,42 +4438,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4482,49 +4482,49 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4533,13 +4533,13 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4547,10 +4547,10 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4558,17 +4558,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4576,68 +4576,68 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4645,7 +4645,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4663,13 +4663,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-peerset 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4679,7 +4679,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4692,28 +4692,28 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4722,7 +4722,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4735,16 +4735,16 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" 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)", @@ -4766,7 +4766,7 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4777,7 +4777,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4785,24 +4785,25 @@ dependencies = [ "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-rpc-api 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4815,25 +4816,25 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4842,13 +4843,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4857,7 +4858,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4871,25 +4872,25 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-chain-spec 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-offchain 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-rpc 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4899,29 +4900,29 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4929,9 +4930,9 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4939,7 +4940,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4961,43 +4962,43 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5010,7 +5011,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#aba25769f23dc1bbfeb18b4326cb67234076bd7c" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5949,7 +5950,7 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6213,38 +6214,38 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-elections 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-treasury 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" @@ -6255,49 +6256,49 @@ dependencies = [ "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af21b27fad38b212c1919f700cb0def33c88cde14d22e0d1b17d4521f4eb8b40" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "01f40907d9ffc762709e4ff3eb4a6f6b41b650375a3f09ac92b641942b7fb082" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" diff --git a/README.adoc b/README.adoc index 8a2fd2ab03d9..1b78f7e8db6a 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,7 @@ Implementation of a https://polkadot.network node in Rust. == NOTE -In 2017 we split our implementation of "Polkadot" from its platform-level component "Substrate". When we split them, we split the Polkadot code off into another repo (this repo), leaving the link:https://github.com/paritytech/substrate[**Substrate** repo] to be what used to be Polkadot, along with its branches and releases. +In 2017 we split our implementation of "Polkadot" from its platform-level component "Substrate". When we split them, we split the Polkadot code off into another repo (this repo), leaving the link:https://github.com/expenses/substrate[**Substrate** repo] to be what used to be Polkadot, along with its branches and releases. We are actively building both Substrate and Polkadot, but things will be a little odd for a while. If you see "substrate" and are wondering why you need it for Polkadot, now you know. @@ -20,7 +20,7 @@ To connect on the "Kusama" canary network, you will want the `v0.6` code, which * **Polkadot PoC-3 "Alexander"** is in this link:https://github.com/paritytech/polkadot/tree/v0.3[**Polkadot**] repo branch `v0.3`. -* **Polkadot PoC-2 "Krumme Lanke"** is in the link:https://github.com/paritytech/substrate/tree/v0.2[**Substrate**] repo branch `v0.2`. +* **Polkadot PoC-2 "Krumme Lanke"** is in the link:https://github.com/expenses/substrate/tree/v0.2[**Substrate**] repo branch `v0.2`. == To play @@ -103,7 +103,7 @@ polkadot Install Polkadot PoC-2 and have a `polkadot` binary installed to your `PATH` with: [source, shell] -cargo install --git https://github.com/paritytech/substrate.git --branch v0.2 polkadot +cargo install --git https://github.com/expenses/substrate.git --branch v0.2 polkadot Connect to the global "Krumme Lanke" testnet by default by running: @@ -120,7 +120,7 @@ cargo install --git https://github.com/paritytech/polkadot.git polkadot If you want a specific version of Polkadot, say `0.2.5`, you may run [source, shell] -cargo install --git https://github.com/paritytech/substrate.git --tag v0.2.5 polkadot +cargo install --git https://github.com/expenses/substrate.git --tag v0.2.5 polkadot === Obtaining DOTs diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index fb8836b7bb45..6a1a620e45ab 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 983e944aaa6c..c66a7fd1abbb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" structopt = "0.2" -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +cli = { package = "substrate-cli", git = "https://github.com/expenses/substrate", branch = "randomness-module" } service = { package = "polkadot-service", path = "../service" } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index ef81c2634606..4ae64769870e 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/expenses/substrate", branch = "randomness-module" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 7a5631b33156..6b8d6e1d9bf5 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +trie = { package = "substrate-trie", git = "https://github.com/expenses/substrate", branch = "randomness-module" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d49b936ebb3d..b5bf05e01003 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 2675f73842c9..f36a5a90d65e 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,13 +12,13 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +sr-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } futures = "0.1" log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-client = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index c916486a9e67..902c4c5a35e2 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", branch = "randomness-module", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 9144aca38d74..d4543018163a 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +substrate-client = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +sr-version = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } pretty_assertions = "0.5.1" [features] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4367f830921b..462a9001fcde 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,42 +14,42 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +client = { package = "substrate-client", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +sr-io = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +sr-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +sr-staking-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +substrate-serializer = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +substrate-session = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +version = { package = "sr-version", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +authorship = { package = "srml-authorship", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +balances = { package = "srml-balances", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +collective = { package = "srml-collective", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +democracy = { package = "srml-democracy", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +elections = { package = "srml-elections", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +executive = { package = "srml-executive", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +grandpa = { package = "srml-grandpa", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +im-online = { package = "srml-im-online", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +indices = { package = "srml-indices", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +membership = { package = "srml-membership", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +offences = { package = "srml-offences", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +session = { package = "srml-session", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +srml-support = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +staking = { package = "srml-staking", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +srml-staking-reward-curve = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +sudo = { package = "srml-sudo", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +system = { package = "srml-system", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +timestamp = { package = "srml-timestamp", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +treasury = { package = "srml-treasury", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } @@ -57,8 +57,8 @@ primitives = { package = "polkadot-primitives", path = "../primitives", default- hex-literal = "0.2.0" libsecp256k1 = "0.2.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keyring = { package = "substrate-keyring", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-trie = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } trie-db = "0.15" serde_json = "1.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index 3059af36be91..abcb7052be1a 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -18,24 +18,24 @@ polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +sr-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +client-db = { package = "substrate-client-db", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-executor = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +service = { package = "substrate-service", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-keystore = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +srml-babe = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +srml-staking = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +im-online = { package = "srml-im-online", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 78fe2ee94d7d..153df34cf10a 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index b7662cd611a0..bc614b93dfca 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", branch = "randomness-module", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 4c4412f3db84..80b6a4d1a7aa 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,7 +9,7 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index b9eb6712c9f4..9170a8476238 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +trie = { package = "substrate-trie", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } -keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +keystore = { package = "substrate-keystore", git = "https://github.com/expenses/substrate", branch = "randomness-module" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keyring = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } From 9754f8ff4ca0d0bef85ee66e1f139de4dc131ee0 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Oct 2019 23:52:03 +1300 Subject: [PATCH 2/8] Fix build --- Cargo.lock | 15 +++++++++++++++ runtime/Cargo.toml | 1 + runtime/src/lib.rs | 3 ++- runtime/src/parachains.rs | 2 +- runtime/src/slots.rs | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f2d919fd681..29d48c1ad2ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2830,6 +2830,7 @@ dependencies = [ "srml-indices 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", "srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", @@ -4011,6 +4012,19 @@ dependencies = [ "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", ] +[[package]] +name = "srml-randomness-collective-flip" +version = "2.0.0" +source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +dependencies = [ + "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", +] + [[package]] name = "srml-session" version = "2.0.0" @@ -6235,6 +6249,7 @@ dependencies = [ "checksum srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum srml-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" "checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 462a9001fcde..8a4942226a46 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -42,6 +42,7 @@ im-online = { package = "srml-im-online", git = "https://github.com/expenses/sub indices = { package = "srml-indices", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } membership = { package = "srml-membership", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } offences = { package = "srml-offences", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } session = { package = "srml-session", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } srml-support = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } staking = { package = "srml-staking", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 73f114152b13..69224ae53117 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -521,6 +521,7 @@ construct_runtime!( { // Basic stuff; balances is uncallable initially. System: system::{Module, Call, Storage, Config, Event}, + RandomnessCollectiveFlip: randomness_collective_flip::{Module, Storage}, // Must be before session. Babe: babe::{Module, Call, Storage, Config, Inherent(Timestamp)}, @@ -629,7 +630,7 @@ impl_runtime_apis! { } fn random_seed() -> ::Hash { - System::random_seed() + RandomnessCollectiveFlip::random_seed() } } diff --git a/runtime/src/parachains.rs b/runtime/src/parachains.rs index eaa67ce2c881..2a6ce081e70d 100644 --- a/runtime/src/parachains.rs +++ b/runtime/src/parachains.rs @@ -538,7 +538,7 @@ impl Module { let mut seed = { let phrase = b"validator_role_pairs"; - let seed = system::Module::::random(&phrase[..]); + let seed = randomness_collective_flip::Module::::random(&phrase[..]); let seed_len = seed.as_ref().len(); let needed_bytes = validator_count * 4; diff --git a/runtime/src/slots.rs b/runtime/src/slots.rs index 6f8920e266fd..944c6b6057ec 100644 --- a/runtime/src/slots.rs +++ b/runtime/src/slots.rs @@ -437,7 +437,7 @@ impl Module { if early_end + T::EndingPeriod::get() == now { // Just ended! let ending_period = T::EndingPeriod::get(); - let offset = T::BlockNumber::decode(&mut>::random_seed().as_ref()) + let offset = T::BlockNumber::decode(&mut>::random_seed().as_ref()) .expect("secure hashes always bigger than block numbers; qed") % ending_period; let res = >::get(offset).unwrap_or_default(); let mut i = T::BlockNumber::zero(); From 046e97b103a90c10acfcc3ee32a56ff642ffb71e Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Oct 2019 23:55:30 +1300 Subject: [PATCH 3/8] remove doc renamings --- .gitlab-ci.yml | 4 ++-- CONTRIBUTING.adoc | 4 ++-- README.adoc | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3971c0b46d27..5e7cd4116922 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ test-linux-stable: &test - | test "${CI_COMMIT_REF_NAME}" = "kusama-nightly-staging" && ( echo "kusama-nightly-staging: change Cargo.toml to build against substrate:kusama-nightly-staging" - find . -name Cargo.toml -exec sed -i -r -e ':github.com/expenses/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/expenses/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; + find . -name Cargo.toml -exec sed -i -r -e ':github.com/paritytech/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/paritytech/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; time cargo test --all --release --verbose) || \ time cargo test --all --release --verbose --locked - sccache -s @@ -109,7 +109,7 @@ build-linux-release: &build - | test "${CI_COMMIT_REF_NAME}" = "kusama-nightly-staging" && ( echo "kusama-nightly-staging: change Cargo.toml to build against substrate:kusama-nightly-staging"; - find . -name Cargo.toml -exec sed -i -r -e ':github.com/expenses/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/expenses/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; ) + find . -name Cargo.toml -exec sed -i -r -e ':github.com/paritytech/substrate": { s:branch = "polkadot-(master|testing)":branch = "kusama-nightly-staging":; s:github.com/paritytech/substrate:gitlab.parity.io/parity/substrate.git:}' '{}' \; ) - time cargo build --release --verbose - mkdir -p ./artifacts - mv ./target/release/polkadot ./artifacts/. diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index e812a9eca6bf..b789e03ed114 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -18,9 +18,9 @@ There are a few basic ground-rules for contributors (including the maintainer(s) Merging pull requests once CI is successful: -. A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged https://github.com/expenses/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial[`insubstantial`] and merged by its author. +. A pull request that does not alter any logic (e.g. comments, dependencies, docs) may be tagged https://github.com/paritytech/substrate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+label%3AA2-insubstantial[`insubstantial`] and merged by its author. . A pull request with no large change to logic that is an urgent fix may be merged after a non-author contributor has reviewed it well. -. All other PRs should sit for 48 hours with the https://github.com/expenses/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview[`pleasereview`] tag in order to garner feedback. +. All other PRs should sit for 48 hours with the https://github.com/paritytech/substrate/pulls?q=is%3Apr+is%3Aopen+label%3AA0-pleasereview[`pleasereview`] tag in order to garner feedback. . No PR should be merged until all reviews' comments are addressed. .Reviewing pull requests: diff --git a/README.adoc b/README.adoc index 1b78f7e8db6a..8a2fd2ab03d9 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,7 @@ Implementation of a https://polkadot.network node in Rust. == NOTE -In 2017 we split our implementation of "Polkadot" from its platform-level component "Substrate". When we split them, we split the Polkadot code off into another repo (this repo), leaving the link:https://github.com/expenses/substrate[**Substrate** repo] to be what used to be Polkadot, along with its branches and releases. +In 2017 we split our implementation of "Polkadot" from its platform-level component "Substrate". When we split them, we split the Polkadot code off into another repo (this repo), leaving the link:https://github.com/paritytech/substrate[**Substrate** repo] to be what used to be Polkadot, along with its branches and releases. We are actively building both Substrate and Polkadot, but things will be a little odd for a while. If you see "substrate" and are wondering why you need it for Polkadot, now you know. @@ -20,7 +20,7 @@ To connect on the "Kusama" canary network, you will want the `v0.6` code, which * **Polkadot PoC-3 "Alexander"** is in this link:https://github.com/paritytech/polkadot/tree/v0.3[**Polkadot**] repo branch `v0.3`. -* **Polkadot PoC-2 "Krumme Lanke"** is in the link:https://github.com/expenses/substrate/tree/v0.2[**Substrate**] repo branch `v0.2`. +* **Polkadot PoC-2 "Krumme Lanke"** is in the link:https://github.com/paritytech/substrate/tree/v0.2[**Substrate**] repo branch `v0.2`. == To play @@ -103,7 +103,7 @@ polkadot Install Polkadot PoC-2 and have a `polkadot` binary installed to your `PATH` with: [source, shell] -cargo install --git https://github.com/expenses/substrate.git --branch v0.2 polkadot +cargo install --git https://github.com/paritytech/substrate.git --branch v0.2 polkadot Connect to the global "Krumme Lanke" testnet by default by running: @@ -120,7 +120,7 @@ cargo install --git https://github.com/paritytech/polkadot.git polkadot If you want a specific version of Polkadot, say `0.2.5`, you may run [source, shell] -cargo install --git https://github.com/expenses/substrate.git --tag v0.2.5 polkadot +cargo install --git https://github.com/paritytech/substrate.git --tag v0.2.5 polkadot === Obtaining DOTs From 6d88a8a04d79da38fa78816f1a393a5665620316 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 10 Oct 2019 00:19:00 +1300 Subject: [PATCH 4/8] Fix tests --- runtime/src/parachains.rs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/runtime/src/parachains.rs b/runtime/src/parachains.rs index 2a6ce081e70d..4be3b50e3a7a 100644 --- a/runtime/src/parachains.rs +++ b/runtime/src/parachains.rs @@ -887,7 +887,7 @@ mod tests { use substrate_trie::NodeCodec; use sr_primitives::{ Perbill, - traits::{BlakeTwo256, IdentityLookup, ConvertInto}, + traits::{BlakeTwo256, IdentityLookup, ConvertInto, OnInitialize}, testing::{UintAuthorityId, Header}, curve::PiecewiseLinear, }; @@ -1056,6 +1056,7 @@ mod tests { type Parachains = Module; type System = system::Module; + type RandomnessCollectiveFlip = randomness_collective_flip::Module; fn new_test_ext(parachains: Vec<(ParaId, Vec, Vec)>) -> TestExternalities { use staking::StakerStatus; @@ -1540,16 +1541,19 @@ mod tests { check_roster(&duty_roster_0); System::initialize(&1, &H256::from([1; 32]), &Default::default(), &Default::default()); + RandomnessCollectiveFlip::on_initialize(1); + let duty_roster_1 = Parachains::calculate_duty_roster().0; check_roster(&duty_roster_1); - assert!(duty_roster_0 != duty_roster_1); + assert_ne!(duty_roster_0, duty_roster_1); System::initialize(&2, &H256::from([2; 32]), &Default::default(), &Default::default()); + RandomnessCollectiveFlip::on_initialize(1); let duty_roster_2 = Parachains::calculate_duty_roster().0; check_roster(&duty_roster_2); - assert!(duty_roster_0 != duty_roster_2); - assert!(duty_roster_1 != duty_roster_2); + assert_ne!(duty_roster_0, duty_roster_2); + assert_ne!(duty_roster_1, duty_roster_2); }); } From 25cc80359635e151b0dacfa11c44ab54b08f49d2 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 10 Oct 2019 00:20:05 +1300 Subject: [PATCH 5/8] . --- runtime/src/parachains.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/parachains.rs b/runtime/src/parachains.rs index 4be3b50e3a7a..92a0cae2e02d 100644 --- a/runtime/src/parachains.rs +++ b/runtime/src/parachains.rs @@ -1549,7 +1549,7 @@ mod tests { System::initialize(&2, &H256::from([2; 32]), &Default::default(), &Default::default()); - RandomnessCollectiveFlip::on_initialize(1); + RandomnessCollectiveFlip::on_initialize(2); let duty_roster_2 = Parachains::calculate_duty_roster().0; check_roster(&duty_roster_2); assert_ne!(duty_roster_0, duty_roster_2); From 8511937746bdc194d20480fec5d64435c421fcce Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 10 Oct 2019 10:44:27 +1300 Subject: [PATCH 6/8] Revert changing fork and branch --- Cargo.lock | 1194 ++++++++++----------- availability-store/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- collator/Cargo.toml | 10 +- erasure-coding/Cargo.toml | 4 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 10 +- parachain/Cargo.toml | 2 +- primitives/Cargo.toml | 16 +- runtime/Cargo.toml | 77 +- service/Cargo.toml | 42 +- statement-table/Cargo.toml | 2 +- test-parachains/adder/Cargo.toml | 2 +- test-parachains/adder/collator/Cargo.toml | 2 +- validation/Cargo.toml | 24 +- 15 files changed, 695 insertions(+), 696 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29d48c1ad2ed..38617b5277f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.6.0", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -24,7 +24,7 @@ dependencies = [ "polkadot-collator 0.6.0", "polkadot-parachain 0.6.0", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -835,7 +835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2683,7 +2683,7 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2695,7 +2695,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.6.0", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2712,11 +2712,11 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-service 0.6.0", "polkadot-validation 0.6.0", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2727,8 +2727,8 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2736,7 +2736,7 @@ name = "polkadot-executor" version = "0.6.0" dependencies = [ "polkadot-runtime 0.6.0", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2752,11 +2752,11 @@ dependencies = [ "polkadot-availability-store 0.6.0", "polkadot-primitives 0.6.0", "polkadot-validation 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2772,7 +2772,7 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2786,14 +2786,14 @@ dependencies = [ "polkadot-parachain 0.6.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2811,44 +2811,44 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-authority-discovery 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-collective 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-democracy 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-elections 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-executive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-indices 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-sudo 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-treasury 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2871,27 +2871,27 @@ dependencies = [ "polkadot-runtime 0.6.0", "polkadot-validation 0.6.0", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2900,7 +2900,7 @@ version = "0.6.0" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.6.0", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -2921,18 +2921,18 @@ dependencies = [ "polkadot-primitives 0.6.0", "polkadot-runtime 0.6.0", "polkadot-statement-table 0.6.0", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3700,7 +3700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sr-api-macros" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3712,24 +3712,24 @@ dependencies = [ [[package]] name = "sr-io" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sr-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3739,26 +3739,26 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sr-staking-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "sr-std" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3766,308 +3766,308 @@ dependencies = [ [[package]] name = "sr-version" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-serde 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-authority-discovery" version = "0.1.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-authorship" version = "0.1.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-babe" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-balances" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-collective" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-democracy" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-elections" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-executive" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-finality-tracker" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-grandpa" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-im-online" version = "0.1.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-indices" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-membership" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-metadata" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-offences" version = "1.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-session" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-staking" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-phragmen 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4078,21 +4078,21 @@ dependencies = [ [[package]] name = "srml-sudo" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-support" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4100,43 +4100,43 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support-procedural 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-support-procedural" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "srml-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4146,47 +4146,47 @@ dependencies = [ [[package]] name = "srml-system" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-timestamp" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "srml-treasury" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4264,19 +4264,19 @@ dependencies = [ [[package]] name = "substrate-application-crypto" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-authority-discovery" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4287,23 +4287,23 @@ dependencies = [ "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-authority-discovery-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] @@ -4320,22 +4320,22 @@ dependencies = [ [[package]] name = "substrate-chain-spec" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "impl-trait-for-tuples 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "substrate-cli" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4364,17 +4364,17 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4382,7 +4382,7 @@ dependencies = [ [[package]] name = "substrate-client" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4394,25 +4394,25 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-client-db" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", @@ -4422,23 +4422,23 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-babe" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4452,42 +4452,42 @@ dependencies = [ "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-babe-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-common" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4496,49 +4496,49 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-slots" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-consensus-uncles" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-executor" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4547,13 +4547,13 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4561,10 +4561,10 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4572,17 +4572,17 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4590,68 +4590,68 @@ dependencies = [ [[package]] name = "substrate-finality-grandpa-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-header-metadata" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-inherents" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-keyring" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-keystore" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-network" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4659,7 +4659,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4677,13 +4677,13 @@ dependencies = [ "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-peerset 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "substrate-offchain" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4706,28 +4706,28 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-offchain-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-panic-handler" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4736,7 +4736,7 @@ dependencies = [ [[package]] name = "substrate-peerset" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4749,16 +4749,16 @@ dependencies = [ [[package]] name = "substrate-phragmen" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" 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)", @@ -4780,7 +4780,7 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4791,7 +4791,7 @@ dependencies = [ [[package]] name = "substrate-rpc" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4801,23 +4801,23 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-rpc-api 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-api" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4830,25 +4830,25 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-primitives" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-rpc-servers" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4857,13 +4857,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-serializer" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4872,7 +4872,7 @@ dependencies = [ [[package]] name = "substrate-service" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4886,25 +4886,25 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-chain-spec 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-offchain 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-rpc 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4914,29 +4914,29 @@ dependencies = [ [[package]] name = "substrate-session" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-state-db" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-state-machine" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4944,9 +4944,9 @@ dependencies = [ "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4954,7 +4954,7 @@ dependencies = [ [[package]] name = "substrate-telemetry" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4976,43 +4976,43 @@ dependencies = [ [[package]] name = "substrate-transaction-graph" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-transaction-pool" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", ] [[package]] name = "substrate-trie" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", - "substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)", + "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5025,7 +5025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "substrate-wasm-interface" version = "2.0.0" -source = "git+https://github.com/expenses/substrate?branch=randomness-module#6a88d6251d0ea1c9ae9e3365a4575d880e0fad74" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f3a830d3e37d78a869c78c037cc2ac6f0c4e5ddd" dependencies = [ "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5964,7 +5964,7 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum fork-tree 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" @@ -6228,39 +6228,39 @@ dependencies = [ "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-elections 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" @@ -6271,49 +6271,49 @@ dependencies = [ "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" "checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" "checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum substrate-wasm-builder-runner 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af21b27fad38b212c1919f700cb0def33c88cde14d22e0d1b17d4521f4eb8b40" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/expenses/substrate?branch=randomness-module)" = "" +"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "01f40907d9ffc762709e4ff3eb4a6f6b41b650375a3f09ac92b641942b7fb082" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 6a1a620e45ab..fb8836b7bb45 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -10,7 +10,7 @@ polkadot-primitives = { path = "../primitives" } parking_lot = "0.9.0" log = "0.4.6" codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } kvdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="616b40150ded71f57f650067fcbc5c99d7c343e6" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c66a7fd1abbb..983e944aaa6c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ tokio = "0.1.7" futures = "0.1.17" exit-future = "0.1" structopt = "0.2" -cli = { package = "substrate-cli", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } service = { package = "polkadot-service", path = "../service" } diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 4ae64769870e..ef81c2634606 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" [dependencies] futures = "0.1.17" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } -client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } @@ -22,4 +22,4 @@ log = "0.4" tokio = "0.1.7" [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 6b8d6e1d9bf5..7a5631b33156 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -trie = { package = "substrate-trie", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index b5bf05e01003..d49b936ebb3d 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -6,5 +6,5 @@ description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] -substrate-executor = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" } diff --git a/network/Cargo.toml b/network/Cargo.toml index f36a5a90d65e..2675f73842c9 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -12,13 +12,13 @@ av_store = { package = "polkadot-availability-store", path = "../availability-st polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -sr-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } futures = "0.1" log = "0.4" exit-future = "0.1.4" -substrate-client = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 902c4c5a35e2..c916486a9e67 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "1.0.5", default-features = wasmi = { version = "0.4.3", optional = true } derive_more = { version = "0.14", optional = true } serde = { version = "1.0", default-features = false, features = [ "derive" ] } -rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", branch = "randomness-module", default-features = false } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false } lazy_static = { version = "1.3.0", optional = true } parking_lot = { version = "0.7.1", optional = true } log = { version = "0.4.6", optional = true } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index d4543018163a..9144aca38d74 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,18 +7,18 @@ edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.0.5", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -application-crypto = { package = "substrate-application-crypto", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -substrate-client = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -sr-version = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +application-crypto = { package = "substrate-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } polkadot-parachain = { path = "../parachain", default-features = false } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } [dev-dependencies] -substrate-serializer = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } pretty_assertions = "0.5.1" [features] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8a4942226a46..0a38397131a7 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,43 +14,42 @@ safe-mix = { version = "1.0", default-features = false} serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } -authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -client = { package = "substrate-client", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -sr-io = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -sr-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -sr-staking-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -substrate-primitives = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -substrate-serializer = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -substrate-session = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -version = { package = "sr-version", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } - -authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -authorship = { package = "srml-authorship", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -balances = { package = "srml-balances", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -collective = { package = "srml-collective", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -democracy = { package = "srml-democracy", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -elections = { package = "srml-elections", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -executive = { package = "srml-executive", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -grandpa = { package = "srml-grandpa", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -im-online = { package = "srml-im-online", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -indices = { package = "srml-indices", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -membership = { package = "srml-membership", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -offences = { package = "srml-offences", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -session = { package = "srml-session", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -srml-support = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -staking = { package = "srml-staking", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -srml-staking-reward-curve = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -sudo = { package = "srml-sudo", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -system = { package = "srml-system", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -timestamp = { package = "srml-timestamp", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -treasury = { package = "srml-treasury", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +authority-discovery-primitives = { package = "substrate-authority-discovery-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +sr-staking-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +collective = { package = "srml-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +democracy = { package = "srml-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +elections = { package = "srml-elections", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +finality-tracker = { package = "srml-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +grandpa = { package = "srml-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +membership = { package = "srml-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +offences = { package = "srml-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +session = { package = "srml-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +staking = { package = "srml-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +treasury = { package = "srml-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives", default-features = false } @@ -58,8 +57,8 @@ primitives = { package = "polkadot-primitives", path = "../primitives", default- hex-literal = "0.2.0" libsecp256k1 = "0.2.1" tiny-keccak = "1.4.2" -keyring = { package = "substrate-keyring", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-trie = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } trie-db = "0.15" serde_json = "1.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index abcb7052be1a..3059af36be91 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -18,24 +18,24 @@ polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-executor = { path = "../executor" } polkadot-network = { path = "../network" } -sr-io = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -sr-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -client-db = { package = "substrate-client-db", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-executor = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-network = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -consensus_common = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -service = { package = "substrate-service", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -telemetry = { package = "substrate-telemetry", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -substrate-keystore = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } -srml-babe = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -srml-staking = { git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -im-online = { package = "srml-im-online", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } -authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -babe = { package = "substrate-consensus-babe", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", default-features = false, branch = "randomness-module" } +sr-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client-db = { package = "substrate-client-db", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus_common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +grandpa_primitives = { package = "substrate-finality-grandpa-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +service = { package = "substrate-service", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +telemetry = { package = "substrate-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +substrate-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +srml-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +srml-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +im-online = { package = "srml-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } +authority-discovery = { package = "substrate-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe = { package = "substrate-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 153df34cf10a..78fe2ee94d7d 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] } -substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index bc614b93dfca..b7662cd611a0 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -rstd = { package = "sr-std", git = "https://github.com/expenses/substrate", branch = "randomness-module", default-features = false, features = [ "no_global_allocator" ] } +rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", branch = "polkadot-master", default-features = false, features = [ "no_global_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.2" } diff --git a/test-parachains/adder/collator/Cargo.toml b/test-parachains/adder/collator/Cargo.toml index 80b6a4d1a7aa..4c4412f3db84 100644 --- a/test-parachains/adder/collator/Cargo.toml +++ b/test-parachains/adder/collator/Cargo.toml @@ -9,7 +9,7 @@ adder = { path = ".." } parachain = { package = "polkadot-parachain", path = "../../../parachain" } collator = { package = "polkadot-collator", path = "../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../primitives" } -substrate-primitives = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } parking_lot = "0.9.0" ctrlc = { version = "3.0", features = ["termination"] } futures = "0.1" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 9170a8476238..b9eb6712c9f4 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,18 +19,18 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -inherents = { package = "substrate-inherents", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -consensus = { package = "substrate-consensus-common", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -primitives = { package = "substrate-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -client = { package = "substrate-client", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -trie = { package = "substrate-trie", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +grandpa = { package = "substrate-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +consensus = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +transaction_pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +trie = { package = "substrate-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } bitvec = { version = "0.14.0", default-features = false, features = ["alloc"] } -runtime_babe = { package = "srml-babe", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/expenses/substrate", branch = "randomness-module" } -keystore = { package = "substrate-keystore", git = "https://github.com/expenses/substrate", branch = "randomness-module" } +runtime_babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +babe-primitives = { package = "substrate-consensus-babe-primitives", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } +keystore = { package = "substrate-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } [dev-dependencies] -substrate-keyring = { git = "https://github.com/expenses/substrate", branch = "randomness-module" } +substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } From eb993bccf58f6ee94f02ba466b4e12fd72c1a354 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 10 Oct 2019 10:50:18 +1300 Subject: [PATCH 7/8] Update Cargo.toml --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0a38397131a7..24a773cea770 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -27,6 +27,7 @@ substrate-primitives = { git = "https://github.com/paritytech/substrate", defaul substrate-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } + authority-discovery = { package = "srml-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } authorship = { package = "srml-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } babe = { package = "srml-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" } From ea9e017ddd8c019a4d23033b088f87c532197351 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 10 Oct 2019 10:51:19 +1300 Subject: [PATCH 8/8] Update parachains.rs --- runtime/src/parachains.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/parachains.rs b/runtime/src/parachains.rs index 92a0cae2e02d..a31b9e6ea93e 100644 --- a/runtime/src/parachains.rs +++ b/runtime/src/parachains.rs @@ -1542,7 +1542,6 @@ mod tests { System::initialize(&1, &H256::from([1; 32]), &Default::default(), &Default::default()); RandomnessCollectiveFlip::on_initialize(1); - let duty_roster_1 = Parachains::calculate_duty_roster().0; check_roster(&duty_roster_1); assert_ne!(duty_roster_0, duty_roster_1);