diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 4f77ba667d1032f6b1060cf6054c9aa00f6289c9..db2fad3985cca73fb0dc6569d5c64a7e3353d883 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -55,7 +55,7 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -133,18 +133,30 @@ dependencies = [ "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "assert_cmd" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "escargot 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "async-std" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-task 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -160,7 +172,7 @@ dependencies = [ [[package]] name = "async-task" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -172,7 +184,7 @@ name = "async-tls" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.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)", @@ -341,14 +353,14 @@ dependencies = [ [[package]] name = "broadcaster" -version = "0.2.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -364,7 +376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bstr" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -638,14 +650,6 @@ dependencies = [ "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "crossbeam-queue" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "crossbeam-queue" version = "0.2.1" @@ -655,15 +659,6 @@ dependencies = [ "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "crossbeam-utils" -version = "0.6.6" -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)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "crossbeam-utils" version = "0.7.0" @@ -705,15 +700,6 @@ dependencies = [ "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ctrlc" -version = "3.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "cuckoofilter" version = "0.3.2" @@ -732,46 +718,46 @@ dependencies = [ "cumulus-test-client 0.1.0", "cumulus-test-runtime 0.1.0", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "cumulus-consensus" version = "0.1.0" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -780,14 +766,14 @@ name = "cumulus-network" version = "0.1.0" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] @@ -795,21 +781,21 @@ name = "cumulus-runtime" version = "0.1.0" dependencies = [ "cumulus-test-client 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -819,48 +805,47 @@ version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "cumulus-test-parachain-collator" version = "0.1.0" dependencies = [ - "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "cumulus-collator 0.1.0", "cumulus-consensus 0.1.0", "cumulus-test-parachain-runtime 0.1.0", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -870,28 +855,28 @@ name = "cumulus-test-parachain-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -900,7 +885,7 @@ name = "cumulus-test-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -967,6 +952,11 @@ dependencies = [ "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "difference" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "digest" version = "0.8.1" @@ -1107,6 +1097,17 @@ dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "escargot" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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.46 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "exit-future" version = "0.1.4" @@ -1121,7 +1122,7 @@ name = "exit-future" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1131,7 +1132,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1188,10 +1189,10 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (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)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1230,7 +1231,7 @@ dependencies = [ "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1241,7 +1242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1249,58 +1250,58 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "frame-metadata" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-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 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1309,9 +1310,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1321,7 +1322,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1331,26 +1332,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] @@ -1390,25 +1391,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-channel" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1417,12 +1418,11 @@ version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-core" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1441,11 +1441,11 @@ dependencies = [ [[package]] name = "futures-diagnose" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (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)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1456,23 +1456,23 @@ dependencies = [ [[package]] name = "futures-executor" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-io" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-macro" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1483,17 +1483,12 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "futures-sink-preview" -version = "0.3.0-alpha.19" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-task" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1513,22 +1508,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-util" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-macro 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1538,7 +1533,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1549,7 +1543,7 @@ version = "0.3.4" 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.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1613,7 +1607,7 @@ dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1627,8 +1621,8 @@ name = "globset" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", - "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1647,13 +1641,13 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1673,11 +1667,11 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1687,11 +1681,11 @@ 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-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1864,12 +1858,12 @@ dependencies = [ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1879,9 +1873,9 @@ version = "0.13.2" 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-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1905,7 +1899,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -1967,7 +1961,7 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2107,7 +2101,7 @@ dependencies = [ "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)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2141,61 +2135,61 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2213,7 +2207,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2223,13 +2217,13 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb-rocksdb" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2238,7 +2232,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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.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)", @@ -2275,7 +2269,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core-derive 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2298,7 +2292,7 @@ dependencies = [ "libp2p-websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-yamux 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2314,20 +2308,20 @@ dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "multistream-select 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2353,7 +2347,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2362,7 +2356,7 @@ name = "libp2p-dns" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2375,7 +2369,7 @@ dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2394,7 +2388,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2414,7 +2408,7 @@ name = "libp2p-identify" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2433,12 +2427,12 @@ dependencies = [ "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)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2455,11 +2449,11 @@ name = "libp2p-mdns" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dns-parser 0.8.0 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2478,7 +2472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2492,14 +2486,14 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2510,7 +2504,7 @@ name = "libp2p-ping" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2525,7 +2519,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2543,7 +2537,7 @@ 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)", "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2555,7 +2549,7 @@ dependencies = [ "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "quicksink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2570,7 +2564,7 @@ name = "libp2p-swarm" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2583,8 +2577,8 @@ name = "libp2p-tcp" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.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)", @@ -2597,8 +2591,8 @@ name = "libp2p-uds" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2608,7 +2602,7 @@ name = "libp2p-wasm-ext" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2624,7 +2618,7 @@ dependencies = [ "async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "quicksink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2641,12 +2635,12 @@ name = "libp2p-yamux" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "yamux 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "yamux 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2826,7 +2820,7 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2906,7 +2900,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2943,7 +2937,7 @@ dependencies = [ [[package]] name = "nix" -version = "0.14.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3070,325 +3064,325 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3399,104 +3393,104 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] @@ -3530,7 +3524,7 @@ dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3554,7 +3548,7 @@ dependencies = [ [[package]] name = "parity-multihash" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3606,7 +3600,7 @@ dependencies = [ [[package]] name = "parity-util-mem" -version = "0.4.1" +version = "0.4.2" 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)", @@ -3762,7 +3756,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3806,47 +3800,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot-availability-store" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb-rocksdb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-cli" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3854,308 +3848,306 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-erasure-coding" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-network" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-parachain" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-primitives" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-rpc" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-runtime" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-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.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-service" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kusama-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "kusama-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-rpc 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-rpc 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-statement-table" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "polkadot-validation" version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#1942ae27ae23809a40f955545dfbf0467faa7750" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4164,6 +4156,29 @@ name = "ppv-lite86" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "predicates" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "predicates-core" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "predicates-tree" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "primitive-types" version = "0.6.2" @@ -4343,8 +4358,8 @@ name = "quicksink" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4586,7 +4601,7 @@ name = "regex" version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4618,7 +4633,7 @@ dependencies = [ [[package]] name = "ring" -version = "0.16.10" +version = "0.16.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4689,7 +4704,7 @@ 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.10 (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)", ] @@ -4709,7 +4724,7 @@ name = "rw-stream-sink" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4721,7 +4736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safe-mix" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4730,11 +4745,11 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4742,74 +4757,74 @@ dependencies = [ "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4820,7 +4835,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -4830,24 +4845,24 @@ dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "fdlimit 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (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)", "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4856,101 +4871,101 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb-rocksdb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.4.2 (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-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4961,66 +4976,66 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5029,57 +5044,57 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5089,11 +5104,11 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5103,53 +5118,53 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "finality-grandpa 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -5157,8 +5172,8 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5170,21 +5185,21 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5193,28 +5208,28 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5223,22 +5238,22 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5247,40 +5262,40 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (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)", @@ -5290,16 +5305,16 @@ dependencies = [ "parking_lot 0.9.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.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5308,75 +5323,75 @@ 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.46 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-diagnose 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5394,13 +5409,13 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", - "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5410,36 +5425,36 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-diagnose 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] @@ -5491,7 +5506,7 @@ name = "sct" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5696,7 +5711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5709,7 +5724,7 @@ dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5728,34 +5743,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -5767,135 +5782,135 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-diagnose 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -5918,11 +5933,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5934,7 +5949,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5944,90 +5959,90 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6036,26 +6051,26 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6063,32 +6078,32 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -6100,7 +6115,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6109,28 +6124,28 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" 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)", @@ -6138,10 +6153,10 @@ dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6149,68 +6164,68 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6218,23 +6233,23 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6337,86 +6352,86 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", - "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "trie-db 0.19.2 (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#e65957e5efceea82d88f8b4e1248171eb3c2167e" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" [[package]] name = "substrate-wasm-builder-runner" @@ -6615,18 +6630,18 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6659,29 +6674,29 @@ dependencies = [ [[package]] name = "tokio-codec" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-current-thread" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-executor" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6697,17 +6712,17 @@ dependencies = [ [[package]] name = "tokio-fs" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-io" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6717,10 +6732,10 @@ dependencies = [ [[package]] name = "tokio-reactor" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (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)", @@ -6728,9 +6743,9 @@ dependencies = [ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6742,13 +6757,13 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-sync" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6767,61 +6782,61 @@ dependencies = [ [[package]] name = "tokio-tcp" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-threadpool" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (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)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-timer" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-udp" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-uds" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6831,9 +6846,9 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6842,8 +6857,8 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6889,6 +6904,11 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "treeline" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "trie-db" version = "0.19.2" @@ -7172,7 +7192,7 @@ name = "wasm-timer" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7239,7 +7259,7 @@ dependencies = [ "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7285,7 +7305,7 @@ dependencies = [ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7313,7 +7333,7 @@ name = "webpki" version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -7438,11 +7458,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "yamux" -version = "0.4.1" +version = "0.4.2" 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.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nohash-hasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7508,7 +7528,7 @@ dependencies = [ "checksum aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d" "checksum aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100" "checksum ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3" -"checksum aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5f56c476256dc249def911d6f7580b5fc7e875895b5d7ee88f5d602208035744" +"checksum aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" @@ -7519,8 +7539,9 @@ dependencies = [ "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" "checksum asn1_der 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638" "checksum asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" -"checksum async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf6039b315300e057d198b9d3ab92ee029e31c759b7f1afae538145e6f18a3e" -"checksum async-task 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f20c6fda19d0fc02406779587ca4f9a4171cd32e4a5bda0bd016f0a1334c8d4a" +"checksum assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6283bac8dd7226470d491bc4737816fea4ca1fba7a2847f2e9097fd6bfb4624c" +"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 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" @@ -7541,10 +7562,10 @@ dependencies = [ "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" -"checksum broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "07a1446420a56f1030271649ba0da46d23239b3a68c73591cea5247f15a788a0" +"checksum broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87" "checksum bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c95ee6bba9d950218b6cc910cf62bc9e0a171d0f4537e3627b0f54d08549b188" "checksum bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b170cd256a3f9fa6b9edae3e44a7dfdfc77e8124dbc3e2612d75f9c3e2396dae" -"checksum bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8a65814ca90dfc9705af76bb6ba3c6e2534489a72270e797e603783bb4990b" +"checksum bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48" "checksum bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4" "checksum byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" @@ -7577,15 +7598,12 @@ dependencies = [ "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" -"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" -"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" "checksum crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" "checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113" "checksum ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736" -"checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f" "checksum cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd43f7cfaffe0a386636a10baea2ee05cc50df3b77bea4a456c9572a939bf1f" "checksum curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7dcd30ba50cdf88b55b033456138b7c0ac4afdc436d82e1b79f370f24cc66d" "checksum curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26778518a7f6cffa1d25a44b602b62b979bd88adb9e99ffec546998cf3404839" @@ -7593,6 +7611,7 @@ dependencies = [ "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" "checksum derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe" "checksum derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8" +"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" "checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c" "checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" @@ -7609,6 +7628,7 @@ dependencies = [ "checksum erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cd7d80305c9bd8cd78e3c753eb9fb110f83621e5211f1a3afffcc812b104daf9" "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 exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" "checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" "checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8" @@ -7618,42 +7638,41 @@ dependencies = [ "checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" "checksum fdlimit 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9084c55bb76efb1496328976db88320fe7d9ee86e649e83c4ecce3ba7a9a35d1" "checksum file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8505b75b31ef7285168dd237c4a7db3c1f3e0927e7d314e670bc98e854272fe9" -"checksum finality-grandpa 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "52c48f8a628193ba18639b2f727c32132d75f167a4b32f44b252ea8b937f154c" +"checksum finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3cbb25bef9fcad97fb31e817da280b1c9174435b8769c770ee190a330dd181ea" "checksum fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3367952ceb191f4ab95dd5685dc163ac539e36202f9fcfd0cb22f9f9c542fefc" "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" "checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" "checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "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" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" -"checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" -"checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" +"checksum futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ad6636318d07abeb4656157ef1936c64485f066c7f9ce5d7c5b879fcb6dd5ccb" +"checksum futures-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7264eb65b194d2fa6ec31b898ead7c332854bfa42521659226e72a585fca5b85" "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" -"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" +"checksum futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b597b16aa1a19ce2dfde5128a7c656d75346b35601a640be2d9efd4e9c83609d" "checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -"checksum futures-diagnose 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbb8371dd6ee87aa2aeaa8458a372fd82fe216032387b766255754c92dd7271" -"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231" -"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" -"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764" -"checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" -"checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec" -"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" +"checksum futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" +"checksum futures-executor 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "46a5e593d77bee52393c7f3b16b8b413214096d3f7dc4f5f4c57dee01ad2bdaf" +"checksum futures-io 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d429f824b5e5dbd45fc8e54e1005a37e1f8c6d570cd64d0b59b24d3a80b8b8e" +"checksum futures-macro 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d75b72904b78044e0091355fc49d29f48bff07a68a719a41cf059711e071b4" +"checksum futures-sink 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "04299e123547ea7c56f3e1b376703142f5fc0b6700433eed549e9d0b8a75a66c" +"checksum futures-task 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86f9ceab4bce46555ee608b1ec7c414d6b2e76e196ef46fa5a8d4815a8571398" "checksum futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "878f1d2fc31355fa02ed2372e741b0c17e58373341e6a122569b4623a14a7d33" "checksum futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" -"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" +"checksum futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7d2f1296f7644d2cd908ebb2fa74645608e39f117c72bac251d40418c6d74c4f" "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" "checksum futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a0a73299e4718f5452e45980fc1d6957a070abe308d3700b63b8673f47e1c2b3" "checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" @@ -7666,7 +7685,7 @@ dependencies = [ "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" "checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da" -"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7696,7 +7715,7 @@ dependencies = [ "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" -"checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" +"checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" "checksum integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" "checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77" "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" @@ -7715,11 +7734,11 @@ dependencies = [ "checksum jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b34faa167c3ac9705aeecb986c0da6056529f348425dbe0441db60a2c4cc41d1" "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.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" +"checksum kusama-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" "checksum kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8396be0e5561ccd1bf7ff0b2007487cdd7a87a056873fe6ea906b35d4dbf7ed8" "checksum kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25ef14155e418515c4839e9144c839de3506e68946f255a32b7f166095493d" -"checksum kvdb-rocksdb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "af488cc16c3801705c8d681c3a32c8faa8fafc7fb5309dee0f573f3c6a19d395" +"checksum kvdb-rocksdb 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a1053e90a54421a842b6bf5d0e4a5cb5364c0bf570f713c58e44a9906f501d9" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" @@ -7766,7 +7785,7 @@ dependencies = [ "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" "checksum memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530" "checksum merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0942b357c1b4d0dc43ba724674ec89c3218e6ca2b3e8269e7cb53bcecd2f6e" -"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625" +"checksum miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5" "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" "checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" @@ -7778,7 +7797,7 @@ dependencies = [ "checksum names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" "checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" -"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" +"checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" "checksum nohash-hasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "721a2bf1c26159ebf17e0a980bc4ce61f4b2fec5ec3b42d42fddd7a84a9e538f" "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" @@ -7794,44 +7813,44 @@ dependencies = [ "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" -"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" "checksum parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80878c27f90dd162d3143333d672e80b194d6b080f05c83440e3dfda42e409f2" "checksum parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df3a17dc27848fd99e4f87eb0f8c9baba6ede0a6d555400c850ca45254ef4ce3" -"checksum parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70a4d7b05e51bff5ae2c29c7b8c3d889985bbd8f4e15b3542fcc1f6f9666d292" +"checksum parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b11f42bbd3a021c5061b77154bd3334d5a57e1a03eb162de0b962681cc25800d" "checksum parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507" "checksum parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" "checksum parity-util-mem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8174d85e62c4d615fddd1ef67966bdc5757528891d0742f15b131ad04667b3f9" -"checksum parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "900dd84654b048e5bad420bb341658fc2c4d7fea628c22bcf4621733e54859b4" +"checksum parity-util-mem 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "01b04e4d2588668d5aa93144b3bd719be963542e60042d66c7586ca763838a5b" "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" @@ -7855,20 +7874,23 @@ dependencies = [ "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -"checksum polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-rpc 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" -"checksum polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "<none>" +"checksum polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-rpc 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" +"checksum polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "<none>" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" +"checksum predicates 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a9bfe52247e5cc9b2f943682a85a5549fb9662245caf094504e69a2f03fe64d4" +"checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" +"checksum predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124" "checksum primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e4336f4f5d5524fa60bcbd6fe626f9223d8142a50e7053e979acdf0da41ab975" "checksum proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" "checksum proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "875077759af22fa20b610ad4471d8155b321c89c3f2785526c9839b099be4e0a" @@ -7916,7 +7938,7 @@ dependencies = [ "checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06" "checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856" "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" -"checksum ring 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)" = "113f53b644c5442e20ff3a299be3d6c61ba143737af5bd2ab298e248a7575b2d" +"checksum ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)" = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" "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" @@ -7928,38 +7950,38 @@ dependencies = [ "checksum rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6" "checksum rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" -"checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347" -"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "checksum schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" @@ -7991,45 +8013,45 @@ dependencies = [ "checksum snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f" "checksum soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "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" @@ -8042,10 +8064,10 @@ dependencies = [ "checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" "checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" -"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "<none>" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" +"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "<none>" "checksum substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" @@ -8071,27 +8093,28 @@ dependencies = [ "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" "checksum tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b" "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" -"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" -"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" -"checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab" +"checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" +"checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" +"checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" "checksum tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee9ceecf69145923834ea73f32ba40c790fd877b74a7817dd0b089f1eb9c7c8" -"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" -"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" -"checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146" +"checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" +"checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" +"checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" "checksum tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d7cf08f990090abd6c6a73cab46fed62f85e8aef8b99e4b918a9f4a637f0676" -"checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76" +"checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" "checksum tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f1aaeb685540f7407ea0e27f1c9757d258c7c6bf4e3eb19da6fc59b747239d2" -"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" -"checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c" -"checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827" -"checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b" -"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" +"checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" +"checksum tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" +"checksum tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" +"checksum tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" +"checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798" "checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930" "checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" "checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" "checksum tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3" "checksum tracing-attributes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04cfd395def5a60236e187e1ff905cb55668a59f29928dec05e6e1b1fd2ac1f3" "checksum tracing-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "13a46f11e372b8bd4b4398ea54353412fdd7fd42a8370c7e543e218cf7661978" +"checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" "checksum trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d747ae5b6f078df7e46477fcc7df66df9eb4f27a031cf4a7c890a8dd03d8e6" "checksum trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" @@ -8152,7 +8175,7 @@ dependencies = [ "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" "checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538" "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" -"checksum yamux 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f937668802a2e862a4fed05267e10b20c310bf771adc89687710706d55a9a65" +"checksum yamux 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "902f4cee32c401c211b6b69f4a3f6f4cf3515644db5bd822cf685a7dbd6201f9" "checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86" "checksum zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8" "checksum zeroize_derive 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" diff --git a/cumulus/collator/Cargo.toml b/cumulus/collator/Cargo.toml index ebcd94668144d1eafd20e3502c72eb8de61cc4e5..07de0b1d417318f2a23ec22c5d4a09b2c4bd96e0 100644 --- a/cumulus/collator/Cargo.toml +++ b/cumulus/collator/Cargo.toml @@ -6,20 +6,20 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Polkadot dependencies -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -37,13 +37,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Polkadot dependencies -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # Other dependencies env_logger = "0.7.1" diff --git a/cumulus/collator/src/lib.rs b/cumulus/collator/src/lib.rs index 2d183ab102e359f9d3958a9859d16ff0d546a04b..8d64692b931d7577ee681b4e85ee0221395ac21d 100644 --- a/cumulus/collator/src/lib.rs +++ b/cumulus/collator/src/lib.rs @@ -24,7 +24,6 @@ use sp_consensus::{ }; use sp_inherents::InherentDataProviders; use sp_runtime::traits::{Block as BlockT, Header as HeaderT}; -use sc_cli; use polkadot_collator::{ BuildParachainContext, InvalidHead, Network as CollatorNetwork, ParachainContext, @@ -32,7 +31,7 @@ use polkadot_collator::{ }; use polkadot_primitives::{ parachain::{ - self, BlockData, CollatorPair, Id as ParaId, Message, OutgoingMessages, + self, BlockData, Id as ParaId, Message, OutgoingMessages, Status as ParachainStatus, }, Block as PBlock, Hash as PHash, @@ -256,14 +255,14 @@ where } /// Implements `BuildParachainContext` to build a collator instance. -struct CollatorBuilder<Block, SP> { +pub struct CollatorBuilder<Block, SP> { setup_parachain: SP, _marker: PhantomData<Block>, } impl<Block, SP> CollatorBuilder<Block, SP> { /// Create a new instance of self. - fn new(setup_parachain: SP) -> Self { + pub fn new(setup_parachain: SP) -> Self { Self { setup_parachain, _marker: PhantomData, @@ -345,23 +344,6 @@ pub trait SetupParachain<Block: BlockT>: Send { SP: Spawn + Clone + Send + Sync + 'static; } -/// Run a collator with the given proposer factory. -pub fn run_collator<Block, SP>( - setup_parachain: SP, - para_id: ParaId, - key: Arc<CollatorPair>, - configuration: polkadot_collator::Configuration, -) -> Result<(), sc_cli::error::Error> -where - Block: BlockT, - SP: SetupParachain<Block> + Send + 'static, - <<SP as SetupParachain<Block>>::ProposerFactory as Environment<Block>>::Proposer: Send, -{ - let builder = CollatorBuilder::new(setup_parachain); - let exit = future::pending(); // TODO to delete - polkadot_collator::run_collator(builder, para_id, exit, key, configuration) -} - #[cfg(test)] mod tests { use super::*; diff --git a/cumulus/consensus/Cargo.toml b/cumulus/consensus/Cargo.toml index 05d6999b4cb7bb5e84e63eaae98dd5bf53f84756..d9f1a35d9074826b8ab688948efc75629ec96480 100644 --- a/cumulus/consensus/Cargo.toml +++ b/cumulus/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # other deps futures = { version = "0.3.1", features = ["compat"] } diff --git a/cumulus/network/Cargo.toml b/cumulus/network/Cargo.toml index 04f32009f207756a5a1230415e2648bbc6c8152a..0e6689387b1d5f29000a6b1a60f8d912edfc7356 100644 --- a/cumulus/network/Cargo.toml +++ b/cumulus/network/Cargo.toml @@ -7,16 +7,16 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # other deps codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] } diff --git a/cumulus/runtime/Cargo.toml b/cumulus/runtime/Cargo.toml index ba380e7067edbf06e3c1ddd7f6a347860e00a94c..00df06a547dc9b8ac844c407509d4b0d28b6dcda 100644 --- a/cumulus/runtime/Cargo.toml +++ b/cumulus/runtime/Cargo.toml @@ -13,21 +13,21 @@ trie-db = { version = "0.19.2", default-features = false } hashbrown = "0.6.1" # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index 0895a3c883bd2454dd29179ea383038982356cca..d4d7f92bc85391d61a5fb5388fd43e71cc5a5b50 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" [dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } diff --git a/cumulus/test/parachain/Cargo.toml b/cumulus/test/parachain/Cargo.toml index b6d8f62471252f9d696d419e67ee0310053902de..ce3333116459ce0e2a43cd0474be8a354d5b97e4 100644 --- a/cumulus/test/parachain/Cargo.toml +++ b/cumulus/test/parachain/Cargo.toml @@ -15,43 +15,42 @@ exit-future = '0.1.4' futures = { version = "0.3.1", features = ["compat"] } log = '0.4.8' parking_lot = '0.9.0' -tokio = '0.1.22' trie-root = '0.15.2' codec = { package = 'parity-scale-codec', version = '1.0.0' } structopt = "0.3.3" -ctrlc = { version = "3.1.3", features = ["termination"] } -itertools = { version = "0.8.2" } # Parachain dependencies parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } cumulus-collator = { path = "../../collator" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } [build-dependencies] vergen = '3.0.4' - +[dev-dependencies] +assert_cmd = "0.12" +nix = "0.17" diff --git a/cumulus/test/parachain/runtime/Cargo.toml b/cumulus/test/parachain/runtime/Cargo.toml index e5a18a0032729c24ac4976119115c7c06df27850..4c76c2b5d17fbbb92275dc47a2d4ee45bdec4fc4 100644 --- a/cumulus/test/parachain/runtime/Cargo.toml +++ b/cumulus/test/parachain/runtime/Cargo.toml @@ -9,27 +9,27 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } -frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cecton-cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } diff --git a/cumulus/test/parachain/src/command.rs b/cumulus/test/parachain/src/command.rs index 30c4a0cf811a7d62633a3f13cff4acaff4ec90d0..1720145ba89337737850f6ab4b8d7455e4126622 100644 --- a/cumulus/test/parachain/src/command.rs +++ b/cumulus/test/parachain/src/command.rs @@ -17,12 +17,11 @@ use crate::chain_spec; use crate::cli::{Cli, PolkadotCli, Subcommand}; -use std::{path::PathBuf, sync::Arc}; -use futures::{future::Map, FutureExt}; +use std::sync::Arc; use parachain_runtime::Block; -use sc_cli::{error::{self, Result}, VersionInfo}; +use sc_cli::{error, VersionInfo}; use sc_client::genesis; use sc_service::{Configuration, Roles as ServiceRoles}; use sp_core::hexdisplay::HexDisplay; @@ -34,14 +33,17 @@ use polkadot_service::ChainSpec as ChainSpecPolkadot; use codec::Encode; use log::info; -use structopt::StructOpt; + +const DEFAULT_POLKADOT_RPC_HTTP: &'static str = "127.0.0.1:9934"; +const DEFAULT_POLKADOT_RPC_WS: &'static str = "127.0.0.1:9945"; +const DEFAULT_POLKADOT_GRAFANA_PORT: &'static str = "127.0.0.1:9956"; /// Parse command line arguments into service configuration. pub fn run(version: VersionInfo) -> error::Result<()> { let opt: Cli = sc_cli::from_args(&version); - let mut config = sc_service::Configuration::default(); - config.impl_name = "cumulus-test-parachain-collator"; + let mut config = sc_service::Configuration::new(&version); + let mut polkadot_config = Configuration::new(&version); match opt.subcommand { Some(Subcommand::Base(subcommand)) => sc_cli::run_subcommand( @@ -78,7 +80,13 @@ pub fn run(version: VersionInfo) -> error::Result<()> { Ok(()) }, None => { - sc_cli::init(&mut config, load_spec, &opt.run.shared_params, &version)?; + sc_cli::init(&opt.run.shared_params, &version)?; + sc_cli::load_spec(&mut config, &opt.run.shared_params, load_spec)?; + sc_cli::update_config_for_running_node( + &mut config, + opt.run, + &version, + )?; info!("{}", version.name); info!(" version {}", config.full_version()); @@ -91,43 +99,24 @@ pub fn run(version: VersionInfo) -> error::Result<()> { // TODO let key = Arc::new(sp_core::Pair::from_seed(&[10; 32])); - let mut polkadot_config = Configuration::default(); - polkadot_config.impl_name = "cumulus-test-parachain-collator"; polkadot_config.config_dir = config.in_chain_config_dir("polkadot"); - // TODO: parse_address is private - /* - let rpc_interface: &str = interface_str(opt.run.rpc_external, opt.run.unsafe_rpc_external, opt.run.validator)?; - config.rpc_http = Some(parse_address(&format!("{}:{}", rpc_interface, 9934), opt.run.rpc_port)?); - let ws_interface: &str = interface_str(opt.run.ws_external, opt.run.unsafe_ws_external, opt.run.validator)?; - config.rpc_ws = Some(parse_address(&format!("{}:{}", ws_interface, 9945), opt.run.ws_port)?); - let grafana_interface: &str = if opt.run.grafana_external { "0.0.0.0" } else { "127.0.0.1" }; - config.grafana_port = Some( - parse_address(&format!("{}:{}", grafana_interface, 9956), opt.run.grafana_port)? - ); - */ - let polkadot_opt: PolkadotCli = sc_cli::from_iter(opt.relaychain_args, &version); - // TODO - polkadot_config.chain_spec = Some(sc_cli::load_spec(&polkadot_opt.run.shared_params, load_spec_polkadot)?); - // TODO: base_path is private - //polkadot_config.config_dir = Some(sc_cli::base_path(&polkadot_opt.run.shared_params, &version)); - polkadot_config.impl_commit = version.commit; - polkadot_config.impl_version = version.version; - - // TODO - if let Some(ref config_dir) = polkadot_config.config_dir { - polkadot_config.database = sc_service::config::DatabaseConfig::Path { - cache_size: Default::default(), - path: config_dir.join("db"), - }; - } - // TODO - polkadot_config.network.boot_nodes = polkadot_config.network.boot_nodes.clone(); - polkadot_config.telemetry_endpoints = polkadot_config.expect_chain_spec().telemetry_endpoints().clone(); - - sc_cli::update_config_for_running_node(&mut polkadot_config, polkadot_opt.run); + polkadot_config.rpc_http = Some(DEFAULT_POLKADOT_RPC_HTTP.parse().unwrap()); + polkadot_config.rpc_ws = Some(DEFAULT_POLKADOT_RPC_WS.parse().unwrap()); + polkadot_config.grafana_port = Some(DEFAULT_POLKADOT_GRAFANA_PORT.parse().unwrap()); + + sc_cli::load_spec( + &mut polkadot_config, + &polkadot_opt.run.shared_params, + load_spec_polkadot, + )?; + sc_cli::update_config_for_running_node( + &mut polkadot_config, + polkadot_opt.run, + &version, + )?; match config.roles { ServiceRoles::LIGHT => unimplemented!("Light client not supported!"), diff --git a/cumulus/test/parachain/src/main.rs b/cumulus/test/parachain/src/main.rs index a77622de5804710f3d60d964ca1c9557d5cc780e..e3f0ad397470011d79599b2885a4407119df113b 100644 --- a/cumulus/test/parachain/src/main.rs +++ b/cumulus/test/parachain/src/main.rs @@ -19,7 +19,6 @@ #![warn(missing_docs)] #![warn(unused_extern_crates)] -use itertools::Itertools; use polkadot_primitives::parachain::Id as ParaId; mod chain_spec; diff --git a/cumulus/test/parachain/src/service.rs b/cumulus/test/parachain/src/service.rs index fd0ccc47d40b5b625e3d37cf52ad1c65de8531fd..317f710cbe7350e41355fdf9777ff4f1a677e1bc 100644 --- a/cumulus/test/parachain/src/service.rs +++ b/cumulus/test/parachain/src/service.rs @@ -23,7 +23,13 @@ use sc_network::construct_simple_protocol; use sc_service::{AbstractService, Configuration}; use sp_consensus::{BlockImport, Environment, Proposer}; use sp_inherents::InherentDataProviders; -use sc_cli; +use sp_core::crypto::Pair; + +use polkadot_collator::build_collator_service; +use polkadot_primitives::parachain::CollatorPair; +use polkadot_service::IsKusama; + +use cumulus_collator::CollatorBuilder; use futures::{future, task::Spawn, FutureExt, TryFutureExt}; @@ -76,40 +82,87 @@ macro_rules! new_full_start { }}; } -/// Run the collator with the given `config`. +/// Run a collator node with the given parachain `Configuration` and relaychain `Configuration` +/// +/// This function blocks until done. pub fn run_collator<E: sc_service::ChainSpecExtension>( - config: Configuration<GenesisConfig, E>, - key: Arc<polkadot_primitives::parachain::CollatorPair>, + mut parachain_config: Configuration<GenesisConfig, E>, + key: Arc<CollatorPair>, polkadot_config: polkadot_collator::Configuration, -) -> Result<(), sc_cli::error::Error> { - let (builder, inherent_data_providers) = new_full_start!(config); - inherent_data_providers - .register_provider(sp_timestamp::InherentDataProvider) - .unwrap(); - - let service = builder - .with_network_protocol(|_| Ok(NodeProtocol::new()))? - .build()?; - let proposer_factory = sc_basic_authorship::ProposerFactory { - client: service.client(), - transaction_pool: service.transaction_pool(), - }; - - let block_import = service.client(); - - let setup_parachain = SetupParachain { - service, - inherent_data_providers, - proposer_factory, - block_import, - }; - - cumulus_collator::run_collator( - setup_parachain, - crate::PARA_ID, - key, - polkadot_config, - ) +) -> sc_cli::error::Result<()> { + let para_id = crate::PARA_ID; + + if polkadot_config.expect_chain_spec().is_kusama() { + sc_cli::run_service_until_exit(polkadot_config, |polkadot_config| { + parachain_config.task_executor = polkadot_config.task_executor.clone(); + + let (builder, inherent_data_providers) = new_full_start!(parachain_config); + inherent_data_providers + .register_provider(sp_timestamp::InherentDataProvider) + .unwrap(); + + let service = builder + .with_network_protocol(|_| Ok(NodeProtocol::new()))? + .build()?; + let proposer_factory = sc_basic_authorship::ProposerFactory { + client: service.client(), + transaction_pool: service.transaction_pool(), + }; + + let block_import = service.client(); + + let setup_parachain = SetupParachain { + service, + inherent_data_providers, + proposer_factory, + block_import, + }; + + let builder = CollatorBuilder::new(setup_parachain); + + build_collator_service( + polkadot_service::kusama_new_full(polkadot_config, Some((key.public(), para_id)), None, false, 6000)?, + para_id, + key, + builder, + ) + }) + } else { + sc_cli::run_service_until_exit(polkadot_config, |polkadot_config| { + parachain_config.task_executor = polkadot_config.task_executor.clone(); + + let (builder, inherent_data_providers) = new_full_start!(parachain_config); + inherent_data_providers + .register_provider(sp_timestamp::InherentDataProvider) + .unwrap(); + + let service = builder + .with_network_protocol(|_| Ok(NodeProtocol::new()))? + .build()?; + let proposer_factory = sc_basic_authorship::ProposerFactory { + client: service.client(), + transaction_pool: service.transaction_pool(), + }; + + let block_import = service.client(); + + let setup_parachain = SetupParachain { + service, + inherent_data_providers, + proposer_factory, + block_import, + }; + + let builder = CollatorBuilder::new(setup_parachain); + + build_collator_service( + polkadot_service::polkadot_new_full(polkadot_config, Some((key.public(), para_id)), None, false, 6000)?, + para_id, + key, + builder, + ) + }) + } } struct SetupParachain<S, PF, BI> { diff --git a/cumulus/test/parachain/tests/running_the_node_and_interrupt.rs b/cumulus/test/parachain/tests/running_the_node_and_interrupt.rs new file mode 100644 index 0000000000000000000000000000000000000000..6f17553179407f55e947409402cdd3be81723824 --- /dev/null +++ b/cumulus/test/parachain/tests/running_the_node_and_interrupt.rs @@ -0,0 +1,58 @@ +// Copyright 2020 Parity Technologies (UK) Ltd. +// This file is part of Substrate. + +// Substrate is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Substrate is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Substrate. If not, see <http://www.gnu.org/licenses/>. + +use assert_cmd::cargo::cargo_bin; +use std::convert::TryInto; +use std::process::{Child, Command, ExitStatus}; +use std::thread::sleep; +use std::time::Duration; + +#[test] +#[cfg(unix)] +fn running_the_node_works_and_can_be_interrupted() { + use nix::sys::signal::{kill, Signal::{self, SIGINT, SIGTERM}}; + use nix::unistd::Pid; + + fn wait_for(child: &mut Child, secs: usize) -> Option<ExitStatus> { + for _ in 0..secs { + match child.try_wait().unwrap() { + Some(status) => return Some(status), + None => sleep(Duration::from_secs(1)), + } + } + eprintln!("Took to long to exit. Killing..."); + let _ = child.kill(); + child.wait().unwrap(); + + None + } + + fn run_command_and_kill(signal: Signal) { + let mut cmd = Command::new(cargo_bin("cumulus-test-parachain-collator")).args(&["--dev", "-d", "interrupt_test"]).spawn().unwrap(); + sleep(Duration::from_secs(30)); + assert!(cmd.try_wait().unwrap().is_none(), "the process should still be running"); + kill(Pid::from_raw(cmd.id().try_into().unwrap()), signal).unwrap(); + assert_eq!( + wait_for(&mut cmd, 30).map(|x| x.success()), + Some(true), + "the pocess must exit gracefully after signal {}", + signal, + ); + } + + run_command_and_kill(SIGINT); + run_command_and_kill(SIGTERM); +} diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index e9d3ae09c0b86326d4e62964ea87eadfa28dcab6..221c4432e9b45211bb7736eaf572ed79b92bb06f 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false } -substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.2" }