From 46d8a938617a5bbea709810ab94ccc50652beabd Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 9 Jun 2020 16:51:24 +0200 Subject: [PATCH 1/9] Update substrate & polkadot branches to cecton-cumulus-branch --- Cargo.lock | 298 +++++++++++++++--------------- collator/Cargo.toml | 38 ++-- consensus/Cargo.toml | 22 +-- message-broker/Cargo.toml | 6 +- network/Cargo.toml | 26 +-- parachain-upgrade/Cargo.toml | 24 +-- primitives/Cargo.toml | 10 +- runtime/Cargo.toml | 26 +-- test/client/Cargo.toml | 14 +- test/parachain/Cargo.toml | 58 +++--- test/parachain/runtime/Cargo.toml | 40 ++-- test/runtime/Cargo.toml | 2 +- 12 files changed, 283 insertions(+), 281 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8ff1d2a2d1..d3d2464e38c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" [[package]] name = "fork-tree" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", ] @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bitmask", "frame-metadata", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.10", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro2 1.0.10", "quote 1.0.3", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1643,7 +1643,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-executive", @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3574,7 +3574,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3589,7 +3589,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3640,7 +3640,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3655,7 +3655,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3669,7 +3669,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3685,7 +3685,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3705,7 +3705,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3721,7 +3721,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3740,7 +3740,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3770,7 +3770,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3799,7 +3799,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-support", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3860,7 +3860,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3874,7 +3874,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3894,7 +3894,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3919,7 +3919,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3950,7 +3950,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3968,7 +3968,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "parity-scale-codec", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3995,7 +3995,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -4010,7 +4010,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-support", @@ -4352,7 +4352,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-store" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "frame-benchmarking-cli", "futures 0.3.4", @@ -4401,7 +4401,7 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "futures 0.3.4", "futures-timer 2.0.2", @@ -4428,7 +4428,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4441,7 +4441,7 @@ dependencies = [ [[package]] name = "polkadot-network" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4468,7 +4468,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -4488,7 +4488,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-system", @@ -4509,7 +4509,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-executive", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-support", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4697,7 +4697,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-executive", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "futures 0.3.4", "pallet-timestamp", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "derive_more 0.99.5", @@ -5565,7 +5565,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5605,7 +5605,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5621,7 +5621,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -5632,7 +5632,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5673,7 +5673,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "fnv", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "blake2-rfc", "hash-db", @@ -5738,7 +5738,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5749,7 +5749,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "fork-tree", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -5814,7 +5814,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -5849,7 +5849,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5863,7 +5863,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "lazy_static", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5944,7 +5944,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "assert_matches", "derive_more 0.99.5", @@ -5981,7 +5981,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "finality-grandpa", @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "ansi_term 0.12.1", "futures 0.3.4", @@ -6006,16 +6006,17 @@ dependencies = [ "parity-util-mem 0.6.1", "sc-client-api", "sc-network", - "sc-service", "sp-blockchain", "sp-runtime", + "sp-transaction-pool", + "sp-utils", "wasm-timer", ] [[package]] name = "sc-keystore" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "hex", @@ -6030,7 +6031,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bitflags", "bs58", @@ -6082,7 +6083,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -6097,7 +6098,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "fnv", @@ -6124,7 +6125,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "libp2p", @@ -6137,7 +6138,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6146,7 +6147,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -6178,7 +6179,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6202,7 +6203,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6217,7 +6218,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -6240,6 +6241,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-executor", + "sc-informant", "sc-keystore", "sc-network", "sc-offchain", @@ -6275,7 +6277,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6289,7 +6291,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "futures 0.3.4", @@ -6311,7 +6313,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "erased-serde", "log 0.4.8", @@ -6326,7 +6328,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6346,7 +6348,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6727,7 +6729,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -6739,7 +6741,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "parity-scale-codec", @@ -6754,7 +6756,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6766,7 +6768,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -6778,7 +6780,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "integer-sqrt", "num-traits 0.2.11", @@ -6791,7 +6793,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6803,7 +6805,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6814,7 +6816,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6826,7 +6828,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -6842,7 +6844,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "serde_json", @@ -6851,7 +6853,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6874,7 +6876,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6888,7 +6890,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "merlin", "parity-scale-codec", @@ -6905,7 +6907,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6917,7 +6919,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "base58", "blake2-rfc", @@ -6959,7 +6961,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6968,7 +6970,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro2 1.0.10", "quote 1.0.3", @@ -6978,7 +6980,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "environmental", "parity-scale-codec", @@ -6989,7 +6991,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7005,7 +7007,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7015,7 +7017,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "parity-scale-codec", @@ -7027,7 +7029,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -7047,7 +7049,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "lazy_static", "sp-core", @@ -7058,7 +7060,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "sp-api", "sp-core", @@ -7068,7 +7070,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "backtrace", "log 0.4.8", @@ -7077,7 +7079,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -7089,7 +7091,7 @@ dependencies = [ [[package]] name = "sp-phragmen-compact" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -7100,7 +7102,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "sp-core", @@ -7109,7 +7111,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", @@ -7130,7 +7132,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7145,7 +7147,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "Inflector", "proc-macro-crate", @@ -7157,7 +7159,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "serde_json", @@ -7166,7 +7168,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -7179,7 +7181,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7189,7 +7191,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "log 0.4.8", @@ -7208,12 +7210,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" [[package]] name = "sp-storage" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7225,7 +7227,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "parity-util-mem 0.6.1", @@ -7238,7 +7240,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7252,7 +7254,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "tracing", ] @@ -7260,7 +7262,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -7275,7 +7277,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "memory-db 0.20.1", @@ -7289,7 +7291,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-core", @@ -7300,7 +7302,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7312,7 +7314,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7440,7 +7442,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "platforms", ] @@ -7448,7 +7450,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.4", @@ -7469,7 +7471,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "async-std", "derive_more 0.99.5", @@ -7483,7 +7485,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -7504,7 +7506,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "cfg-if", "frame-executive", @@ -7537,14 +7539,14 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", - "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", + "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "parity-scale-codec", @@ -7564,7 +7566,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#82f254e453313cbd39ab2e8fb02eeb35c87fa971" +source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" [[package]] name = "substrate-wasm-builder-runner" @@ -8657,7 +8659,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#34c37c299e4c6ff3a787dba3d8d2eb511db87950" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" dependencies = [ "bitvec", "frame-executive", diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 2a1e13678fb..8677e18d421 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,22 +6,22 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "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-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Polkadot dependencies -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -41,13 +41,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Polkadot dependencies -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # Other dependencies env_logger = "0.7.1" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index a9c837b0c4a..3aaa1817140 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -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" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "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" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # polkadot deps -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # other deps futures = { version = "0.3.1", features = ["compat"] } diff --git a/message-broker/Cargo.toml b/message-broker/Cargo.toml index e93b756f4cd..871d1b852bc 100644 --- a/message-broker/Cargo.toml +++ b/message-broker/Cargo.toml @@ -6,9 +6,9 @@ edition = "2018" [dependencies] # substrate deps -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } # Other dependencies codec = { package = "parity-scale-codec", version = "1.3.0", features = [ "derive" ], default-features = false } diff --git a/network/Cargo.toml b/network/Cargo.toml index 71559b627d5..cb68ef2ee3d 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,17 +7,17 @@ edition = "2018" [dependencies] # substrate deps -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" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "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" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # polkadot deps -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "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" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # cumulus deps cumulus-primitives = { path = "../primitives" } @@ -32,9 +32,9 @@ parking_lot = "0.10.2" cumulus-test-runtime = { path = "../test/runtime" } # substrate deps -sc-client-api = { 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" } +sc-client-api = { 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" } # polkadot deps -polkadot-test-runtime-client = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-test-runtime-client = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } diff --git a/parachain-upgrade/Cargo.toml b/parachain-upgrade/Cargo.toml index efcd468d201..eb23f90bfd3 100644 --- a/parachain-upgrade/Cargo.toml +++ b/parachain-upgrade/Cargo.toml @@ -11,26 +11,26 @@ cumulus-primitives = { path = "../primitives", default-features = false } cumulus-runtime = { path = "../runtime", default-features = false } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "2.0.0-dev", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "2.0.0-dev", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "2.0.0-dev", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "2.0.0-dev", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } # Other Dependencies codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"]} serde = { version = "1.0.101", optional = true, features = ["derive"] } [dev-dependencies] -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } [features] default = ['std'] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 7b121372814..a80e6f4bec9 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } # Other dependencies codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d39a4087da4..3c76006bb82 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -16,23 +16,23 @@ hashbrown = "0.6.1" cumulus-primitives = { path = "../primitives", default-features = false } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-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-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false, features = [ "wasm-api" ] } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -sc-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, 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" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, 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" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index 415ec481eb4..709505fcf3a 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-test-primitives = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index 2bd92f7d4b5..6e0c4e26047 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -23,21 +23,21 @@ structopt = "0.3.3" parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } # Substrate dependencies -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-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-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "0.8.0-alpha.5" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-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-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "0.8.0-alpha.5" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } @@ -45,13 +45,13 @@ cumulus-collator = { path = "../../collator" } cumulus-network = { path = "../../network" } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } [dev-dependencies] assert_cmd = "0.12" @@ -63,14 +63,14 @@ hex = "0.4" serde_json = "1.0" # Polkadot dependencies -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } # Substrate dependencies -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index 309e7b8f142..db9eda43ebd 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.3.0", default-features = false, features = ["derive"] } # Substrate dependencies -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index 0461d5e137a..08a4acb4b97 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] runtime = { package = "cumulus-runtime", path = "../../runtime", default-features = false } -substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch", version = "2.0.0-rc2" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cecton-cumulus-branch", version = "2.0.0-rc2" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.6" } From 47f4d3ec8bdf033c94de0640c81878d339c62646 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 9 Jun 2020 16:58:57 +0200 Subject: [PATCH 2/9] Use new API to remove unwanted code Fixes #79 --- test/parachain/src/command.rs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/test/parachain/src/command.rs b/test/parachain/src/command.rs index 3a4955cc95b..a279fd755c5 100644 --- a/test/parachain/src/command.rs +++ b/test/parachain/src/command.rs @@ -203,7 +203,6 @@ pub fn run() -> Result<()> { // TODO let key = Arc::new(sp_core::Pair::from_seed(&[10; 32])); - let key2 = Arc::new(sp_core::Pair::from_seed(&[10; 32])); let mut polkadot_cli = PolkadotCli::from_iter( [PolkadotCli::executable_name().to_string()] @@ -213,20 +212,7 @@ pub fn run() -> Result<()> { polkadot_cli.base_path = cli.run.base_path()?.map(|x| x.join("polkadot")); - runner.run_node( - |config| { - let task_executor = config.task_executor.clone(); - let polkadot_config = SubstrateCli::create_configuration( - &polkadot_cli, - &polkadot_cli, - task_executor, - ) - .unwrap(); - - info!("Parachain id: {:?}", crate::PARA_ID); - - crate::service::run_collator(config, key2, polkadot_config) - }, + runner.run_full_node( |config| { let task_executor = config.task_executor.clone(); let polkadot_config = SubstrateCli::create_configuration( From 288885b57fa903033efc38767241522b42399ca0 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 9 Jun 2020 17:00:47 +0200 Subject: [PATCH 3/9] Clean-up unused imports --- test/parachain/src/command.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/parachain/src/command.rs b/test/parachain/src/command.rs index a279fd755c5..5f2905138ab 100644 --- a/test/parachain/src/command.rs +++ b/test/parachain/src/command.rs @@ -24,8 +24,7 @@ use sc_cli::{ SubstrateCli, }; use sc_executor::NativeExecutionDispatch; -use sc_network::config::TransportConfig; -use sc_service::config::{NetworkConfiguration, NodeKeyConfig, PrometheusConfig}; +use sc_service::config::PrometheusConfig; use sp_core::hexdisplay::HexDisplay; use sp_runtime::{ traits::{Block as BlockT, Hash as HashT, Header as HeaderT, Zero}, From 6090a5e6ddea0ad0cd67874b3e2c3cddfa45859d Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 9 Jun 2020 17:49:21 +0200 Subject: [PATCH 4/9] Use different informant prefix for parachain and relaychain Fixes #19 --- Cargo.lock | 34 +++++++++++++++++----------------- test/parachain/src/command.rs | 3 ++- test/parachain/src/service.rs | 2 ++ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3d2464e38c..9ec3a0ce10d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-executive", @@ -4352,7 +4352,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-store" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "frame-benchmarking-cli", "futures 0.3.4", @@ -4401,7 +4401,7 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "futures 0.3.4", "futures-timer 2.0.2", @@ -4428,7 +4428,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4441,7 +4441,7 @@ dependencies = [ [[package]] name = "polkadot-network" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4468,7 +4468,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -4488,7 +4488,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-system", @@ -4509,7 +4509,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-executive", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-support", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4697,7 +4697,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-executive", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "futures 0.3.4", "pallet-timestamp", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -8659,7 +8659,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#18501beb6fb36c63bac85ecbb007588d0be01a17" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" dependencies = [ "bitvec", "frame-executive", diff --git a/test/parachain/src/command.rs b/test/parachain/src/command.rs index 5f2905138ab..e4b2b718a6e 100644 --- a/test/parachain/src/command.rs +++ b/test/parachain/src/command.rs @@ -185,7 +185,8 @@ pub fn run() -> Result<()> { None, authority_discovery_enabled, 6000, - grandpa_pause + grandpa_pause, + None, ).map(|(s, _, _)| s) }, polkadot_service::PolkadotExecutor::native_version().runtime_version diff --git a/test/parachain/src/service.rs b/test/parachain/src/service.rs index 57a6176041a..14c13dee84d 100644 --- a/test/parachain/src/service.rs +++ b/test/parachain/src/service.rs @@ -91,6 +91,7 @@ pub fn run_collator( let block_announce_validator = DelayedBlockAnnounceValidator::new(); let block_announce_validator_copy = block_announce_validator.clone(); let service = builder + .with_informant_prefix("[ParaChain]".to_string())? .with_finality_proof_provider(|client, backend| { // GenesisAuthoritySetProvider is implemented for StorageAndProofProvider let provider = client as Arc>; @@ -130,6 +131,7 @@ pub fn run_collator( crate::PARA_ID, key, polkadot_config, + Some("[RelayChain]".to_string()), ).map(|_| ()); service.spawn_essential_task("polkadot", polkadot_future); From bb1ff515bee9567f3f2a9edd857c19ccfbb229c5 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 10 Jun 2020 12:50:13 +0200 Subject: [PATCH 5/9] fix Cargo.lock --- Cargo.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ec3a0ce10d..051959082a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-executive", @@ -4352,7 +4352,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-store" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "frame-benchmarking-cli", "futures 0.3.4", @@ -4401,7 +4401,7 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "futures 0.3.4", "futures-timer 2.0.2", @@ -4428,7 +4428,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4441,7 +4441,7 @@ dependencies = [ [[package]] name = "polkadot-network" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4468,7 +4468,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -4488,7 +4488,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-system", @@ -4509,7 +4509,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-executive", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-support", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4697,7 +4697,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-executive", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "futures 0.3.4", "pallet-timestamp", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -8659,7 +8659,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#b2829de75cda9072dd400184420bee047f491f54" +source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" dependencies = [ "bitvec", "frame-executive", From 22052a648bcbdb27d81500a9645ddcfd85a67765 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Thu, 11 Jun 2020 11:55:38 +0200 Subject: [PATCH 6/9] Now it is perfect --- Cargo.lock | 1 + test/parachain/Cargo.toml | 1 + test/parachain/src/service.rs | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 051959082a0..5a8556b5d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,6 +1027,7 @@ dependencies = [ name = "cumulus-test-parachain-collator" version = "0.1.0" dependencies = [ + "ansi_term 0.12.1", "assert_cmd", "async-std", "cumulus-collator", diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index 6e0c4e26047..c1e5ec3f204 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -18,6 +18,7 @@ parking_lot = '0.9.0' trie-root = '0.15.2' codec = { package = 'parity-scale-codec', version = '1.0.0' } structopt = "0.3.3" +ansi_term = "0.12.1" # Parachain dependencies parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } diff --git a/test/parachain/src/service.rs b/test/parachain/src/service.rs index 14c13dee84d..007b89a9671 100644 --- a/test/parachain/src/service.rs +++ b/test/parachain/src/service.rs @@ -14,6 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . +use ansi_term::Color; use std::sync::Arc; use sc_executor::native_executor_instance; use sc_service::{AbstractService, Configuration}; @@ -91,7 +92,7 @@ pub fn run_collator( let block_announce_validator = DelayedBlockAnnounceValidator::new(); let block_announce_validator_copy = block_announce_validator.clone(); let service = builder - .with_informant_prefix("[ParaChain]".to_string())? + .with_informant_prefix(format!("[{}]", Color::Yellow.bold().paint("Parachain")))? .with_finality_proof_provider(|client, backend| { // GenesisAuthoritySetProvider is implemented for StorageAndProofProvider let provider = client as Arc>; @@ -131,7 +132,7 @@ pub fn run_collator( crate::PARA_ID, key, polkadot_config, - Some("[RelayChain]".to_string()), + Some(format!("[{}]", Color::Blue.bold().paint("Relaychain"))), ).map(|_| ()); service.spawn_essential_task("polkadot", polkadot_future); From 038642633c4408654852caecd165ca114db56c83 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Thu, 11 Jun 2020 11:59:13 +0200 Subject: [PATCH 7/9] Spacing --- test/parachain/src/service.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parachain/src/service.rs b/test/parachain/src/service.rs index 007b89a9671..b39502f6ee4 100644 --- a/test/parachain/src/service.rs +++ b/test/parachain/src/service.rs @@ -92,7 +92,7 @@ pub fn run_collator( let block_announce_validator = DelayedBlockAnnounceValidator::new(); let block_announce_validator_copy = block_announce_validator.clone(); let service = builder - .with_informant_prefix(format!("[{}]", Color::Yellow.bold().paint("Parachain")))? + .with_informant_prefix(format!("[{}] ", Color::Yellow.bold().paint("Parachain")))? .with_finality_proof_provider(|client, backend| { // GenesisAuthoritySetProvider is implemented for StorageAndProofProvider let provider = client as Arc>; @@ -132,7 +132,7 @@ pub fn run_collator( crate::PARA_ID, key, polkadot_config, - Some(format!("[{}]", Color::Blue.bold().paint("Relaychain"))), + Some(format!("[{}] ", Color::Blue.bold().paint("Relaychain"))), ).map(|_| ()); service.spawn_essential_task("polkadot", polkadot_future); From 580f5354c48de239270ea955e30faed10c2b4cec Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Thu, 11 Jun 2020 12:08:21 +0200 Subject: [PATCH 8/9] Revert branch changing for merge --- Cargo.lock | 294 +++++++++++++++--------------- collator/Cargo.toml | 38 ++-- consensus/Cargo.toml | 22 +-- message-broker/Cargo.toml | 6 +- network/Cargo.toml | 26 +-- parachain-upgrade/Cargo.toml | 24 +-- primitives/Cargo.toml | 10 +- runtime/Cargo.toml | 26 +-- test/client/Cargo.toml | 14 +- test/parachain/Cargo.toml | 58 +++--- test/parachain/runtime/Cargo.toml | 40 ++-- test/runtime/Cargo.toml | 2 +- 12 files changed, 280 insertions(+), 280 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a8556b5d5d..c086b04afbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" [[package]] name = "fork-tree" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", ] @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -1526,7 +1526,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1544,7 +1544,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -1559,7 +1559,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bitmask", "frame-metadata", @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.10", @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1618,7 +1618,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro2 1.0.10", "quote 1.0.3", @@ -1628,7 +1628,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1644,7 +1644,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-executive", @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3575,7 +3575,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3590,7 +3590,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3612,7 +3612,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3641,7 +3641,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3656,7 +3656,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3686,7 +3686,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3706,7 +3706,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3722,7 +3722,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3757,7 +3757,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3771,7 +3771,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3785,7 +3785,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3813,7 +3813,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-support", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3843,7 +3843,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3861,7 +3861,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3895,7 +3895,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -3906,7 +3906,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3920,7 +3920,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-benchmarking", "frame-support", @@ -3937,7 +3937,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3969,7 +3969,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "parity-scale-codec", @@ -3982,7 +3982,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -3996,7 +3996,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-support", "frame-system", @@ -4011,7 +4011,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "enumflags2", "frame-support", @@ -4353,7 +4353,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-store" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -4380,7 +4380,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "frame-benchmarking-cli", "futures 0.3.4", @@ -4402,7 +4402,7 @@ dependencies = [ [[package]] name = "polkadot-collator" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "futures 0.3.4", "futures-timer 2.0.2", @@ -4429,7 +4429,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4442,7 +4442,7 @@ dependencies = [ [[package]] name = "polkadot-network" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-system", @@ -4510,7 +4510,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4536,7 +4536,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-executive", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-support", @@ -4630,7 +4630,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -4688,7 +4688,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-executive", @@ -4748,7 +4748,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "futures 0.3.4", "pallet-timestamp", @@ -4770,7 +4770,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -5539,7 +5539,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "derive_more 0.99.5", @@ -5566,7 +5566,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -5590,7 +5590,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5606,7 +5606,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -5633,7 +5633,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5674,7 +5674,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "fnv", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "blake2-rfc", "hash-db", @@ -5739,7 +5739,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5750,7 +5750,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "fork-tree", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -5815,7 +5815,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -5850,7 +5850,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5864,7 +5864,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "lazy_static", @@ -5892,7 +5892,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -5909,7 +5909,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5924,7 +5924,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "assert_matches", "derive_more 0.99.5", @@ -5982,7 +5982,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "finality-grandpa", @@ -5999,7 +5999,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "ansi_term 0.12.1", "futures 0.3.4", @@ -6017,7 +6017,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "hex", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bitflags", "bs58", @@ -6084,7 +6084,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-timer 3.0.2", @@ -6099,7 +6099,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "fnv", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "libp2p", @@ -6139,7 +6139,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -6180,7 +6180,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6219,7 +6219,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "exit-future 0.2.0", @@ -6278,7 +6278,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6292,7 +6292,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "bytes 0.5.4", "futures 0.3.4", @@ -6314,7 +6314,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "erased-serde", "log 0.4.8", @@ -6329,7 +6329,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6349,7 +6349,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6730,7 +6730,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -6742,7 +6742,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "parity-scale-codec", @@ -6757,7 +6757,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6769,7 +6769,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -6781,7 +6781,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "integer-sqrt", "num-traits 0.2.11", @@ -6794,7 +6794,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6806,7 +6806,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6817,7 +6817,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6829,7 +6829,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "log 0.4.8", @@ -6845,7 +6845,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "serde_json", @@ -6854,7 +6854,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -6877,7 +6877,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -6891,7 +6891,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "merlin", "parity-scale-codec", @@ -6908,7 +6908,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6920,7 +6920,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "base58", "blake2-rfc", @@ -6962,7 +6962,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6971,7 +6971,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro2 1.0.10", "quote 1.0.3", @@ -6981,7 +6981,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "environmental", "parity-scale-codec", @@ -6992,7 +6992,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7008,7 +7008,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7018,7 +7018,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "parity-scale-codec", @@ -7030,7 +7030,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -7050,7 +7050,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "lazy_static", "sp-core", @@ -7061,7 +7061,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "sp-api", "sp-core", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "backtrace", "log 0.4.8", @@ -7080,7 +7080,7 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "serde", @@ -7092,7 +7092,7 @@ dependencies = [ [[package]] name = "sp-phragmen-compact" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.10", @@ -7103,7 +7103,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "sp-core", @@ -7112,7 +7112,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", @@ -7133,7 +7133,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7148,7 +7148,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "Inflector", "proc-macro-crate", @@ -7160,7 +7160,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "serde", "serde_json", @@ -7169,7 +7169,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-api", @@ -7182,7 +7182,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7192,7 +7192,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "log 0.4.8", @@ -7211,12 +7211,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" [[package]] name = "sp-storage" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "parity-scale-codec", "parity-util-mem 0.6.1", @@ -7241,7 +7241,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7255,7 +7255,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "tracing", ] @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "derive_more 0.99.5", "futures 0.3.4", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "hash-db", "memory-db 0.20.1", @@ -7292,7 +7292,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "futures-core", @@ -7303,7 +7303,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7315,7 +7315,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7443,7 +7443,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "platforms", ] @@ -7451,7 +7451,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.4", @@ -7472,7 +7472,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "async-std", "derive_more 0.99.5", @@ -7486,7 +7486,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "hash-db", @@ -7507,7 +7507,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "cfg-if", "frame-executive", @@ -7540,14 +7540,14 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", - "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch)", + "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate?branch=cumulus-branch)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc2" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" dependencies = [ "futures 0.3.4", "parity-scale-codec", @@ -7567,7 +7567,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate?branch=cecton-cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" +source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#15700a118c8200ef3a873a84b37c10a4c555ec86" [[package]] name = "substrate-wasm-builder-runner" @@ -8660,7 +8660,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot?branch=cecton-cumulus-branch#7959a125dd01affad774f80396dc4a693281b33a" +source = "git+https://github.com/paritytech/polkadot?branch=cumulus-branch#c6ddb0a8a6abd56f9b7adb4200d31409efd9fdf6" dependencies = [ "bitvec", "frame-executive", diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 8677e18d421..2a1e13678fb 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,22 +6,22 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sc-client-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-blockchain = { git = "https://github.com/paritytech/substrate", branch = "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-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-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-validation = { 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-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } @@ -41,13 +41,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 3aaa1817140..a9c837b0c4a 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,19 +7,19 @@ edition = "2018" [dependencies] # substrate deps -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" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "cecton-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" } +substrate-prometheus-endpoint = { 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/message-broker/Cargo.toml b/message-broker/Cargo.toml index 871d1b852bc..e93b756f4cd 100644 --- a/message-broker/Cargo.toml +++ b/message-broker/Cargo.toml @@ -6,9 +6,9 @@ edition = "2018" [dependencies] # substrate deps -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } # Other dependencies codec = { package = "parity-scale-codec", version = "1.3.0", features = [ "derive" ], default-features = false } diff --git a/network/Cargo.toml b/network/Cargo.toml index cb68ef2ee3d..71559b627d5 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,17 +7,17 @@ edition = "2018" [dependencies] # substrate deps -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" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cecton-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" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # polkadot deps -polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-statement-table = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-validation = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-network = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "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" } # cumulus deps cumulus-primitives = { path = "../primitives" } @@ -32,9 +32,9 @@ parking_lot = "0.10.2" cumulus-test-runtime = { path = "../test/runtime" } # substrate deps -sc-client-api = { 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" } +sc-client-api = { 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" } # polkadot deps -polkadot-test-runtime-client = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-test-runtime-client = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } diff --git a/parachain-upgrade/Cargo.toml b/parachain-upgrade/Cargo.toml index eb23f90bfd3..efcd468d201 100644 --- a/parachain-upgrade/Cargo.toml +++ b/parachain-upgrade/Cargo.toml @@ -11,26 +11,26 @@ cumulus-primitives = { path = "../primitives", default-features = false } cumulus-runtime = { path = "../runtime", default-features = false } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "2.0.0-dev", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "2.0.0-dev", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "2.0.0-dev", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "2.0.0-dev", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } # Other Dependencies codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"]} serde = { version = "1.0.101", optional = true, features = ["derive"] } [dev-dependencies] -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } [features] default = ['std'] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index a80e6f4bec9..7b121372814 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] # Substrate dependencies -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } # Polkadot dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch", default-features = false } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch", default-features = false } # Other dependencies codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3c76006bb82..d39a4087da4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -16,23 +16,23 @@ hashbrown = "0.6.1" cumulus-primitives = { path = "../primitives", default-features = false } # 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-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-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch" } +sp-inherents = { 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] -sc-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, 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" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, 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" } +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 709505fcf3a..415ec481eb4 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -5,12 +5,12 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "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 c1e5ec3f204..f3ebb84ade9 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -24,21 +24,21 @@ ansi_term = "0.12.1" 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-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-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch", version = "0.8.0-alpha.5" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sc-finality-grandpa = { 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-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-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "0.8.0-alpha.5" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } @@ -46,13 +46,13 @@ cumulus-collator = { path = "../../collator" } cumulus-network = { path = "../../network" } # 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] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } [dev-dependencies] assert_cmd = "0.12" @@ -64,14 +64,14 @@ hex = "0.4" serde_json = "1.0" # Polkadot dependencies -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cecton-cumulus-branch" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "cumulus-branch" } # Substrate dependencies -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cecton-cumulus-branch" } +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index db9eda43ebd..309e7b8f142 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.3.0", 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/runtime/Cargo.toml b/test/runtime/Cargo.toml index 08a4acb4b97..0461d5e137a 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", version = "2.0.0-rc2" } +substrate-test-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "cumulus-branch", version = "2.0.0-rc2" } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = " 1.0.6" } From c088d614c8378b76687aeb735f9e506f84ea06cb Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Thu, 11 Jun 2020 12:22:46 +0200 Subject: [PATCH 9/9] Removed Clone from structopts --- test/parachain/src/cli.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/parachain/src/cli.rs b/test/parachain/src/cli.rs index 2c2450aeb66..7540b0ce9f7 100644 --- a/test/parachain/src/cli.rs +++ b/test/parachain/src/cli.rs @@ -20,7 +20,7 @@ use sc_cli; use structopt::StructOpt; /// Sub-commands supported by the collator. -#[derive(Debug, StructOpt, Clone)] +#[derive(Debug, StructOpt)] pub enum Subcommand { #[structopt(flatten)] Base(sc_cli::Subcommand), @@ -37,14 +37,14 @@ pub enum Subcommand { } /// Command for exporting the genesis state of the parachain -#[derive(Debug, StructOpt, Clone)] +#[derive(Debug, StructOpt)] pub struct ExportGenesisStateCommand { /// Output file name or stdout if unspecified. #[structopt(parse(from_os_str))] pub output: Option, } -#[derive(Debug, StructOpt, Clone)] +#[derive(Debug, StructOpt)] #[structopt(settings = &[ structopt::clap::AppSettings::GlobalVersion, structopt::clap::AppSettings::ArgsNegateSubcommands, @@ -62,7 +62,7 @@ pub struct Cli { pub relaychain_args: Vec, } -#[derive(Debug, StructOpt, Clone)] +#[derive(Debug, StructOpt)] pub struct PolkadotCli { #[structopt(flatten)] pub base: polkadot_cli::RunCmd,