From e62a0a5256b80bb5c2303fa47cd749bf649047c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 24 Feb 2020 17:47:18 +0100 Subject: [PATCH 1/2] Update Polkadot/Substrate --- Cargo.lock | 3159 ++++++++++++++------------- collator/Cargo.toml | 34 +- collator/src/lib.rs | 60 +- consensus/Cargo.toml | 22 +- consensus/src/import_queue.rs | 21 +- network/Cargo.toml | 16 +- network/src/lib.rs | 2 +- runtime/Cargo.toml | 22 +- runtime/src/validate_block/tests.rs | 1 - test/client/Cargo.toml | 10 +- test/parachain/Cargo.toml | 36 +- test/parachain/runtime/Cargo.toml | 40 +- test/parachain/runtime/src/lib.rs | 36 +- test/parachain/src/chain_spec.rs | 2 +- test/parachain/src/command.rs | 1 + test/runtime/Cargo.toml | 2 +- 16 files changed, 1810 insertions(+), 1654 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index febc3f932ac..f2d607597ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,6 +456,14 @@ name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "chacha20-poly1305-aead" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "chrono" version = "0.4.10" @@ -530,48 +538,63 @@ name = "constant_time_eq" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "core-foundation" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "core-foundation-sys" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "cranelift-bforest" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-codegen" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-codegen-shared 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)", + "cranelift-bforest 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen-meta 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen-shared 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-codegen-meta" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cranelift-codegen-shared 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)", + "cranelift-codegen-shared 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-codegen-shared" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cranelift-entity" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -579,37 +602,37 @@ dependencies = [ [[package]] name = "cranelift-frontend" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-native" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-wasm" -version = "0.50.0" +version = "0.58.0" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", - "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-frontend 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.48.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -722,22 +745,22 @@ 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)", - "polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] @@ -747,17 +770,17 @@ dependencies = [ "futures 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)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -766,14 +789,14 @@ name = "cumulus-network" version = "0.1.0" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] @@ -781,21 +804,21 @@ name = "cumulus-runtime" version = "0.1.0" dependencies = [ "cumulus-test-client 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (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)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -805,11 +828,11 @@ version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", "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=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] @@ -827,24 +850,24 @@ dependencies = [ "nix 0.17.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)", - "polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -855,28 +878,28 @@ name = "cumulus-test-parachain-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -885,7 +908,7 @@ name = "cumulus-test-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1127,7 +1150,7 @@ dependencies = [ [[package]] name = "faerie" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1136,7 +1159,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1237,66 +1260,77 @@ 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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "frame-benchmarking" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +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=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", +] + [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "frame-metadata" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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)", + "once_cell 1.3.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)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tracing 0.1.12 (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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "proc-macro2 1.0.8 (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.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1305,9 +1339,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1317,7 +1351,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1327,26 +1361,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] @@ -1488,17 +1522,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-timer" -version = "0.4.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "futures-timer" -version = "2.0.2" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1606,6 +1635,15 @@ dependencies = [ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "gimli" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "glob" version = "0.3.0" @@ -1636,12 +1674,12 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1700,15 +1738,6 @@ dependencies = [ "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "hashbrown" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "hashbrown" version = "0.5.0" @@ -1877,6 +1906,7 @@ dependencies = [ "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1886,18 +1916,18 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.17.1" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls-native-certs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-rustls 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2129,63 +2159,63 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2283,6 +2313,11 @@ name = "lazycell" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "leb128" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "libc" version = "0.2.66" @@ -2299,34 +2334,35 @@ dependencies = [ [[package]] name = "libp2p" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core-derive 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-deflate 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-dns 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-floodsub 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-gossipsub 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-identify 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-kad 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mdns 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mplex 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-noise 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-ping 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-plaintext 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-secio 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-tcp 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-uds 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-wasm-ext 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-yamux 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core-derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-deflate 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-dns 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-floodsub 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-gossipsub 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-identify 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-kad 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mdns 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mplex 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-noise 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-ping 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-plaintext 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-pnet 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-secio 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-tcp 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-uds 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-wasm-ext 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-websocket 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-yamux 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2335,7 +2371,7 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "asn1_der 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2343,13 +2379,13 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "multistream-select 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2361,14 +2397,13 @@ dependencies = [ "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-core-derive" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2377,35 +2412,34 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.7.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-dns" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-floodsub" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2414,18 +2448,17 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2439,12 +2472,12 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2454,7 +2487,7 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2463,10 +2496,10 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2480,7 +2513,7 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2489,8 +2522,8 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2501,14 +2534,14 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2516,31 +2549,32 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.13.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-ping" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2549,13 +2583,13 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2564,9 +2598,22 @@ dependencies = [ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "libp2p-pnet" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures 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)", + "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "salsa20 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "libp2p-secio" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2575,7 +2622,7 @@ dependencies = [ "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2595,11 +2642,11 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.5.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2608,37 +2655,37 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "get_if_addrs 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "ipnet 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-uds" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-wasm-ext" -version = "0.8.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -2646,14 +2693,14 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "quicksink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2666,12 +2713,11 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "yamux 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2997,6 +3043,11 @@ name = "nohash-hasher" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "nohash-hasher" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "nom" version = "4.2.3" @@ -3072,25 +3123,20 @@ dependencies = [ [[package]] name = "once_cell" -version = "0.1.8" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "once_cell" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "once_cell" -version = "1.3.1" +name = "opaque-debug" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "opaque-debug" -version = "0.2.3" +name = "openssl-probe" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3104,326 +3150,328 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3434,119 +3482,121 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (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=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] @@ -3556,14 +3606,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parity-multiaddr" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3573,7 +3623,7 @@ dependencies = [ [[package]] name = "parity-multihash" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3830,8 +3880,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot-availability-store" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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)", @@ -3842,318 +3892,321 @@ 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)", - "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-cli" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "futures 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)", - "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-collator" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "futures 0.3.4 (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)", - "polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-erasure-coding" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "derive_more 0.15.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)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-network" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.14.1 (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.3.4 (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)", - "polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-parachain" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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)", "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=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (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=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-primitives" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-rpc" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-runtime" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-runtime-common" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" 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=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-service" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "futures 0.3.4 (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.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "kusama-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-rpc 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (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=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-statement-table" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "polkadot-validation" -version = "0.7.20" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" +version = "0.7.21" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4161,28 +4214,28 @@ dependencies = [ "futures 0.3.4 (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=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4666,6 +4719,11 @@ name = "rustc-demangle" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -4696,6 +4754,17 @@ dependencies = [ "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rustls-native-certs" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rustversion" version = "1.0.2" @@ -4729,89 +4798,107 @@ dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "salsa20" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "salsa20-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "salsa20-core" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.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)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 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)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4822,7 +4909,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4839,18 +4926,19 @@ dependencies = [ "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "structopt 0.3.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4859,7 +4947,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4870,29 +4958,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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "tracing 0.1.12 (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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4903,27 +4991,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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4934,27 +5022,28 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4964,80 +5053,81 @@ dependencies = [ "parking_lot 0.10.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.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5046,128 +5136,138 @@ 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", - "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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=cumulus-branch)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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)", - "wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", +] + +[[package]] +name = "sc-informant" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +dependencies = [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 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-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "subtle 2.2.2 (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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5175,97 +5275,103 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.10 (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=cumulus-branch)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "nohash-hasher 0.2.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (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=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5274,28 +5380,28 @@ 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-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5308,16 +5414,17 @@ dependencies = [ "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5326,78 +5433,78 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.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=cumulus-branch)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.7.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)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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.10 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5408,18 +5515,19 @@ dependencies = [ "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5429,38 +5537,52 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.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)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "schannel" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5516,6 +5638,25 @@ dependencies = [ "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "security-framework" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "security-framework-sys" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "semver" version = "0.9.0" @@ -5716,10 +5857,15 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "chacha20-poly1305-aead 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "x25519-dalek 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5749,34 +5895,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5788,135 +5934,135 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.16.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5925,7 +6071,7 @@ dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5940,13 +6086,13 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5956,7 +6102,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5966,90 +6112,90 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (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=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6058,26 +6204,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6086,32 +6232,32 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "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=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6123,7 +6269,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6132,28 +6278,28 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6161,80 +6307,81 @@ dependencies = [ "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)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6242,23 +6389,23 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6361,87 +6508,87 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (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=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-wasm-builder-runner" version = "1.0.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" [[package]] name = "substrate-wasm-builder-runner" @@ -6518,7 +6665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "target-lexicon" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -6611,15 +6758,15 @@ dependencies = [ [[package]] name = "tiny-bip39" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6661,6 +6808,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6669,6 +6817,7 @@ dependencies = [ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6760,14 +6909,12 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.10.3" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6919,19 +7066,6 @@ name = "treeline" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "trie-db" -version = "0.19.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "trie-db" version = "0.20.0" @@ -7050,7 +7184,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -7250,97 +7383,135 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.39.3" +version = "0.48.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "wasmparser" +version = "0.51.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "wasmtime" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-jit 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-runtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wat 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "wasmtime-debug" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "faerie 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmtime-environ" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "zstd 0.5.1+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmtime-jit" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-frontend 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-native 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmtime-debug 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-debug 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-runtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmtime-runtime" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "wast" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "wat" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "wast 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "web-sys" version = "0.3.35" @@ -7476,6 +7647,16 @@ dependencies = [ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "x25519-dalek" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "xdg" version = "2.2.0" @@ -7603,6 +7784,7 @@ dependencies = [ "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" "checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d" "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" +"checksum chacha20-poly1305-aead 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77d2058ba29594f69c75e8a9018e0485e3914ca5084e3613cd64529042f5423b" "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" "checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" @@ -7611,14 +7793,16 @@ dependencies = [ "checksum const-random 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a" "checksum const-random-macro 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a" "checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" -"checksum cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd05aac8cefcde54ce26178df8f36cb1f518ac691db650e7d2440c2b6b41c4dc" -"checksum cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63d9b6ff8a94f98deabab21880d7fd54996e0e16be687b6f80a3b6bdd9c188d" -"checksum cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb3df51c2c07d719d02869bfac6cabd8d82ee308d5b29ca62e6528723cc33a4" -"checksum cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "758f9426b2e22bf83fc1a6b231a9d53cd4830751883c7f0e196ebb3c210467b3" -"checksum cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff064733df8b98f453060264a8790393d1e807aca6942706b42f79a4f7aae9ed" -"checksum cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1eaafb5fa623dcbe19a28084a8226d7a1b17184a949c1a1f29a46b479867998d" -"checksum cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90033dbd7293f6fad4cf9dcd769cd621d60df22b1c5a11799e86359b7447a51d" -"checksum cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54cb82a1071f88822763a583ec1a8688ffe5e2cda02c111d4483dd4376ed14d8" +"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" +"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" +"checksum cranelift-bforest 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0f53d59dc9ab1c8ab68c991d8406b52b7a0aab0b15b05a3a6895579c4e5dd9" +"checksum cranelift-codegen 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0381a794836fb994c47006465d46d46be072483b667f36013d993b9895117fee" +"checksum cranelift-codegen-meta 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "208c3c8d82bfef32a534c5020c6cfc3bc92f41388f1246b7bb98cf543331abaa" +"checksum cranelift-codegen-shared 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea048c456a517e56fd6df8f0e3947922897e6e6f61fbc5eb557a36c7b8ff6394" +"checksum cranelift-entity 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c8c7ed50812194c9e9de1fa39c77b39fc9ab48173d5e7ee88b25b6a8953e9b8" +"checksum cranelift-frontend 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb931d9f919731df1b1ecdc716b5c66384b413a7f95909d1f45441ab9bef5" +"checksum cranelift-native 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "564ee82268bc25b914fcf331edfc2452f2d9ca34f976b187b4ca668beba250c8" +"checksum cranelift-wasm 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de63e2271b374be5b07f359184e2126a08fb24d24a740cbc178b7e0107ddafa5" "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" @@ -7656,7 +7840,7 @@ dependencies = [ "checksum escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d" "checksum exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" "checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" -"checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8" +"checksum faerie 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74b9ed6159e4a6212c61d9c6a86bee01876b192a64accecf58d5b5ae3b667b52" "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" @@ -7668,15 +7852,16 @@ dependencies = [ "checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" "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=cumulus-branch)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" "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" @@ -7694,8 +7879,8 @@ dependencies = [ "checksum futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" "checksum futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" "checksum futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" -"checksum futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "878f1d2fc31355fa02ed2372e741b0c17e58373341e6a122569b4623a14a7d33" "checksum futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" +"checksum futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" "checksum futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" "checksum futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a0a73299e4718f5452e45980fc1d6957a070abe308d3700b63b8673f47e1c2b3" @@ -7706,15 +7891,15 @@ dependencies = [ "checksum get_if_addrs-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48" "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" "checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00" +"checksum gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633" "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.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da" -"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" "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" "checksum hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" -"checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" "checksum hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" @@ -7732,7 +7917,7 @@ dependencies = [ "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" "checksum hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e" -"checksum hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952" +"checksum hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6ea6215c7314d450ee45970ab8b3851ab447a0e6bafdd19e31b20a42dbb7faf" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" "checksum impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" @@ -7758,7 +7943,7 @@ dependencies = [ "checksum jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b94e5773b2ae66e0e02c80775ce6bbba6f15d5bb47c14ec36a36fcf94f8df851" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum kusama-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum kusama-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" "checksum kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8396be0e5561ccd1bf7ff0b2007487cdd7a87a056873fe6ea906b35d4dbf7ed8" "checksum kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03080afe6f42cd996da9f568d6add5d7fb5ee2ea7fb7802d2d2cbd836958fd87" @@ -7768,29 +7953,31 @@ dependencies = [ "checksum kvdb-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af36fd66ccd99f3f771ae39b75aaba28b952372b6debfb971134bf1f03466ab2" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +"checksum leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" -"checksum libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f84847789ab24b3fc5971a68656ac85886df640986d9ce3264c0327694eae471" -"checksum libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dbafb2706b8082233f66dc13e196f9cf9b4c229f2cd7c96b2b16617ad6ee330b" -"checksum libp2p-core-derive 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6c320266be0a7760e23484d635acdb83844b2d74d3612d93b41c393c9bcf004e" -"checksum libp2p-deflate 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be32697b42d040b325c3737f827ea04ede569ec956b7807700dd8d89d8210f9" -"checksum libp2p-dns 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f11c979b882f25d85726b15637d5bbc722dfa1be576605c54e99b8cf56906be3" -"checksum libp2p-floodsub 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4bdf6fba9272ad47dde94bade89540fdb16e24ae9ff7fb714c1c80a035165f28" -"checksum libp2p-gossipsub 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e6ecd058bf769d27ebec530544b081e08b0a1088e3186da8cc58d59915784d0" -"checksum libp2p-identify 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d1a6261b804111c2dbf53f8ca03f66edc5ad1c29b78a61cf0cc5354052e28e9" -"checksum libp2p-kad 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6ea6fece0d99599afb1b2082ca8937944cdd6b0946a88d54cb3ae7a38d1253" -"checksum libp2p-mdns 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "074312353355df310affa105ec71b16fd7e52f5c6ae61d3dcbb3e79e8fdc9e5f" -"checksum libp2p-mplex 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89d0b44dfdef80cc2be4b42d127de1c793905eca2459415a5c57d6b4fbd8ec30" -"checksum libp2p-noise 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0845e8208d814cd41c26c90a6a2f2b720c31b588209cecc49a44c881a09f417f" -"checksum libp2p-ping 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16ecced2949ae93b6ff29565303ecd1bef15c4e4efb689033ee744922561a36b" -"checksum libp2p-plaintext 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "195fda6b6a948a242fd30570e0e3418ae8e0a20055ea75d45458e1079a8efb05" -"checksum libp2p-secio 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ceef68ca377b264f84d64c88739a8fa118b5db1e8f18297351dff75314504a5f" -"checksum libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "14ea00be81bc3985e36abad263ce2ad1b6aeb862aa743563eb70ad42880c05ae" -"checksum libp2p-tcp 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e65ef381570df31cb047dfbc11483ab0fe7e6abbdcf2bdc2c60b5d11133d241" -"checksum libp2p-uds 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4f4f7989b35f33d4b9738aab2f031310eb20fec513cab44d12b1bc985a8074" -"checksum libp2p-wasm-ext 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b4d457adb91a5e2212343218a554394cd8ced64a79fb8e36e7aed2a16d49495" -"checksum libp2p-websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bba425f2af1fdb7dece88b9ae05ca9430dfb0b72b2c078e73ded6f1556084509" -"checksum libp2p-yamux 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ca25b3aac78a3c93c2a567622abd3cfc16f96f26ae1bf6134f0056203d62d86" +"checksum libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6bf152b510950e1030f2d3dcca5f0b4017892be50348a15fd3eec8b90c826fb" +"checksum libp2p-core 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b874594c4b29de1a29f27871feba8e6cd13aa54a8a1e8f8c7cf3dfac5ca287c" +"checksum libp2p-core-derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96d472e9d522f588805c77801de10b957be84e10f019ca5f869fa1825b15ea9b" +"checksum libp2p-deflate 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e25004d4d9837b44b22c5f1a69be1724a5168fef6cff1716b5176a972c3aa62" +"checksum libp2p-dns 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b99e552f9939b606eb4b59f7f64d9b01e3f96752f47e350fc3c5fc646ed3f649" +"checksum libp2p-floodsub 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d3234f12e44f9a50351a9807b97fe7de11eb9ae4482370392ba10da6dc90722" +"checksum libp2p-gossipsub 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d46cb3e0841bd951cbf4feae56cdc081e6347836a644fb260c3ec554149b4006" +"checksum libp2p-identify 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfeb935a9bd41263e4f3a24b988e9f4a044f3ae89ac284e83c17fe2f84e0d66b" +"checksum libp2p-kad 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76c260a92309112fff855ab2bd8f26c246c1dd380b87021abe61358dedb9748d" +"checksum libp2p-mdns 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881fcfb360c2822db9f0e6bb6f89529621556ed9a8b038313414eda5107334de" +"checksum libp2p-mplex 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d8507b37ad0eed275efcde67a023c3d85af6c80768b193845b9288e848e1af95" +"checksum libp2p-noise 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac7d33809afdf6794f09fdb2f9f94e1550ae230be5bae6430a078eb96fc9e5a6" +"checksum libp2p-ping 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "33d22f2f228b3a828dca1cb8aa9fa331e0bc9c36510cb2c1916956e20dc85e8c" +"checksum libp2p-plaintext 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56126a204d7b3382bac163143ff4125a14570b3ba76ba979103d1ae1abed1923" +"checksum libp2p-pnet 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b916938a8868f75180aeeffcc6a516a922d165e8fa2a90b57bad989d1ccbb57a" +"checksum libp2p-secio 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1219e9ecb4945d7331a05f5ffe96a1f6e28051bfa1223d4c60353c251de0354e" +"checksum libp2p-swarm 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "275471e7c0e88ae004660866cd54f603bd8bd1f4caef541a27f50dd8640c4d4c" +"checksum libp2p-tcp 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9e80ad4e3535345f3d666554ce347d3100453775611c05c60786bf9a1747a10" +"checksum libp2p-uds 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76d329564a43da9d0e055a5b938633c4a8ceab1f59cec133fbc4647917c07341" +"checksum libp2p-wasm-ext 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7d40c95ac1a9b7fb7770616e4165f34559885337f3be485b32acdd085261be3a" +"checksum libp2p-websocket 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5351ca9eea122081c1c0f9323164d2918cac29b5a6bfe5054d4ba8ec9447cf42" +"checksum libp2p-yamux 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f72aa5a7273c29c6eaea09108a49feaefc7456164863f64f86a193f9e78a4b7f" "checksum librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0785e816e1e11e7599388a492c61ef80ddc2afc91e313e61662cce537809be" "checksum libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962" "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" @@ -7827,6 +8014,7 @@ dependencies = [ "checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" "checksum nohash-hasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "721a2bf1c26159ebf17e0a980bc4ce61f4b2fec5ec3b42d42fddd7a84a9e538f" +"checksum nohash-hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" "checksum num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" @@ -7835,43 +8023,42 @@ dependencies = [ "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" "checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c" -"checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37" -"checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" +"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "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=cumulus-branch)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" -"checksum parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80878c27f90dd162d3143333d672e80b194d6b080f05c83440e3dfda42e409f2" -"checksum parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b11f42bbd3a021c5061b77154bd3334d5a57e1a03eb162de0b962681cc25800d" +"checksum parity-multiaddr 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "26df883298bc3f4e92528b4c5cc9f806b791955b136da3e5e939ed9de0fd958b" +"checksum parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775" "checksum parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507" "checksum parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" @@ -7900,19 +8087,19 @@ dependencies = [ "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -"checksum polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-rpc 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" "checksum predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a9bfe52247e5cc9b2f943682a85a5549fb9662245caf094504e69a2f03fe64d4" "checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" @@ -7965,52 +8152,60 @@ dependencies = [ "checksum rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f" "checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +"checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" "checksum rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" "checksum rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e" +"checksum rustls-native-certs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51ffebdbb48c14f84eba0b715197d673aff1dd22cc1007ca647e28483bbcc307" "checksum rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6" "checksum rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" -"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum salsa20 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe" +"checksum salsa20-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295" "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" "checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1" "checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28" "checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" +"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df" +"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum send_wrapper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4" @@ -8036,45 +8231,45 @@ dependencies = [ "checksum snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f" "checksum soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" "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" @@ -8087,10 +8282,10 @@ 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=cumulus-branch)" = "" -"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" "checksum substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" @@ -8100,7 +8295,7 @@ dependencies = [ "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" "checksum sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4b2468c629cffba39c0a4425849ab3cdb03d9dfacba69684609aea04d08ff9" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" -"checksum target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4" +"checksum target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d" "checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe" "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" @@ -8111,7 +8306,7 @@ dependencies = [ "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" -"checksum tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c5676413eaeb1ea35300a0224416f57abc3bd251657e0fafc12c47ff98c060" +"checksum tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1cd1fb03fe8e07d17cd851a624a9fff74642a997b67fbd1ccd77533241640d92" "checksum tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69" "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" "checksum tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b" @@ -8123,7 +8318,7 @@ dependencies = [ "checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" "checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" "checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" -"checksum tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d7cf08f990090abd6c6a73cab46fed62f85e8aef8b99e4b918a9f4a637f0676" +"checksum tokio-rustls 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "141afec0978abae6573065a48882c6bae44c5cc61db9b511ac4abf6a09bfd9cc" "checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" "checksum tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f1aaeb685540f7407ea0e27f1c9757d258c7c6bf4e3eb19da6fc59b747239d2" "checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" @@ -8138,7 +8333,6 @@ dependencies = [ "checksum tracing-attributes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04cfd395def5a60236e187e1ff905cb55668a59f29928dec05e6e1b1fd2ac1f3" "checksum tracing-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "13a46f11e372b8bd4b4398ea54353412fdd7fd42a8370c7e543e218cf7661978" "checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" -"checksum trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d747ae5b6f078df7e46477fcc7df66df9eb4f27a031cf4a7c890a8dd03d8e6" "checksum trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de9222c50cc325855621271157c973da27a0dcd26fa06f8edf81020bd2333df0" "checksum trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b" "checksum trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd" @@ -8177,11 +8371,15 @@ dependencies = [ "checksum wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "324c5e65a08699c9c4334ba136597ab22b85dccd4b65dd1e36ccf8f723a95b54" "checksum wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff" "checksum wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93" -"checksum wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c702914acda5feeeffbc29e4d953e5b9ce79d8b98da4dbf18a77086e116c5470" -"checksum wasmtime-debug 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5008729ad53f75020f28fa0d682269335d6f0eac0b3ffafe31f185b2f33aca74" -"checksum wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a3947662a0b8e05b1418465e64f16de9114f9fec18cc3f56e0ed5aa7737b89d0" -"checksum wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ed7922689461a7b5bd0d9c7350cac526c8a520a23b3ffd7f5b446ac51dfc51f" -"checksum wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "781d6bb8b346efaa3dc39746386957cd79b8d841e8652ed9b02d77bcf64fb514" +"checksum wasmparser 0.48.2 (registry+https://github.com/rust-lang/crates.io-index)" = "073da89bf1c84db000dd68ce660c1b4a08e3a2d28fd1e3394ab9e7abdde4a0f8" +"checksum wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a40d24f114a3f24b459ec292019220cff6388673b4a2c0a11483665b599ef15c" +"checksum wasmtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5614d964c3e7d07a13b59aca66103c52656bd80430f0d86dc7eeb3af4f03d4a2" +"checksum wasmtime-debug 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "feb5900275b4ef0b621ce725b9d5660b12825d7f7d79b392b97baf089ffab8c0" +"checksum wasmtime-environ 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f04661851e133fb11691c4a0f92a705766b4bbf7afc06811f949e295cc8414fc" +"checksum wasmtime-jit 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d451353764ce55c9bb6a8b260063cfc209b7adadd277a9a872ab4563a69e357c" +"checksum wasmtime-runtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7dbd4fc114b828cae3e405fed413df4b3814d87a92ea029640cec9ba41f0c162" +"checksum wast 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d" +"checksum wat 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4a927b35badc29c97d97e82689eef7f72fc936d884b3391804c1bb6cd2bdccbb" "checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b" "checksum webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef" "checksum webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b" @@ -8198,6 +8396,7 @@ dependencies = [ "checksum ws 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a2c47b5798ccc774ffb93ff536aec7c4275d722fd9c740c83cdd1af1f2d94" "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" "checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538" +"checksum x25519-dalek 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" "checksum yamux 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "902f4cee32c401c211b6b69f4a3f6f4cf3515644db5bd822cf685a7dbd6201f9" "checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index ebcd9466814..b8a162fb605 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,20 +6,20 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } # Polkadot dependencies -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -37,13 +37,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } # Polkadot dependencies -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } # Other dependencies env_logger = "0.7.1" diff --git a/collator/src/lib.rs b/collator/src/lib.rs index 8d64692b931..50aace3ff6f 100644 --- a/collator/src/lib.rs +++ b/collator/src/lib.rs @@ -30,11 +30,7 @@ use polkadot_collator::{ PolkadotClient, }; use polkadot_primitives::{ - parachain::{ - self, BlockData, Id as ParaId, Message, OutgoingMessages, - Status as ParachainStatus, - }, - Block as PBlock, Hash as PHash, + parachain::{self, BlockData, Status as ParachainStatus}, Block as PBlock, Hash as PHash, }; use codec::{Decode, Encode}; @@ -43,9 +39,7 @@ use log::{error, trace}; use futures::{task::Spawn, Future, future}; -use std::{ - fmt::Debug, marker::PhantomData, sync::Arc, time::Duration, pin::Pin, collections::HashMap, -}; +use std::{fmt::Debug, marker::PhantomData, sync::Arc, time::Duration, pin::Pin}; use parking_lot::Mutex; @@ -108,15 +102,14 @@ where + 'static, { type ProduceCandidate = Pin> + dyn Future> + Send, >>; - fn produce_candidate>( + fn produce_candidate( &mut self, _relay_chain_parent: PHash, status: ParachainStatus, - _: I, ) -> Self::ProduceCandidate { let factory = self.proposer_factory.clone(); let inherent_providers = self.inherent_data_providers.clone(); @@ -196,29 +189,16 @@ where // Create the parachain block data for the validators. let b = ParachainBlockData::::new( - header, + header.clone(), extrinsics, proof.iter_nodes().collect(), parent_state_root, ); - let block_import_params = BlockImportParams { - origin: BlockOrigin::Own, - header: b.header().clone(), - justification: None, - post_digests: vec![], - body: Some(b.extrinsics().to_vec()), - finalized: false, - intermediates: HashMap::new(), - auxiliary: vec![], // block-weight is written in block import. - // TODO: block-import handles fork choice and this shouldn't even have the - // option to specify one. - // https://github.com/paritytech/substrate/issues/3623 - fork_choice: Some(ForkChoiceStrategy::LongestChain), - allow_missing_state: false, - import_existing: false, - storage_changes: Some(storage_changes), - }; + let mut block_import_params = BlockImportParams::new(BlockOrigin::Own, header); + block_import_params.body = Some(b.extrinsics().to_vec()); + block_import_params.fork_choice = Some(ForkChoiceStrategy::LongestChain); + block_import_params.storage_changes = Some(storage_changes); if let Err(err) = block_import .lock() @@ -237,14 +217,10 @@ where let head_data = HeadData:: { header: b.into_header(), }; - let messages = OutgoingMessages { - outgoing_messages: Vec::new(), - }; let candidate = ( block_data, parachain::HeadData(head_data.encode()), - messages, ); trace!(target: "cumulus-collator", "Produced candidate: {:?}", candidate); @@ -349,8 +325,8 @@ mod tests { use super::*; use std::time::Duration; - use polkadot_collator::{collate, CollatorId, PeerId, RelayChainContext, SignedStatement}; - use polkadot_primitives::parachain::{ConsolidatedIngress, FeeSchedule, HeadData}; + use polkadot_collator::{collate, CollatorId, PeerId, SignedStatement}; + use polkadot_primitives::parachain::{FeeSchedule, HeadData, Id as ParaId}; use sp_blockchain::Result as ClientResult; use sp_inherents::InherentData; @@ -437,17 +413,6 @@ mod tests { } } - struct DummyRelayChainContext; - - impl RelayChainContext for DummyRelayChainContext { - type Error = Error; - type FutureEgress = future::Ready>; - - fn unrouted_egress(&self, _id: ParaId) -> Self::FutureEgress { - future::ready(Ok(ConsolidatedIngress(Vec::new()))) - } - } - #[derive(Clone)] struct DummyPolkadotClient; @@ -534,12 +499,11 @@ mod tests { per_byte: 1, }, }, - DummyRelayChainContext, context, Arc::new(Sr25519Keyring::Alice.pair().into()), ); - let collation = futures::executor::block_on(collation).unwrap().0; + let collation = futures::executor::block_on(collation).unwrap(); let block_data = collation.pov.block_data; diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 05d6999b4cb..6fc2fb023a4 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } # other deps futures = { version = "0.3.1", features = ["compat"] } diff --git a/consensus/src/import_queue.rs b/consensus/src/import_queue.rs index 175bc116bc0..db3267981d0 100644 --- a/consensus/src/import_queue.rs +++ b/consensus/src/import_queue.rs @@ -15,7 +15,6 @@ // along with Cumulus. If not, see . use std::sync::Arc; -use std::collections::HashMap; use sc_client::Client; use sc_client_api::{Backend, CallExecutor, TransactionFor}; @@ -90,20 +89,12 @@ where body = Some(inner_body); } - let block_import_params = BlockImportParams { - origin, - header, - post_digests: Vec::new(), - body, - finalized: false, - intermediates: HashMap::new(), - justification, - auxiliary: Vec::new(), - fork_choice: Some(ForkChoiceStrategy::LongestChain), - allow_missing_state: false, - import_existing: false, - storage_changes: None, - }; + let post_hash = Some(header.hash()); + let mut block_import_params = BlockImportParams::new(origin, header); + block_import_params.body = body; + block_import_params.justification = justification; + block_import_params.fork_choice = Some(ForkChoiceStrategy::LongestChain); + block_import_params.post_hash = post_hash; Ok((block_import_params, None)) } diff --git a/network/Cargo.toml b/network/Cargo.toml index 04f32009f20..f4f81ae7ac2 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,16 +7,16 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } # other deps codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] } diff --git a/network/src/lib.rs b/network/src/lib.rs index 629ee8429f8..7140ea0575c 100644 --- a/network/src/lib.rs +++ b/network/src/lib.rs @@ -22,7 +22,7 @@ use sp_blockchain::Error as ClientError; use sp_consensus::block_validation::{BlockAnnounceValidator, Validation}; use sp_runtime::traits::Block as BlockT; -use polkadot_network::gossip::{GossipMessage, GossipStatement}; +use polkadot_network::legacy::gossip::{GossipMessage, GossipStatement}; use polkadot_primitives::parachain::ValidatorId; use polkadot_statement_table::{SignedStatement, Statement}; use polkadot_validation::check_statement; diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 42800d8f865..18c6f9477ac 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -13,21 +13,21 @@ trie-db = { version = "0.20.0", default-features = false } hashbrown = "0.6.1" # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] diff --git a/runtime/src/validate_block/tests.rs b/runtime/src/validate_block/tests.rs index b32a471c370..ae634025cdd 100644 --- a/runtime/src/validate_block/tests.rs +++ b/runtime/src/validate_block/tests.rs @@ -42,7 +42,6 @@ fn call_validate_block( let params = ValidationParams { block_data: block_data.encode(), parent_head: parent_head.encode(), - ingress: Vec::new(), } .encode(); diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index 0895a3c883b..ba20ed934b7 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index 8f014b93553..aabc9aaa4a8 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -23,30 +23,30 @@ structopt = "0.3.3" parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } cumulus-collator = { path = "../../collator" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } [build-dependencies] vergen = '3.0.4' diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index e5a18a00327..c4c760b416d 100644 --- a/test/parachain/runtime/Cargo.toml +++ b/test/parachain/runtime/Cargo.toml @@ -9,27 +9,27 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } diff --git a/test/parachain/runtime/src/lib.rs b/test/parachain/runtime/src/lib.rs index fcb6a82a446..409de9420fc 100644 --- a/test/parachain/runtime/src/lib.rs +++ b/test/parachain/runtime/src/lib.rs @@ -169,18 +169,20 @@ impl frame_system::Trait for Runtime { type Version = Version; /// Converts a module to an index of this module in the runtime. type ModuleToIndex = ModuleToIndex; + type AccountData = pallet_balances::AccountData; + type OnNewAccount = (); + type OnReapAccount = Balances; +} + +parameter_types! { + pub const IndexDeposit: Balance = 1; } impl pallet_indices::Trait for Runtime { - /// The type for recording indexing into the account enumeration. If this ever overflows, there - /// will be problems! type AccountIndex = u32; - /// Use the standard means of resolving an index hint from an id. - type ResolveHint = pallet_indices::SimpleResolveHint; - /// Determine whether an account is dead. - type IsDeadAccount = Balances; - /// The ubiquitous event type. type Event = Event; + type Currency = Balances; + type Deposit = IndexDeposit; } parameter_types! { @@ -205,15 +207,11 @@ parameter_types! { impl pallet_balances::Trait for Runtime { /// The type for recording an account's balance. type Balance = Balance; - /// What to do if a new account is created. - type OnNewAccount = Indices; /// The ubiquitous event type. type Event = Event; type DustRemoval = (); - type TransferPayment = (); type ExistentialDeposit = ExistentialDeposit; - type CreationFee = CreationFee; - type OnReapAccount = System; + type AccountStore = System; } impl pallet_transaction_payment::Trait for Runtime { @@ -226,8 +224,8 @@ impl pallet_transaction_payment::Trait for Runtime { } impl pallet_sudo::Trait for Runtime { + type Call = Call; type Event = Event; - type Proposal = Call; } construct_runtime! { @@ -236,11 +234,11 @@ construct_runtime! { NodeBlock = opaque::Block, UncheckedExtrinsic = UncheckedExtrinsic { - System: frame_system::{Module, Call, Storage, Config, Event}, + System: frame_system::{Module, Call, Storage, Config, Event}, Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, - Indices: pallet_indices, - Balances: pallet_balances, - Sudo: pallet_sudo, + Indices: pallet_indices::{Module, Call, Storage, Config, Event}, + Balances: pallet_balances::{Module, Call, Storage, Config, Event}, + Sudo: pallet_sudo::{Module, Call, Storage, Config, Event}, RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage}, } } @@ -305,6 +303,10 @@ impl_runtime_apis! { Executive::apply_extrinsic(extrinsic) } + fn apply_trusted_extrinsic(extrinsic: ::Extrinsic) -> ApplyExtrinsicResult { + Executive::apply_trusted_extrinsic(extrinsic) + } + fn finalize_block() -> ::Header { Executive::finalize_block() } diff --git a/test/parachain/src/chain_spec.rs b/test/parachain/src/chain_spec.rs index d4a298ff459..f32720b9923 100644 --- a/test/parachain/src/chain_spec.rs +++ b/test/parachain/src/chain_spec.rs @@ -87,7 +87,7 @@ fn testnet_genesis( changes_trie_config: Default::default(), }), pallet_indices: Some(IndicesConfig { - ids: endowed_accounts.clone(), + indices: vec![], }), pallet_balances: Some(BalancesConfig { balances: endowed_accounts diff --git a/test/parachain/src/command.rs b/test/parachain/src/command.rs index f8900a5f6b2..d41c1dcf4d5 100644 --- a/test/parachain/src/command.rs +++ b/test/parachain/src/command.rs @@ -122,6 +122,7 @@ pub fn run(version: VersionInfo) -> error::Result<()> { enable_mdns: false, allow_private_ipv4, wasm_external_transport: None, + use_yamux_flow_control: false, }; match config.roles { diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index e9d3ae09c0b..9850e9a1a3b 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false } -substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.2" } From e368cd703cab6e31ec0172deecc42dde94ece203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 24 Feb 2020 18:12:49 +0100 Subject: [PATCH 2/2] Update branch --- Cargo.lock | 2414 ++++++++++++++--------------- collator/Cargo.toml | 34 +- consensus/Cargo.toml | 22 +- network/Cargo.toml | 16 +- runtime/Cargo.toml | 22 +- test/client/Cargo.toml | 10 +- test/parachain/Cargo.toml | 36 +- test/parachain/runtime/Cargo.toml | 40 +- test/runtime/Cargo.toml | 2 +- 9 files changed, 1298 insertions(+), 1298 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2d607597ec..1bfecf5c804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,22 +745,22 @@ 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)", - "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -770,17 +770,17 @@ dependencies = [ "futures 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)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -789,14 +789,14 @@ name = "cumulus-network" version = "0.1.0" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -804,21 +804,21 @@ name = "cumulus-runtime" version = "0.1.0" dependencies = [ "cumulus-test-client 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (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)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -828,11 +828,11 @@ version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", "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=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -850,24 +850,24 @@ dependencies = [ "nix 0.17.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)", - "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -878,28 +878,28 @@ name = "cumulus-test-parachain-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -908,7 +908,7 @@ name = "cumulus-test-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1260,7 +1260,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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1268,69 +1268,69 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-metadata" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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 1.3.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)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tracing 0.1.12 (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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "proc-macro2 1.0.8 (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.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1351,7 +1351,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1361,26 +1361,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -1674,7 +1674,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2160,62 +2160,62 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3150,328 +3150,328 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3482,121 +3482,121 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (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=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -3881,7 +3881,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot-availability-store" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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)", @@ -3892,36 +3892,36 @@ 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)", - "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-cli" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "futures 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)", - "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3929,46 +3929,46 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "futures 0.3.4 (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)", - "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-erasure-coding" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "derive_more 0.15.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)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-network" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3979,234 +3979,234 @@ 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)", - "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-parachain" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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)", "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=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (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=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-primitives" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-rpc" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-runtime" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-runtime-common" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" 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=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-service" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "futures 0.3.4 (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.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", + "kusama-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (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=bkchr-cumulus-branch-dev)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-statement-table" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-validation" version = "0.7.21" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev#71b888208e1882417f8b6659427d107d3f521eaf" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#b1f88ed21ec551c35ff2c2d776b214f2383a56d6" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4214,28 +4214,28 @@ dependencies = [ "futures 0.3.4 (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=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4819,7 +4819,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4831,74 +4831,74 @@ dependencies = [ "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 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)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4909,7 +4909,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4926,19 +4926,19 @@ dependencies = [ "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4947,7 +4947,7 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4958,29 +4958,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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tracing 0.1.12 (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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -4991,27 +4991,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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5023,25 +5023,25 @@ dependencies = [ "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5053,81 +5053,81 @@ dependencies = [ "parking_lot 0.10.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.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5136,66 +5136,66 @@ 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5203,11 +5203,11 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5215,59 +5215,59 @@ dependencies = [ "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 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-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "subtle 2.2.2 (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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5275,7 +5275,7 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.10 (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=bkchr-cumulus-branch-dev)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5291,21 +5291,21 @@ dependencies = [ "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (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=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5316,7 +5316,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5325,15 +5325,15 @@ 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5346,20 +5346,20 @@ dependencies = [ "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)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5371,7 +5371,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5380,28 +5380,28 @@ 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-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5414,17 +5414,17 @@ dependencies = [ "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5433,13 +5433,13 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5447,38 +5447,38 @@ dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.7.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)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (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=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5488,18 +5488,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5521,13 +5521,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5546,17 +5546,17 @@ dependencies = [ "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5566,13 +5566,13 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5895,34 +5895,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -5934,83 +5934,83 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.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)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6021,48 +6021,48 @@ dependencies = [ "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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6086,11 +6086,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6102,7 +6102,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6112,90 +6112,90 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.5 (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=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6204,26 +6204,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6232,32 +6232,32 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6269,7 +6269,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6278,28 +6278,28 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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)", @@ -6307,10 +6307,10 @@ dependencies = [ "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)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6318,70 +6318,70 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.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)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6389,23 +6389,23 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" 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-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6508,87 +6508,87 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (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=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", - "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-wasm-builder-runner" version = "1.0.5" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#6c0232b9a34d1680cf3d0f1e383edb6f8aa4dffa" [[package]] name = "substrate-wasm-builder-runner" @@ -7852,16 +7852,16 @@ dependencies = [ "checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" "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=bkchr-cumulus-branch-dev)" = "" -"checksum frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-benchmarking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "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" @@ -7895,7 +7895,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.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da" -"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "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" @@ -7943,7 +7943,7 @@ dependencies = [ "checksum jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b94e5773b2ae66e0e02c80775ce6bbba6f15d5bb47c14ec36a36fcf94f8df851" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum kusama-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum kusama-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" "checksum kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8396be0e5561ccd1bf7ff0b2007487cdd7a87a056873fe6ea906b35d4dbf7ed8" "checksum kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03080afe6f42cd996da9f568d6add5d7fb5ee2ea7fb7802d2d2cbd836958fd87" @@ -8027,35 +8027,35 @@ dependencies = [ "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "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=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "26df883298bc3f4e92528b4c5cc9f806b791955b136da3e5e939ed9de0fd958b" "checksum parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775" @@ -8087,19 +8087,19 @@ dependencies = [ "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -"checksum polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" -"checksum polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch-dev)" = "" +"checksum polkadot-availability-store 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-cli 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-collator 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-erasure-coding 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-network 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-parachain 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-primitives 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-rpc 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime-common 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-service 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-statement-table 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-validation 0.7.21 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" "checksum predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a9bfe52247e5cc9b2f943682a85a5549fb9662245caf094504e69a2f03fe64d4" "checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" @@ -8164,39 +8164,39 @@ dependencies = [ "checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" "checksum salsa20 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe" "checksum salsa20-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69" -"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-informant 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295" "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" @@ -8231,45 +8231,45 @@ dependencies = [ "checksum snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f" "checksum soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "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" @@ -8282,10 +8282,10 @@ 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=bkchr-cumulus-branch-dev)" = "" -"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" -"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch-dev)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index b8a162fb605..ebcd9466814 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,20 +6,20 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Polkadot dependencies -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -37,13 +37,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Polkadot dependencies -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Other dependencies env_logger = "0.7.1" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 6fc2fb023a4..05d6999b4cb 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # other deps futures = { version = "0.3.1", features = ["compat"] } diff --git a/network/Cargo.toml b/network/Cargo.toml index f4f81ae7ac2..04f32009f20 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,16 +7,16 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # other deps codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 18c6f9477ac..42800d8f865 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -13,21 +13,21 @@ trie-db = { version = "0.20.0", default-features = false } hashbrown = "0.6.1" # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index ba20ed934b7..0895a3c883b 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index aabc9aaa4a8..8f014b93553 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -23,30 +23,30 @@ structopt = "0.3.3" parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch-dev" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } cumulus-collator = { path = "../../collator" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch-dev" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } [build-dependencies] vergen = '3.0.4' diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index c4c760b416d..e5a18a00327 100644 --- a/test/parachain/runtime/Cargo.toml +++ b/test/parachain/runtime/Cargo.toml @@ -9,27 +9,27 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch-dev" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index 9850e9a1a3b..e9d3ae09c0b 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false } -substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch-dev" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.2" }