diff --git a/cumulus/.gitignore b/cumulus/.gitignore index 85dd47e168..1269ff2824 100644 --- a/cumulus/.gitignore +++ b/cumulus/.gitignore @@ -2,3 +2,4 @@ .idea .vscode .DS_Store +/.cargo/config diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 548604dbca..624c8781d9 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -204,13 +204,13 @@ dependencies = [ [[package]] name = "async-tls" -version = "0.6.0" +version = "0.7.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)", - "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.17.0 (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)", + "webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -258,14 +258,6 @@ name = "base58" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "base64" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "base64" version = "0.11.0" @@ -758,21 +750,21 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-collator 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-test-client 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] @@ -783,17 +775,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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -802,10 +794,10 @@ name = "cumulus-message-broker" version = "0.1.0" dependencies = [ "cumulus-primitives 0.1.0", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -813,15 +805,15 @@ name = "cumulus-network" version = "0.1.0" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-network 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-network 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -829,7 +821,7 @@ name = "cumulus-primitives" version = "0.1.0" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -837,23 +829,23 @@ name = "cumulus-runtime" version = "0.1.0" dependencies = [ "cumulus-test-client 0.1.0", - "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0-dev (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -862,9 +854,9 @@ version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "sp-test-primitives 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-test-client 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] @@ -884,27 +876,27 @@ dependencies = [ "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-collator 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-basic-authorship 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-collator 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-basic-authorship 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-build-script-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-build-script-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -913,28 +905,28 @@ name = "cumulus-test-parachain-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (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)", ] @@ -1164,31 +1156,6 @@ dependencies = [ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ethbloom" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "ethereum-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "ethbloom 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "exit-future" version = "0.1.4" @@ -1316,102 +1283,103 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-benchmarking" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "linregress 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-benchmarking-cli" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-executive" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-metadata" -version = "11.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "11.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-support" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support-procedural 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-metadata 11.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural 2.0.0-dev (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support-procedural-tools 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1419,10 +1387,10 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools-derive 2.0.0-dev (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.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1431,8 +1399,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1441,27 +1409,27 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (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.3.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -1999,14 +1967,6 @@ dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "impl-rlp" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rlp 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "impl-serde" version = "0.2.3" @@ -2217,64 +2177,63 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-recovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-scheduler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-society 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-utility 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-recovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-scheduler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-society 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-utility 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.30 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (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)", ] @@ -2291,7 +2250,7 @@ name = "kvdb" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2301,7 +2260,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kvdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2316,7 +2275,7 @@ dependencies = [ "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)", "owning_ref 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2370,27 +2329,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libp2p" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core-derive 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-dns 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-identify 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-kad 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mdns 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mplex 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-noise 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-ping 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-secio 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-tcp 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-wasm-ext 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-websocket 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-yamux 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-dns 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-identify 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-kad 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mdns 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mplex 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-noise 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-ping 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-secio 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-tcp 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-wasm-ext 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-websocket 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-yamux 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "multihash 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2401,7 +2360,7 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.17.1" +version = "0.18.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)", @@ -2434,7 +2393,7 @@ dependencies = [ [[package]] name = "libp2p-core-derive" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2443,22 +2402,22 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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-identify" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.18.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)", @@ -2468,7 +2427,7 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2477,8 +2436,8 @@ 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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "multihash 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2494,7 +2453,7 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.17.0" +version = "0.18.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)", @@ -2503,8 +2462,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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.18.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)", @@ -2515,14 +2474,14 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2530,13 +2489,13 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.17.0" +version = "0.18.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)", "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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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)", @@ -2550,12 +2509,12 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.18.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)", @@ -2564,7 +2523,7 @@ dependencies = [ [[package]] name = "libp2p-secio" -version = "0.17.0" +version = "0.18.0" 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)", @@ -2573,7 +2532,7 @@ dependencies = [ "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.36 (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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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)", @@ -2593,11 +2552,11 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.0 (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)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2607,7 +2566,7 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.17.0" +version = "0.18.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)", @@ -2615,18 +2574,18 @@ dependencies = [ "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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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.17.0" +version = "0.18.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)", "js-sys 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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.59 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2634,17 +2593,17 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.17.0" +version = "0.18.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)", + "async-tls 0.7.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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)", + "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2654,11 +2613,11 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.17.0" +version = "0.18.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.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.18.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.11 (registry+https://github.com/rust-lang/crates.io-index)", "yamux 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2806,6 +2765,15 @@ name = "memchr" version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "memmap" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "memoffset" version = "0.5.3" @@ -2833,7 +2801,7 @@ dependencies = [ "ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3169,348 +3137,348 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-authorship" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-babe" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-vrf 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-vrf 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-balances" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-collective" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-democracy" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-elections-phragmen" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-finality-tracker" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (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.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-grandpa" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-identity" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-im-online" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-indices" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-membership" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-nicks" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-offences" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-randomness-collective-flip" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-recovery" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-scheduler" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-session" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-society" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-staking" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (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 = "pallet-staking-reward-curve" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3520,121 +3488,133 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-timestamp" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (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.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-treasury" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-utility" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-vesting" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 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)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", +] + +[[package]] +name = "parity-db" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3725,14 +3705,11 @@ dependencies = [ [[package]] name = "parity-util-mem" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ethereum-types 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3925,8 +3902,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot-availability-store" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3937,86 +3914,86 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-cli" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ - "frame-benchmarking-cli 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking-cli 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-service 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-build-script-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-build-script-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-collator" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" 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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-erasure-coding" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "reed-solomon-erasure 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-network" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" 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)", @@ -4027,238 +4004,237 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (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.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.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 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-primitives" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.30 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-rpc" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-frame-rpc-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-frame-rpc-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-runtime" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-scheduler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-scheduler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.30 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (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.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-vesting 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-service" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ - "frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "kusama-runtime 0.7.30 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-rpc 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-authority-discovery 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-rpc 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-authority-discovery 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "westend-runtime 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", ] [[package]] name = "polkadot-statement-table" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-validation" -version = "0.7.29-pre1" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#723d4047c0ed4d928753f1aa2712310938cb40cc" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" dependencies = [ "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4266,28 +4242,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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4326,7 +4302,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fixed-hash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4802,14 +4777,6 @@ name = "rle-decode-fast" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "rlp" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rocksdb" version = "0.13.0" @@ -4867,18 +4834,6 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rustls" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", - "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rustls" version = "0.17.0" @@ -4927,89 +4882,89 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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.3.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)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-basic-authorship" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (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.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec-derive" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5019,8 +4974,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -5035,33 +4990,34 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-informant 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-informant 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-tracing 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5072,31 +5028,33 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.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-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-database 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5108,59 +5066,62 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.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 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-client-db" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb-memorydb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb-rocksdb 0.7.0 (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-db 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-state-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-state-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-database 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-babe" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0-dev (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)", @@ -5172,82 +5133,82 @@ 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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-epochs 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-slots 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-uncles 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-epochs 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-slots 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-uncles 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "schnorrkel 0.9.1 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-vrf 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-vrf 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-epochs" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "fork-tree 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.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-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-slots" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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.3.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-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-uncles" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-executor" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5256,69 +5217,70 @@ dependencies = [ "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmi 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmtime 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmi 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmtime 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-allocator 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "cranelift-codegen 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-wasm 0.59.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.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasmtime 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-wasmtime-runtime 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-environ 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5326,12 +5288,12 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0-dev (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)", @@ -5339,63 +5301,63 @@ 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-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-arithmetic 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-informant" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.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)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -5403,12 +5365,12 @@ 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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "fork-tree 2.0.0-dev (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)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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)", @@ -5420,23 +5382,23 @@ 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-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-peerset 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-peerset 2.0.0-dev (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.48 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5446,24 +5408,24 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -5476,34 +5438,34 @@ dependencies = [ "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (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-rpc" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -5512,31 +5474,31 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.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-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-api 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-api 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-api" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5549,18 +5511,18 @@ 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.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-server" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -5569,83 +5531,83 @@ 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.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-service" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (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 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "netstat2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (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)", "procfs 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-server 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-server 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-tracing 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0-dev (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.48 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sysinfo 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sysinfo 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.13 (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem-derive 0.1.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-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-telemetry" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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)", @@ -5661,13 +5623,13 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "erased-serde 0.3.10 (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)", - "sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0-dev (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.48 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5676,28 +5638,28 @@ dependencies = [ [[package]] name = "sc-transaction-graph" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (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.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5705,16 +5667,18 @@ dependencies = [ "intervalier 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-graph 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-graph 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6038,35 +6002,35 @@ dependencies = [ [[package]] name = "sp-allocator" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api-proc-macro" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -6077,84 +6041,85 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 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)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-arithmetic" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.7.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authority-discovery" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authorship" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-block-builder" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-blockchain" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.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)", "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-chain-spec" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6162,73 +6127,73 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (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 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.18.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.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-aura" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-babe" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-vrf 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-vrf 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-vrf" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-core" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -6242,9 +6207,10 @@ dependencies = [ "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)", + "merlin 2.0.0 (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6252,11 +6218,11 @@ dependencies = [ "schnorrkel 0.9.1 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-bip39 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6265,10 +6231,19 @@ dependencies = [ "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sp-database" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" +dependencies = [ + "kvdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-debug-derive" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6277,91 +6252,93 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-grandpa" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 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)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-tracker" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-inherents" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-io" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", "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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-keyring" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-panic-handler" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "backtrace 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6369,20 +6346,20 @@ dependencies = [ [[package]] name = "sp-phragmen" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 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)", "sp-phragmen-compact 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-phragmen-compact" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6392,52 +6369,52 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-arithmetic 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime-interface" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -6448,8 +6425,8 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6457,29 +6434,29 @@ dependencies = [ [[package]] name = "sp-session" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-staking" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-state-machine" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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)", @@ -6487,90 +6464,90 @@ dependencies = [ "parity-scale-codec 1.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.1 (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" [[package]] name = "sp-storage" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-test-primitives" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.6.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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-timestamp" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (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-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "derive_more 0.99.3 (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.3.0 (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-trie" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.1 (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-utils" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6580,24 +6557,24 @@ dependencies = [ [[package]] name = "sp-version" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 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)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-wasm-interface" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6707,37 +6684,37 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "platforms 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-frame-rpc-system" -version = "2.0.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-prometheus-endpoint" -version = "0.8.0-alpha.5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +version = "0.8.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6751,66 +6728,66 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" 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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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.20.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0-dev (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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-aura 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-aura 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (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)", + "trie-db 0.20.1 (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#79809a6a21cde2e9554f4948fa2fb0d48e17dee6" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#05161aae549c2477580df55e1837a7cdc0d48453" [[package]] name = "substrate-wasm-builder-runner" @@ -6954,7 +6931,7 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.12.0" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7372,7 +7349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trie-db" -version = "0.20.0" +version = "0.20.1" 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)", @@ -7766,7 +7743,7 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7774,12 +7751,76 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "westend-runtime" +version = "0.7.30" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#d240ef7407c9e1b7156cc4c40138eacabd84ee79" +dependencies = [ + "bitvec 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0-dev (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-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-recovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-scheduler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-society 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-utility 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "parity-scale-codec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.30 (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-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0-dev (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 = "which" version = "3.1.1" @@ -7949,14 +7990,13 @@ dependencies = [ "checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5" "checksum async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267" "checksum async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d" -"checksum async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce6977f57fa68da77ffe5542950d47e9c23d65f5bc7cb0a9f8700996913eec7" +"checksum async-tls 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95fd83426b89b034bf4e9ceb9c533c2f2386b813fd3dcae0a425ec6f1837d78a" "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" "checksum backtrace 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8" "checksum backtrace-sys 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69" "checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" -"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" "checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" "checksum bindgen 0.53.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8" @@ -8036,8 +8076,6 @@ dependencies = [ "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" "checksum escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d" -"checksum ethbloom 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7abcddbdd5db30aeed4deb586adc4824e6c247e2f7238d1187f752893f096b" -"checksum ethereum-types 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "964c23cdee0ca07d5be2a628b46d5c11a2134ce554a8c16d8dbc2db647e4fd4d" "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.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74b9ed6159e4a6212c61d9c6a86bee01876b192a64accecf58d5b5ae3b667b52" @@ -8052,17 +8090,17 @@ 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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-benchmarking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-benchmarking-cli 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-metadata 11.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural-tools 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum fork-tree 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-benchmarking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-benchmarking-cli 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-executive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-metadata 11.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0-dev (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" @@ -8118,7 +8156,6 @@ dependencies = [ "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" -"checksum impl-rlp 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5" "checksum impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8" "checksum impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8" "checksum impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" @@ -8142,7 +8179,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.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum kusama-runtime 0.7.30 (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.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cad096c6849b2ef027fabe35c4aed356d0e3d3f586d0a8361e5e17f1e50a7ce5" "checksum kvdb-memorydb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4aa954d12cfac958822dfd77aab34f3eec71f103b918c4ab79ab59a36ee594ea" @@ -8154,22 +8191,22 @@ dependencies = [ "checksum libflate 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "d9135df43b1f5d0e333385cb6e7897ecd1a43d7d11b91ac003f4d2c2d2401fdd" "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" "checksum libm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" -"checksum libp2p 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a261244b8d7ff58f5d62ffa33589eb1ba7733a1dfee0902ad9fdfe62ada7009" -"checksum libp2p-core 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfe1412f2afe1366a2661abd211bb1a27ee6a664d799071282f4fba997c6858" -"checksum libp2p-core-derive 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0eeb25d5f152a826eac57c7d1cc3de10d72dc4051e90fe4c0cd139f07a069a3" -"checksum libp2p-dns 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "647178f8683bf868f7f14d5e5718dbdc2445b9f6b24ce99da96cecd7c5d2d1a6" -"checksum libp2p-identify 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04efa011cda5232648b5aa50bd80be7ba0a695d682b01aa46b65e5be5ece0605" -"checksum libp2p-kad 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97f4722d83af8fc0065cee7589a000b629961c1c11d90ba09f6685b3e123b9ae" -"checksum libp2p-mdns 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b752276b3bea2fca1c291f43cefc8082d8a639bb8f9052cf5adc6accfcd7b44e" -"checksum libp2p-mplex 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f317db8c062beecde87a8765ca03784e6f1a55daa5b9868bf60ebf9b9a2b92f" -"checksum libp2p-noise 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98d3845f54288ff134dd78c131517bad8bc03965def6e6517efef03291d9b4d7" -"checksum libp2p-ping 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa1cb80ccbedb91d9b980aafc6bf39dc7e4616a7e37c631a4e6ef62629567a13" -"checksum libp2p-secio 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74130fa95effb780850ec790b7af777b893108d9b5983ab994b61d93d2eb0336" -"checksum libp2p-swarm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4ec53df8978a5d6d9dac243fb1e3adf004f8b8d28f72e6f2160df34d5f39564" -"checksum libp2p-tcp 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e25c9d9c5448c189bba7ecdd1ca23800516281476e82810eff711ef04abaf9eb" -"checksum libp2p-wasm-ext 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "076446cabb23b0d79d2375661d837a43cbda6719d88787f234e7661c33ef9554" -"checksum libp2p-websocket 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0117ed6a6f60114c107c1232a0890a8fe997013c7e1920b6f0c811e05d2fae7" -"checksum libp2p-yamux 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee12c49426527908f81ffb6551b95f57149a8ea64f386bb7da3b123cdb9c01ba" +"checksum libp2p 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32ea742c86405b659c358223a8f0f9f5a9eb27bb6083894c6340959b05269662" +"checksum libp2p-core 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d2c17158c4dca984a77a5927aac6f0862d7f50c013470a415f93be498b5739" +"checksum libp2p-core-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "329127858e4728db5ab60c33d5ae352a999325fdf190ed022ec7d3a4685ae2e6" +"checksum libp2p-dns 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d0993481203d68e5ce2f787d033fb0cac6b850659ed6c784612db678977c71" +"checksum libp2p-identify 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a38ca3eb807789e26f41c82ca7cd2b3843c66c5587b8b5f709a2f421f3061414" +"checksum libp2p-kad 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a92cda1fb8149ea64d092a2b99d2bd7a2c309eee38ea322d02e4480bd6ee1759" +"checksum libp2p-mdns 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41e908d2aaf8ff0ec6ad1f02fe1844fd777fb0b03a68a226423630750ab99471" +"checksum libp2p-mplex 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0832882b06619b2e81d74e71447753ea3c068164a0bca67847d272e856a04a02" +"checksum libp2p-noise 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "918e94a649e1139c24ee9f1f8c1f2adaba6d157b9471af787f2d9beac8c29c77" +"checksum libp2p-ping 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9bfbf87eebb492d040f9899c5c81c9738730465ac5e78d9b7a7d086d0f07230" +"checksum libp2p-secio 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7a0509a7e47245259954fef58b85b81bf4d29ae33a4365e38d718a866698774" +"checksum libp2p-swarm 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44ab289ae44cc691da0a6fe96aefa43f26c86c6c7813998e203f6d80f1860f18" +"checksum libp2p-tcp 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b37ea44823d3ed223e4605da94b50177bc520f05ae2452286700549a32d81669" +"checksum libp2p-wasm-ext 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3ac7dbde0f88cad191dcdfd073b8bae28d01823e8ca313f117b6ecb914160c3" +"checksum libp2p-websocket 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6874c9069ce93d899df9dc7b29f129c706b2a0fdc048f11d878935352b580190" +"checksum libp2p-yamux 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02f91aea50f6571e0bc6c058dc0e9b270afd41ec28dd94e9e4bf607e78b9ab87" "checksum librocksdb-sys 6.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e3b727e2dd20ec2fb7ed93f23d9fd5328a0871185485ebdaff007b47d3e27e4" "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" @@ -8187,6 +8224,7 @@ dependencies = [ "checksum matrixmultiply 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f" "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" "checksum memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "881736a0f68a6fae1b596bb066c5bd16d7b3ed645a4dd8ffaefd02f585abaf71" "checksum memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f58381b20ebe2c578e75dececd9da411414903415349548ccc46aac3209cdfbc" @@ -8225,36 +8263,37 @@ 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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" -"checksum pallet-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-babe 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-balances 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-collective 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-democracy 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-elections-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-identity 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-im-online 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-indices 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-membership 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-nicks 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-offences 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-randomness-collective-flip 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-recovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-scheduler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-society 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-staking-reward-curve 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-sudo 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-treasury 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-utility 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum pallet-vesting 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-babe 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-balances 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-collective 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-democracy 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-elections-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-identity 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-im-online 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-membership 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-nicks 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-offences 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-randomness-collective-flip 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-recovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-scheduler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-society 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking-reward-curve 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-sudo 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-treasury 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-utility 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-vesting 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum parity-db 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "288f7e4d049b6c9adeb8a69deaa9a4085ec601a1dbf36fe4fd1dd686f44b12cc" "checksum parity-multiaddr 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477" "checksum parity-multiaddr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4db35e222f783ef4e6661873f6c165c4eb7b65e0c408349818517d5705c2d7d3" "checksum parity-multihash 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775" @@ -8262,7 +8301,7 @@ dependencies = [ "checksum parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" "checksum parity-util-mem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8174d85e62c4d615fddd1ef67966bdc5757528891d0742f15b131ad04667b3f9" -"checksum parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5" +"checksum parity-util-mem 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c6e2583649a3ca84894d1d71da249abcfda54d5aca24733d72ca10d0f02361c" "checksum parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" "checksum parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" @@ -8286,19 +8325,19 @@ dependencies = [ "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 platforms 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" -"checksum polkadot-availability-store 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-cli 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-collator 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-erasure-coding 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-network 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-parachain 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-primitives 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-rpc 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-runtime 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-runtime-common 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-service 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-statement-table 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" -"checksum polkadot-validation 0.7.29-pre1 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-availability-store 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-cli 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-collator 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-erasure-coding 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-network 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-parachain 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-primitives 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-rpc 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime-common 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-service 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-statement-table 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-validation 0.7.30 (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.4 (registry+https://github.com/rust-lang/crates.io-index)" = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030" "checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" @@ -8355,7 +8394,6 @@ dependencies = [ "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)" = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" "checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" -"checksum rlp 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3a44d5ae8afcb238af8b75640907edc6c931efcfab2c854e81ed35fa080f84cd" "checksum rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643" "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" @@ -8364,45 +8402,44 @@ dependencies = [ "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 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1" "checksum rustls-native-certs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5" "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-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-basic-authorship 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-chain-spec-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-cli 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-epochs 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-slots 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-consensus-uncles 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-common 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-wasmi 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-executor-wasmtime 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-finality-grandpa 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-informant 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-keystore 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-network-gossip 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-peerset 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc-api 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-rpc-server 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-state-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-telemetry 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-tracing 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-transaction-graph 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sc-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-authority-discovery 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-basic-authorship 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-block-builder 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-cli 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-epochs 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-slots 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-uncles 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-common 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmi 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmtime 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-finality-grandpa 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-informant 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-keystore 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network-gossip 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-peerset 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-api 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-server 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-service 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-state-db 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-telemetry 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-tracing 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-graph 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-pool 2.0.0-dev (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.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" "checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" @@ -8437,49 +8474,50 @@ dependencies = [ "checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" "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 sp-allocator 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-api-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-arithmetic 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-authority-discovery 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-authorship 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus-aura 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-consensus-vrf 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-debug-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-finality-grandpa 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-finality-tracker 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-panic-handler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-phragmen 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-allocator 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authority-discovery 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authorship 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-block-builder 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-blockchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-chain-spec 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-aura 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-babe 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-vrf 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-database 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-grandpa 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-tracker 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-offchain 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-phragmen 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum sp-phragmen-compact 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-rpc 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-serializer 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-staking 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-serializer 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-session 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-staking 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum sp-test-primitives 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-timestamp 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-wasm-interface 2.0.0-dev (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" @@ -8493,9 +8531,9 @@ 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.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c004e8166d6e0aa3a9d5fa673e5b7098ff25f930de1013a21341988151e681bb" -"checksum substrate-build-script-utils 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum substrate-frame-rpc-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" -"checksum substrate-prometheus-endpoint 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-build-script-utils 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-frame-rpc-system 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-prometheus-endpoint 0.8.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum substrate-test-client 2.0.0-dev (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum substrate-test-runtime 2.0.0-dev (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)" = "" @@ -8511,7 +8549,7 @@ dependencies = [ "checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" -"checksum sysinfo 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ccb41798287e8e299a701b5560d886d6ca2c3e7115e9ea2cb68c123aec339b7" +"checksum sysinfo 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1cac193374347e7c263c5f547524f36ff8ec6702d56c8799c8331d26dffe8c1e" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" "checksum target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d" "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" @@ -8550,7 +8588,7 @@ dependencies = [ "checksum tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b" "checksum tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715" "checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" -"checksum trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de9222c50cc325855621271157c973da27a0dcd26fa06f8edf81020bd2333df0" +"checksum trie-db 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f" "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" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" @@ -8595,8 +8633,9 @@ dependencies = [ "checksum wat 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ffdea5e25273cc3a62f3ae3a1a4c7d7996625875b50c0b4475fee6698c2b069c" "checksum web-sys 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)" = "721c6263e2c66fd44501cc5efbfa2b7dfa775d13e4ea38c46299646ed1f9c70a" "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" "checksum webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4" +"checksum webpki-roots 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739" +"checksum westend-runtime 0.7.30 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" "checksum which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" diff --git a/cumulus/collator/src/lib.rs b/cumulus/collator/src/lib.rs index abb074cb27..9063dc04e6 100644 --- a/cumulus/collator/src/lib.rs +++ b/cumulus/collator/src/lib.rs @@ -411,7 +411,7 @@ mod tests { struct DummyCollatorNetwork; impl CollatorNetwork for DummyCollatorNetwork { - fn checked_statements(&self, _: PHash) -> Pin>> { + fn checked_statements(&self, _: PHash) -> Pin + Send>> { unimplemented!("Not required in tests") } } diff --git a/cumulus/message-broker/src/lib.rs b/cumulus/message-broker/src/lib.rs index 80886ba777..9e638bd606 100644 --- a/cumulus/message-broker/src/lib.rs +++ b/cumulus/message-broker/src/lib.rs @@ -26,7 +26,7 @@ use cumulus_primitives::{ }; use frame_support::{ decl_module, storage, - weights::{SimpleDispatchInfo, WeighData, Weight}, + weights::{MINIMUM_WEIGHT, SimpleDispatchInfo, WeighData, Weight}, }; use frame_system::ensure_none; use sp_inherents::{InherentData, InherentIdentifier, MakeFatalError, ProvideInherent}; @@ -51,7 +51,7 @@ decl_module! { fn on_initialize() -> Weight { storage::unhashed::kill(well_known_keys::UPWARD_MESSAGES); - SimpleDispatchInfo::default().weigh_data(()) + SimpleDispatchInfo::FixedNormal(MINIMUM_WEIGHT).weigh_data(()) } } } diff --git a/cumulus/runtime/Cargo.toml b/cumulus/runtime/Cargo.toml index 98165169bf..a8d301a271 100644 --- a/cumulus/runtime/Cargo.toml +++ b/cumulus/runtime/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = [ "derive" ] } memory-db = { version = "0.18.0", default-features = false } hash-db = { version = "0.15.2", default-features = false } -trie-db = { version = "0.20.0", default-features = false } +trie-db = { version = "0.20.1", default-features = false } hashbrown = "0.6.1" # Substrate dependencies diff --git a/cumulus/test/parachain/runtime/src/lib.rs b/cumulus/test/parachain/runtime/src/lib.rs index bf6b4fb8d1..56098ed61f 100644 --- a/cumulus/test/parachain/runtime/src/lib.rs +++ b/cumulus/test/parachain/runtime/src/lib.rs @@ -102,6 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 4, impl_version: 4, apis: RUNTIME_API_VERSIONS, + transaction_version: 1, }; pub const MILLISECS_PER_BLOCK: u64 = 6000; @@ -171,6 +172,7 @@ impl frame_system::Trait for Runtime { type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = Balances; + type DbWeight = (); } parameter_types! { diff --git a/cumulus/test/parachain/src/command.rs b/cumulus/test/parachain/src/command.rs index 55d13f291e..ec37112a2b 100644 --- a/cumulus/test/parachain/src/command.rs +++ b/cumulus/test/parachain/src/command.rs @@ -27,7 +27,6 @@ use sc_client::genesis; use sc_network::config::TransportConfig; use sc_service::{ config::{NetworkConfiguration, NodeKeyConfig, PrometheusConfig}, - Configuration, Role as ServiceRole, }; use sp_core::hexdisplay::HexDisplay; use sp_runtime::{ @@ -194,6 +193,7 @@ pub fn run() -> Result<()> { crate::service::run_collator(config, key, polkadot_config) }, + parachain_runtime::VERSION, ) } } @@ -277,7 +277,7 @@ impl CliConfiguration for PolkadotCli { &self, chain_spec: &Box, is_dev: bool, - net_config_dir: &PathBuf, + net_config_dir: PathBuf, client_id: &str, node_name: &str, node_key: NodeKeyConfig, @@ -289,7 +289,7 @@ impl CliConfiguration for PolkadotCli { x.network_config( chain_spec, is_dev, - net_config_dir, + Some(net_config_dir), client_id, node_name, node_key, diff --git a/cumulus/test/parachain/src/service.rs b/cumulus/test/parachain/src/service.rs index 459d77c9d2..b5f00a1cdc 100644 --- a/cumulus/test/parachain/src/service.rs +++ b/cumulus/test/parachain/src/service.rs @@ -49,9 +49,9 @@ macro_rules! new_full_start { crate::service::Executor, >($config)? .with_select_chain(|_config, backend| Ok(sc_client::LongestChain::new(backend.clone())))? - .with_transaction_pool(|config, client, _| { + .with_transaction_pool(|config, client, _fetcher, prometheus_registry| { let pool_api = Arc::new(sc_transaction_pool::FullChainApi::new(client.clone())); - let pool = sc_transaction_pool::BasicPool::new(config, pool_api); + let pool = sc_transaction_pool::BasicPool::new(config, pool_api, prometheus_registry); Ok(pool) })? .with_import_queue(|_config, client, _, _| {