diff --git a/Cargo.lock b/Cargo.lock index db2fad3985..febc3f932a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -145,6 +145,11 @@ dependencies = [ "predicates-tree 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "assert_matches" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "async-std" version = "1.5.0" @@ -155,8 +160,8 @@ dependencies = [ "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.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-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -184,7 +189,7 @@ name = "async-tls" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -240,7 +245,7 @@ name = "base64" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -253,7 +258,7 @@ name = "bincode" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -331,7 +336,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -356,19 +361,14 @@ name = "broadcaster" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "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)", + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (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)", ] -[[package]] -name = "bs58" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "bs58" version = "0.3.0" @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.1.2" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -404,7 +404,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "byteorder" -version = "1.3.2" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -412,7 +412,7 @@ name = "bytes" version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -543,7 +543,7 @@ name = "cranelift-codegen" version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -718,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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=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)", + "polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "cumulus-consensus" version = "0.1.0" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -766,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=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)", + "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -781,22 +781,22 @@ 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=cecton-cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.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)", + "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -805,11 +805,11 @@ version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -822,29 +822,29 @@ dependencies = [ "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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -855,28 +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=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)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -885,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=cecton-cumulus-branch)", + "substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -894,7 +894,7 @@ name = "curve25519-dalek" version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -906,7 +906,7 @@ name = "curve25519-dalek" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -990,7 +990,7 @@ name = "dns-parser" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1105,7 +1105,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)", "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1122,7 +1122,7 @@ name = "exit-future" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1192,7 +1192,7 @@ name = "finality-grandpa" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", @@ -1205,18 +1205,13 @@ name = "fixed-hash" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (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)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "fixedbitset" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "fixedbitset" version = "0.2.0" @@ -1242,7 +1237,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=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1250,58 +1245,58 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-metadata" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 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=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)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1310,9 +1305,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1322,7 +1317,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -1332,26 +1327,26 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "frame-support 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=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=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -1391,25 +1386,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "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)", + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-channel" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "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-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1422,7 +1417,7 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1445,34 +1440,34 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "pin-project 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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-executor" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "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)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (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.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-macro" -version = "0.3.3" +version = "0.3.4" 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,12 +1478,12 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-task" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1508,16 +1503,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-util" -version = "0.3.3" +version = "0.3.4" 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.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)", + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.4 (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)", @@ -1543,7 +1538,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (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)", ] @@ -1553,7 +1548,7 @@ name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1605,7 +1600,7 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" 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)", + "byteorder 1.3.4 (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.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)", @@ -1641,19 +1636,19 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1662,7 +1657,7 @@ name = "h2" version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -1681,9 +1676,9 @@ 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.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)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1710,7 +1705,7 @@ name = "hashbrown" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1746,7 +1741,7 @@ dependencies = [ [[package]] name = "hex" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1873,9 +1868,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.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)", + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.4 (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)", @@ -2027,10 +2022,10 @@ dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (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)", + "jsonrpc-pubsub 14.0.6 (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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2043,7 +2038,7 @@ 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_derive 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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2067,7 +2062,7 @@ dependencies = [ [[package]] name = "jsonrpc-http-server" -version = "14.0.5" +version = "14.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2075,18 +2070,18 @@ dependencies = [ "jsonrpc-server-utils 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)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-pubsub" -version = "14.0.5" +version = "14.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "jsonrpc-core 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)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2107,13 +2102,13 @@ dependencies = [ [[package]] name = "jsonrpc-ws-server" -version = "14.0.5" +version = "14.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-server-utils 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)", - "parking_lot 0.9.0 (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)", "ws 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2134,62 +2129,63 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=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)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.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)", + "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2211,6 +2207,16 @@ dependencies = [ "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "kvdb" +version = "0.4.0" +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.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "kvdb-memorydb" version = "0.3.1" @@ -2221,6 +2227,16 @@ dependencies = [ "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "kvdb-memorydb" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "kvdb-rocksdb" version = "0.4.2" @@ -2239,6 +2255,24 @@ dependencies = [ "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "kvdb-rocksdb" +version = "0.5.0" +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)", + "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 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)", + "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.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "lazy_static" version = "1.4.0" @@ -2269,7 +2303,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core-derive 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2308,10 +2342,10 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", + "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "multistream-select 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2347,7 +2381,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2356,7 +2390,7 @@ name = "libp2p-dns" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2369,7 +2403,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-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)", @@ -2385,10 +2419,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2408,7 +2442,7 @@ name = "libp2p-identify" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-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)", @@ -2427,7 +2461,7 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2453,7 +2487,7 @@ dependencies = [ "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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-swarm 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2472,7 +2506,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2486,7 +2520,7 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2504,7 +2538,7 @@ name = "libp2p-ping" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-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)", @@ -2519,7 +2553,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2537,7 +2571,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (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)", @@ -2564,7 +2598,7 @@ name = "libp2p-swarm" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -2578,7 +2612,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", @@ -2592,7 +2626,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2602,7 +2636,7 @@ name = "libp2p-wasm-ext" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2618,7 +2652,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -2635,7 +2669,7 @@ name = "libp2p-yamux" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -2656,7 +2690,7 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2794,6 +2828,17 @@ dependencies = [ "parity-util-mem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "memory-db" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "memory_units" version = "0.3.0" @@ -2812,7 +2857,7 @@ name = "merlin" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2881,11 +2926,6 @@ name = "more-asserts" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "multimap" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "multimap" version = "0.8.0" @@ -3064,325 +3104,326 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "pallet-timestamp 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=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "frame-system 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=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "frame-system 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=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-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)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -3393,104 +3434,119 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "frame-support 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=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=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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", +] + +[[package]] +name = "pallet-vesting" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +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)", + "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)", ] [[package]] @@ -3498,23 +3554,6 @@ name = "parity-bytes" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "parity-multiaddr" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.12 (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.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parity-multiaddr" version = "0.7.1" @@ -3522,7 +3561,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)", "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)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multihash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3532,20 +3571,6 @@ dependencies = [ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parity-multihash" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parity-multihash" version = "0.2.2" @@ -3611,6 +3636,20 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parity-util-mem" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-util-mem-derive" version = "0.1.0" @@ -3718,7 +3757,7 @@ name = "pbkdf2" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3742,14 +3781,6 @@ name = "percent-encoding" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "petgraph" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "petgraph" version = "0.5.0" @@ -3799,355 +3830,359 @@ 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=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (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.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=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)", + "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-collator" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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=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)", + "polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "sp-trie 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=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-network" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.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)", "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=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)", + "polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-primitives" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-rpc" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.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)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-runtime" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=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)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.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)", + "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-runtime-common" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", - "frame-system 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=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.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-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-service" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" dependencies = [ - "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)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kusama-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)", + "kusama-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.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)", + "polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-rpc 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-statement-table" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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=cecton-cumulus-branch)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "polkadot-validation" -version = "0.7.19" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#d260ab0e4f4b69c3de11d4bd98aaa4e20b68f189" +version = "0.7.20" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#e119df54041cda72d4edd73a8eaa6558a9d87b7b" 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)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.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)", + "polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4253,16 +4288,6 @@ dependencies = [ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "prost" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "prost" version = "0.6.1" @@ -4272,23 +4297,6 @@ dependencies = [ "prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "prost-build" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "heck 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)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "prost-build" version = "0.6.1" @@ -4306,18 +4314,6 @@ dependencies = [ "which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "prost-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "prost-derive" version = "0.6.1" @@ -4330,15 +4326,6 @@ dependencies = [ "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "prost-types" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "prost-types" version = "0.6.1" @@ -4358,8 +4345,8 @@ name = "quicksink" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "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-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4724,7 +4711,7 @@ name = "rw-stream-sink" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (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)", ] @@ -4745,86 +4732,86 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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=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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -4835,7 +4822,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -4845,24 +4832,25 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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=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)", + "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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)", @@ -4871,101 +4859,101 @@ dependencies = [ [[package]] name = "sc-client" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-memorydb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (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=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)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "futures 0.3.3 (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.4 (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)", @@ -4973,128 +4961,142 @@ dependencies = [ "num-rational 0.2.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)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", +] + +[[package]] +name = "sc-consensus-epochs" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" +dependencies = [ + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", - "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -5104,11 +5106,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=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)", + "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasmtime-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)", @@ -5118,53 +5120,54 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ + "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "finality-grandpa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", - "futures 0.3.3 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=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=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)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", + "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -5172,8 +5175,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=cecton-cumulus-branch)", - "futures 0.3.3 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures_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)", @@ -5182,24 +5185,24 @@ dependencies = [ "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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "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)", "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)", @@ -5208,166 +5211,167 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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=cecton-cumulus-branch)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 2.0.0 (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)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "jsonrpc-pubsub 14.0.6 (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=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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.6 (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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", - "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-ws-server 14.0.6 (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)", - "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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=cecton-cumulus-branch)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.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-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=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)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5377,25 +5381,25 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5409,15 +5413,15 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5425,36 +5429,38 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] @@ -5548,7 +5554,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.46" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5667,7 +5673,7 @@ dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "erased-serde 0.3.10 (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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5724,7 +5730,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (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)", @@ -5743,34 +5749,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=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -5782,150 +5788,151 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (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)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", + "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5933,11 +5940,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=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)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.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)", @@ -5949,7 +5956,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -5959,90 +5966,90 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-storage 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=cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", + "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-runtime 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=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -6051,59 +6058,60 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "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=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)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", @@ -6115,48 +6123,48 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", "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)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6164,92 +6172,93 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=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-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.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=cecton-cumulus-branch)", - "sp-runtime 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=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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)", + "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", - "sp-std 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=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=cecton-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6352,86 +6361,87 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "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)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=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)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" 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=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)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", + "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=cecton-cumulus-branch)", + "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "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=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)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-wasm-builder-runner" version = "1.0.5" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#a203c7794e3eec2b99cd692e6be798437239908c" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#aa15e17a71e28eea1291f2e5d169574d4894bc38" [[package]] name = "substrate-wasm-builder-runner" @@ -6857,8 +6867,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.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-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-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)", @@ -6922,6 +6932,18 @@ dependencies = [ "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "trie-db" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "trie-root" version = "0.15.2" @@ -6930,6 +6952,14 @@ dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "trie-root" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "try-lock" version = "0.2.2" @@ -6941,7 +6971,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6963,7 +6993,7 @@ name = "uint" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7013,11 +7043,6 @@ name = "unicode-xid" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unsigned-varint" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "unsigned-varint" version = "0.3.0" @@ -7126,7 +7151,7 @@ name = "wasm-bindgen-backend" version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bumpalo 3.2.0 (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)", "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7192,7 +7217,7 @@ name = "wasm-timer" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -7420,7 +7445,7 @@ name = "ws" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (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)", @@ -7462,7 +7487,7 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -7540,6 +7565,7 @@ dependencies = [ "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 assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6283bac8dd7226470d491bc4737816fea4ca1fba7a2847f2e9097fd6bfb4624c" +"checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5" "checksum async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267" "checksum async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d" "checksum async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce6977f57fa68da77ffe5542950d47e9c23d65f5bc7cb0a9f8700996913eec7" @@ -7563,14 +7589,13 @@ dependencies = [ "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" "checksum broadcaster 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.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 bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" "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" "checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" -"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" +"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" "checksum bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" @@ -7640,39 +7665,38 @@ dependencies = [ "checksum file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8505b75b31ef7285168dd237c4a7db3c1f3e0927e7d314e670bc98e854272fe9" "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=cecton-cumulus-branch)" = "" -"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" +"checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-metadata 11.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum 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.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 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780" +"checksum futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8" "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" -"checksum futures-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b597b16aa1a19ce2dfde5128a7c656d75346b35601a640be2d9efd4e9c83609d" +"checksum futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a" "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.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-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba" +"checksum futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6" +"checksum futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" +"checksum futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" +"checksum futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" "checksum futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "878f1d2fc31355fa02ed2372e741b0c17e58373341e6a122569b4623a14a7d33" "checksum futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" -"checksum futures-util 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7d2f1296f7644d2cd908ebb2fa74645608e39f117c72bac251d40418c6d74c4f" +"checksum futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" "checksum futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a0a73299e4718f5452e45980fc1d6957a070abe308d3700b63b8673f47e1c2b3" "checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" @@ -7685,7 +7709,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=cecton-cumulus-branch)" = "" +"checksum grafana-data-source 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" @@ -7695,7 +7719,7 @@ dependencies = [ "checksum hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" -"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" +"checksum hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af" "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d" "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" @@ -7728,17 +7752,20 @@ dependencies = [ "checksum jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970" "checksum jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304" "checksum jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058" -"checksum jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2d83d348120edee487c560b7cdd2565055d61cda053aa0d0ef0f8b6a18429048" -"checksum jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3453625f0f0f5cd6d6776d389d73b7d70fcc98620b7cbb1cbbb1f6a36e95f39a" +"checksum jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "816d63997ea45d3634608edbef83ddb35e661f7c0b27b5b72f237e321f0e9807" +"checksum jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939" "checksum jsonrpc-server-utils 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22" -"checksum jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b34faa167c3ac9705aeecb986c0da6056529f348425dbe0441db60a2c4cc41d1" +"checksum jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b94e5773b2ae66e0e02c80775ce6bbba6f15d5bb47c14ec36a36fcf94f8df851" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum kusama-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" +"checksum kusama-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" "checksum kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8396be0e5561ccd1bf7ff0b2007487cdd7a87a056873fe6ea906b35d4dbf7ed8" +"checksum kvdb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03080afe6f42cd996da9f568d6add5d7fb5ee2ea7fb7802d2d2cbd836958fd87" "checksum kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25ef14155e418515c4839e9144c839de3506e68946f255a32b7f166095493d" +"checksum kvdb-memorydb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9355274e5a9e0a7e8ef43916950eae3949024de2a8dffe4d5a6c13974a37c8e" "checksum kvdb-rocksdb 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a1053e90a54421a842b6bf5d0e4a5cb5364c0bf570f713c58e44a9906f501d9" +"checksum kvdb-rocksdb 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af36fd66ccd99f3f771ae39b75aaba28b952372b6debfb971134bf1f03466ab2" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" @@ -7765,7 +7792,7 @@ dependencies = [ "checksum libp2p-websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bba425f2af1fdb7dece88b9ae05ca9430dfb0b72b2c078e73ded6f1556084509" "checksum libp2p-yamux 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ca25b3aac78a3c93c2a567622abd3cfc16f96f26ae1bf6134f0056203d62d86" "checksum librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0785e816e1e11e7599388a492c61ef80ddc2afc91e313e61662cce537809be" -"checksum libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "df6edf84fd62aad1c93932b39324eaeda3912c1d26bc18dfaee6293848e49a50" +"checksum libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962" "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" "checksum linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" @@ -7782,6 +7809,7 @@ dependencies = [ "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" "checksum memory-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "881736a0f68a6fae1b596bb066c5bd16d7b3ed645a4dd8ffaefd02f585abaf71" +"checksum memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "198831fe8722331a395bc199a5d08efbc197497ef354cb4c77b969c02ffc0fc4" "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" @@ -7791,7 +7819,6 @@ dependencies = [ "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" "checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" -"checksum multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb04b9f127583ed176e163fb9ec6f3e793b87e21deedd5734a69386a18a0151" "checksum multimap 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc" "checksum multistream-select 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f938ffe420493e77c8b6cbcc3f282283f68fc889c5dcbc8e51668d5f3a01ad94" "checksum names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da" @@ -7813,44 +7840,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=cecton-cumulus-branch)" = "" -"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-recovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-society 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum pallet-vesting 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" -"checksum parity-multiaddr 0.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.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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "01b04e4d2588668d5aa93144b3bd719be963542e60042d66c7586ca763838a5b" +"checksum parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a" "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" @@ -7866,7 +7893,6 @@ dependencies = [ "checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" -"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" "checksum petgraph 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29c127eea4a29ec6c85d153c59dc1213f33ec74cead30fe4730aecc88cc1fd92" "checksum pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c" "checksum pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f" @@ -7874,19 +7900,19 @@ dependencies = [ "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -"checksum polkadot-availability-store 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-cli 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-collator 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-erasure-coding 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-network 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-parachain 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-primitives 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-rpc 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-runtime 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-runtime-common 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-service 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-statement-table 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" -"checksum polkadot-validation 0.7.19 (git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch)" = "" +"checksum polkadot-availability-store 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-cli 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-collator 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-erasure-coding 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-network 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-parachain 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-primitives 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-rpc 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-runtime-common 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-service 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-statement-table 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" +"checksum polkadot-validation 0.7.20 (git+https://github.com/paritytech/polkadot?branch=cumulus-branch)" = "" "checksum 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" @@ -7899,13 +7925,9 @@ dependencies = [ "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" -"checksum prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96d14b1c185652833d24aaad41c5832b0be5616a590227c1fbff57c616754b23" "checksum prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212" -"checksum prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb788126ea840817128183f8f603dce02cb7aea25c2a0b764359d8e20010702e" "checksum prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26" -"checksum prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e7dc378b94ac374644181a2247cebf59a6ec1c88b49ac77f3a94b86b79d0e11" "checksum prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72" -"checksum prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1de482a366941c8d56d19b650fac09ca08508f2a696119ee7513ad590c8bac6f" "checksum prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quicksink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a8461ef7445f61fd72d8dcd0629ce724b9131b3c2eb36e83a5d3d4161c127530" @@ -7951,37 +7973,38 @@ dependencies = [ "checksum rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" -"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" +"checksum sc-authority-discovery 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-basic-authorship 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-cli 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-epochs 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-executor-wasmtime 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-finality-grandpa 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum 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" @@ -7993,7 +8016,7 @@ dependencies = [ "checksum send_wrapper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4" "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" -"checksum serde_json 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "21b01d7f0288608a01dca632cf1df859df6fd6ffa885300fc275ce2ba6221953" +"checksum serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "15913895b61e0be854afd32fd4163fcd2a3df34142cf2cb961b310ce694cbf90" "checksum sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" "checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" @@ -8013,45 +8036,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=cecton-cumulus-branch)" = "" -"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" +"checksum sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-test-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" @@ -8064,10 +8087,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=cecton-cumulus-branch)" = "" -"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" -"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" +"checksum substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)" = "" "checksum substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" @@ -8116,7 +8139,9 @@ dependencies = [ "checksum tracing-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "13a46f11e372b8bd4b4398ea54353412fdd7fd42a8370c7e543e218cf7661978" "checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" "checksum trie-db 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d747ae5b6f078df7e46477fcc7df66df9eb4f27a031cf4a7c890a8dd03d8e6" +"checksum trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de9222c50cc325855621271157c973da27a0dcd26fa06f8edf81020bd2333df0" "checksum trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b" +"checksum trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum twofish 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1" "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" @@ -8129,7 +8154,6 @@ dependencies = [ "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" -"checksum unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f0023a96687fe169081e8adce3f65e3874426b7886e9234d490af2dc077959" "checksum unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c689459fbaeb50e56c6749275f084decfd02194ac5852e6617d95d0d3cf02eaf" "checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 07de0b1d41..ebcd946681 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,20 +6,20 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "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" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Polkadot dependencies -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "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" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -37,13 +37,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "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" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Polkadot dependencies -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Other dependencies env_logger = "0.7.1" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index d9f1a35d90..05d6999b4c 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "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" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # other deps futures = { version = "0.3.1", features = ["compat"] } diff --git a/network/Cargo.toml b/network/Cargo.toml index 0e6689387b..04f32009f2 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,16 +7,16 @@ edition = "2018" [dependencies] # substrate deps -sc-client = { git = "https://github.com/paritytech/substrate", branch = "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" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "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" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # other deps codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 00df06a547..42800d8f86 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,25 +9,25 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } memory-db = { version = "0.18.0", default-features = false } hash-db = { version = "0.15.2", default-features = false } -trie-db = { version = "0.19.2", default-features = false } +trie-db = { version = "0.20.0", default-features = false } hashbrown = "0.6.1" # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "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" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "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" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index d4d7f92bc8..0895a3c883 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "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" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index ce33331164..8f014b9355 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -23,30 +23,30 @@ structopt = "0.3.3" parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "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" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } cumulus-collator = { path = "../../collator" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "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" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } [build-dependencies] vergen = '3.0.4' diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index 4c76c2b5d1..e5a18a0032 100644 --- a/test/parachain/runtime/Cargo.toml +++ b/test/parachain/runtime/Cargo.toml @@ -9,27 +9,27 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "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" } +sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "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" } +frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } diff --git a/test/parachain/runtime/src/lib.rs b/test/parachain/runtime/src/lib.rs index 33e6d98cc4..fcb6a82a44 100644 --- a/test/parachain/runtime/src/lib.rs +++ b/test/parachain/runtime/src/lib.rs @@ -205,8 +205,6 @@ parameter_types! { impl pallet_balances::Trait for Runtime { /// The type for recording an account's balance. type Balance = Balance; - /// What to do if an account's free balance gets zeroed. - type OnFreeBalanceZero = (); /// What to do if a new account is created. type OnNewAccount = Indices; /// The ubiquitous event type. @@ -214,7 +212,6 @@ impl pallet_balances::Trait for Runtime { type DustRemoval = (); type TransferPayment = (); type ExistentialDeposit = ExistentialDeposit; - type TransferFee = TransferFee; type CreationFee = CreationFee; type OnReapAccount = System; } diff --git a/test/parachain/src/chain_spec.rs b/test/parachain/src/chain_spec.rs index 4c35e31a00..d4a298ff45 100644 --- a/test/parachain/src/chain_spec.rs +++ b/test/parachain/src/chain_spec.rs @@ -95,7 +95,6 @@ fn testnet_genesis( .cloned() .map(|k| (k, 1 << 60)) .collect(), - vesting: vec![], }), pallet_sudo: Some(SudoConfig { key: root_key }), } diff --git a/test/parachain/src/command.rs b/test/parachain/src/command.rs index 1720145ba8..584e742493 100644 --- a/test/parachain/src/command.rs +++ b/test/parachain/src/command.rs @@ -81,12 +81,8 @@ pub fn run(version: VersionInfo) -> error::Result<()> { }, None => { 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, - )?; + sc_cli::init_config(&mut config, &opt.run.shared_params, &version, load_spec)?; + sc_cli::update_config_for_running_node(&mut config, opt.run)?; info!("{}", version.name); info!(" version {}", config.full_version()); @@ -107,16 +103,13 @@ pub fn run(version: VersionInfo) -> error::Result<()> { 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( + sc_cli::init_config( &mut polkadot_config, &polkadot_opt.run.shared_params, + &version, load_spec_polkadot, )?; - sc_cli::update_config_for_running_node( - &mut polkadot_config, - polkadot_opt.run, - &version, - )?; + sc_cli::update_config_for_running_node(&mut polkadot_config, polkadot_opt.run)?; match config.roles { ServiceRoles::LIGHT => unimplemented!("Light client not supported!"), diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index 221c4432e9..e9d3ae09c0 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false } -substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.2" }