From 4699325a3fa76b6bd0bc8ec12d8af87af864ded0 Mon Sep 17 00:00:00 2001 From: cheme Date: Mon, 20 Jan 2020 20:16:09 +0100 Subject: [PATCH 1/2] changes for mut overlay --- Cargo.lock | 1925 ++++++++++++++-------------- Cargo.toml | 82 ++ parachain/src/wasm_executor/mod.rs | 26 +- 3 files changed, 1064 insertions(+), 969 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbc99820bbfd..2c9190995e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.19", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -34,9 +34,9 @@ dependencies = [ "polkadot-collator 0.7.19", "polkadot-parachain 0.7.19", "polkadot-primitives 0.7.19", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -391,9 +391,9 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-service 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1125,7 +1125,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#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1133,58 +1133,58 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "frame-metadata" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 10.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-metadata 10.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-support-procedural 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1193,9 +1193,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1215,26 +1215,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2011,39 +2011,39 @@ name = "kusama-runtime" version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-collective 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-democracy 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-identity 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-im-online 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-indices 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-membership 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-nicks 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-offences 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-recovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-society 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-treasury 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-utility 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.19", "polkadot-primitives 0.7.19", @@ -2052,22 +2052,22 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2954,325 +2954,325 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3283,104 +3283,104 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -3729,15 +3729,15 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-erasure-coding 0.7.19", "polkadot-primitives 0.7.19", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3745,20 +3745,20 @@ dependencies = [ name = "polkadot-cli" version = "0.7.19" dependencies = [ - "browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "browser-utils 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-service 0.7.19", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-cli 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-service 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3778,15 +3778,15 @@ dependencies = [ "polkadot-primitives 0.7.19", "polkadot-service 0.7.19", "polkadot-validation 0.7.19", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3798,8 +3798,8 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.19", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -3816,15 +3816,15 @@ dependencies = [ "polkadot-erasure-coding 0.7.19", "polkadot-primitives 0.7.19", "polkadot-validation 0.7.19", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network-gossip 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3839,14 +3839,14 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3855,20 +3855,20 @@ name = "polkadot-primitives" version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.19", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-serializer 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -3876,15 +3876,15 @@ name = "polkadot-rpc" version = "0.7.19" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.19", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -3892,37 +3892,37 @@ name = "polkadot-runtime" version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-executive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-collective 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-democracy 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-identity 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-im-online 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-indices 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-membership 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-nicks 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-offences 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-sudo 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-treasury 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.19", "polkadot-primitives 0.7.19", @@ -3931,21 +3931,21 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3956,20 +3956,20 @@ name = "polkadot-runtime-common" version = "0.7.19" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-treasury 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-parachain 0.7.19", "polkadot-primitives 0.7.19", @@ -3977,15 +3977,15 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3994,17 +3994,17 @@ dependencies = [ name = "polkadot-service" version = "0.7.19" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kusama-runtime 0.7.19", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-im-online 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.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)", "polkadot-availability-store 0.7.19", @@ -4013,35 +4013,35 @@ dependencies = [ "polkadot-rpc 0.7.19", "polkadot-runtime 0.7.19", "polkadot-validation 0.7.19", - "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-authority-discovery 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-chain-spec 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-service 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -4050,7 +4050,7 @@ version = "0.7.19" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "polkadot-primitives 0.7.19", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -4063,7 +4063,7 @@ dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "parity-scale-codec 1.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)", "polkadot-availability-store 0.7.19", @@ -4071,21 +4071,21 @@ dependencies = [ "polkadot-parachain 0.7.19", "polkadot-primitives 0.7.19", "polkadot-statement-table 0.7.19", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4619,7 +4619,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4631,52 +4631,52 @@ 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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -4702,18 +4702,18 @@ dependencies = [ "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-service 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-tracing 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-panic-handler 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4722,7 +4722,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4733,29 +4733,29 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4766,27 +4766,27 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4797,25 +4797,25 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-state-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "fork-tree 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4827,66 +4827,66 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-consensus-slots 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4895,55 +4895,55 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-panic-handler 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-serializer 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-serializer 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4953,10 +4953,10 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-executor-common 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4966,10 +4966,10 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "finality-grandpa 0.10.3 (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/cheme/substrate?branch=polka_overlay_change)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4977,42 +4977,42 @@ dependencies = [ "parity-scale-codec 1.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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network-gossip 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5020,7 +5020,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/cheme/substrate?branch=polka_overlay_change)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5033,21 +5033,21 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-block-builder 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-peerset 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-arithmetic 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5066,14 +5066,14 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -5087,20 +5087,20 @@ dependencies = [ "parity-scale-codec 1.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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5120,27 +5120,27 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-rpc-api 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5153,16 +5153,16 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5171,50 +5171,50 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "grafana-data-source 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-chain-spec 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-client-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-rpc-server 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-tracing 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5224,18 +5224,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -5257,13 +5257,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "grafana-data-source 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5273,35 +5273,35 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sc-transaction-graph 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -5586,22 +5586,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -5613,83 +5613,83 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5698,34 +5698,34 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -5748,11 +5748,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-storage 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5764,7 +5764,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5774,89 +5774,89 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-storage 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5865,26 +5865,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5892,32 +5892,32 @@ 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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-arithmetic 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5929,7 +5929,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5938,27 +5938,27 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" 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)", @@ -5966,10 +5966,11 @@ dependencies = [ "parity-scale-codec 1.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)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-panic-handler 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5977,56 +5978,56 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-debug-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6034,19 +6035,19 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6150,22 +6151,22 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#f06aa9a0b49097b5446d217bc665c43b8b8d17e1" +source = "git+https://github.com/cheme/substrate?branch=polka_overlay_change#c207c295de438287a03408051f74e3df5fbc6928" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)", + "sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", + "sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)", ] [[package]] @@ -7318,7 +7319,7 @@ dependencies = [ "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" "checksum broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "07a1446420a56f1030271649ba0da46d23239b3a68c73591cea5247f15a788a0" -"checksum browser-utils 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum browser-utils 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c95ee6bba9d950218b6cc910cf62bc9e0a171d0f4537e3627b0f54d08549b188" "checksum bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b170cd256a3f9fa6b9edae3e44a7dfdfc77e8124dbc3e2612d75f9c3e2396dae" "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" @@ -7403,15 +7404,15 @@ dependencies = [ "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-metadata 10.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-metadata 10.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "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" @@ -7444,7 +7445,7 @@ dependencies = [ "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" "checksum goblin 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6040506480da04a63de51a478e8021892d65d8411f29b2a422c2648bdd8bcb" -"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum grafana-data-source 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7570,34 +7571,34 @@ dependencies = [ "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" -"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82afcb7461eae5d122543d8be1c57d306ed89af2d6ff7f8b0f5a3cc8f7e511bc" @@ -7690,36 +7691,36 @@ dependencies = [ "checksum rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9cbe61c20455d3015b2bb7be39e1872310283b8e5a52f5b242b0ac7581fe78" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347" -"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-cli 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-client-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-service 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-state-db 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" @@ -7751,42 +7752,42 @@ dependencies = [ "checksum snow 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91eecae35b461ed26bda7a76bea2cc5bda2bf4b8dd06761879f19e6fdd50c2dd" "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" @@ -7799,7 +7800,7 @@ dependencies = [ "checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" "checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/cheme/substrate?branch=polka_overlay_change)" = "" "checksum substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bd48273fe9d7f92c1f7d6c1c537bb01c8068f925b47ad2cd8367e11dc32f8550" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" diff --git a/Cargo.toml b/Cargo.toml index 77ce4e740b49..7c9c172ef364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,85 @@ maintenance = { status = "actively-developed" } [profile.release] # Polkadot runtime requires unwinding. panic = "unwind" + +[patch.'https://github.com/paritytech/substrate'] +sp-core = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-client = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-client-api = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-treasury = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-randomness-collective-flip = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-babe = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-trie = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-keyring = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-timestamp = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +frame-system = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-staking = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +frame-support = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-session = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-balances = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-authorship = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-staking = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-runtime = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-io = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-std = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-inherents = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-api = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-sudo = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +frame-system-rpc-runtime-api = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-staking-reward-curve = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-offences = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-nicks = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-membership = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-indices = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-im-online = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-identity = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-grandpa = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-finality-tracker = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +frame-executive = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-elections-phragmen = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-democracy = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-collective = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-transaction-payment-rpc = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-transaction-payment-rpc-runtime-api = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } + +pallet-transaction-payment = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-authority-discovery = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-transaction-pool = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-version = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-session = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-offchain = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-consensus-babe = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-recovery = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-society = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +browser-utils = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +fork-tree = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +pallet-utility = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +grafana-data-source = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-network = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-cli = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-client-db = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-executor = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-service = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-keystore = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-authority-discovery = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-block-builder = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-blockchain = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-consensus = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-network-gossip = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-state-machine = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-externalities = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-runtime-interface = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-application-crypto = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-serializer = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-rpc = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +substrate-frame-rpc-system = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-authority-discovery = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-chain-spec = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-consensus-babe = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-finality-grandpa = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-telemetry = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-transaction-pool = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-timestamp = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sc-block-builder = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } +sp-finality-grandpa = { git="https://github.com/cheme/substrate", branch="polka_overlay_change" } + diff --git a/parachain/src/wasm_executor/mod.rs b/parachain/src/wasm_executor/mod.rs index bdf09507e7fc..34eeafd7224f 100644 --- a/parachain/src/wasm_executor/mod.rs +++ b/parachain/src/wasm_executor/mod.rs @@ -175,15 +175,15 @@ pub fn validate_candidate_internal( struct ValidationExternalities(ParachainExt); impl sp_externalities::Externalities for ValidationExternalities { - fn storage(&self, _: &[u8]) -> Option> { + fn storage(&mut self, _: &[u8]) -> Option> { panic!("storage: unsupported feature for parachain validation") } - fn storage_hash(&self, _: &[u8]) -> Option> { + fn storage_hash(&mut self, _: &[u8]) -> Option> { panic!("storage_hash: unsupported feature for parachain validation") } - fn child_storage_hash(&self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { + fn child_storage_hash(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { panic!("child_storage_hash: unsupported feature for parachain validation") } @@ -199,11 +199,11 @@ impl sp_externalities::Externalities for ValidationExternalities { panic!("original_storage_hash: unsupported feature for parachain validation") } - fn original_child_storage_hash(&self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { + fn original_child_storage_hash(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { panic!("original_child_storage_hash: unsupported feature for parachain validation") } - fn child_storage(&self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { + fn child_storage(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { panic!("child_storage: unsupported feature for parachain validation") } @@ -243,13 +243,25 @@ impl sp_externalities::Externalities for ValidationExternalities { panic!("storage_changes_root: unsupported feature for parachain validation") } - fn next_child_storage_key(&self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { + fn next_child_storage_key(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { panic!("next_child_storage_key: unsupported feature for parachain validation") } - fn next_storage_key(&self, _: &[u8]) -> Option> { + fn next_storage_key(&mut self, _: &[u8]) -> Option> { panic!("next_storage_key: unsupported feature for parachain validation") } + + fn storage_start_transaction(&mut self) { + panic!("storage_start_transaction: unsupported feature for parachain validation") + } + + fn storage_discard_transaction(&mut self) { + panic!("storage_discard_transaction: unsupported feature for parachain validation") + } + + fn storage_commit_transaction(&mut self) { + panic!("storage_commit_transaction: unsupported feature for parachain validation") + } } impl sp_externalities::ExtensionStore for ValidationExternalities { From 6e549e481afbe54750a08434bad9170ccfe67da1 Mon Sep 17 00:00:00 2001 From: cheme Date: Tue, 14 Apr 2020 22:05:38 +0200 Subject: [PATCH 2/2] original function no longer exists. --- parachain/src/wasm_executor/mod.rs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/parachain/src/wasm_executor/mod.rs b/parachain/src/wasm_executor/mod.rs index 16ba6915b3c9..e98d3dff7f45 100644 --- a/parachain/src/wasm_executor/mod.rs +++ b/parachain/src/wasm_executor/mod.rs @@ -209,22 +209,6 @@ impl sp_externalities::Externalities for ValidationExternalities { panic!("child_storage_hash: unsupported feature for parachain validation") } - fn original_storage(&self, _: &[u8]) -> Option> { - panic!("original_sorage: unsupported feature for parachain validation") - } - - fn original_child_storage(&self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { - panic!("original_child_storage: unsupported feature for parachain validation") - } - - fn original_storage_hash(&self, _: &[u8]) -> Option> { - panic!("original_storage_hash: unsupported feature for parachain validation") - } - - fn original_child_storage_hash(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { - panic!("original_child_storage_hash: unsupported feature for parachain validation") - } - fn child_storage(&mut self, _: ChildStorageKey, _: ChildInfo, _: &[u8]) -> Option> { panic!("child_storage: unsupported feature for parachain validation") }