From e91642361133dba084a9c9b3efa45fcb6cd3c5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 4 Aug 2020 16:26:47 +0200 Subject: [PATCH] Update branch --- Cargo.lock | 276 +++++++++--------- availability-store/Cargo.toml | 16 +- cli/Cargo.toml | 24 +- collator/Cargo.toml | 22 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- network/Cargo.toml | 16 +- network/test/Cargo.toml | 20 +- node/core/av-store/Cargo.toml | 2 +- node/core/backing/Cargo.toml | 12 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 6 +- node/core/chain-api/Cargo.toml | 4 +- node/core/proposer/Cargo.toml | 22 +- node/core/runtime-api/Cargo.toml | 6 +- node/network/bitfield-distribution/Cargo.toml | 4 +- node/network/bridge/Cargo.toml | 6 +- node/network/pov-distribution/Cargo.toml | 6 +- .../network/statement-distribution/Cargo.toml | 8 +- node/overseer/Cargo.toml | 4 +- node/primitives/Cargo.toml | 4 +- node/service/Cargo.toml | 74 ++--- node/subsystem/Cargo.toml | 6 +- node/test-service/Cargo.toml | 54 ++-- parachain/Cargo.toml | 12 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 4 +- .../test-parachains/code-upgrader/Cargo.toml | 4 +- primitives/Cargo.toml | 24 +- rpc/Cargo.toml | 34 +-- runtime/common/Cargo.toml | 52 ++-- runtime/kusama/Cargo.toml | 108 +++---- runtime/parachains/Cargo.toml | 52 ++-- runtime/polkadot/Cargo.toml | 104 +++---- runtime/rococo-v1/Cargo.toml | 64 ++-- runtime/rococo/Cargo.toml | 108 +++---- runtime/test-runtime/Cargo.toml | 76 ++--- runtime/test-runtime/client/Cargo.toml | 22 +- runtime/westend/Cargo.toml | 110 +++---- service/Cargo.toml | 74 ++--- statement-table/Cargo.toml | 2 +- validation/Cargo.toml | 36 +-- 43 files changed, 748 insertions(+), 748 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3846bd6c487..26081bfc89f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", ] @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -1395,7 +1395,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1413,7 +1413,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -1428,7 +1428,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "serde", @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "bitmask", "frame-metadata", @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1475,7 +1475,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1487,7 +1487,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1513,7 +1513,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-api", @@ -3541,7 +3541,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3557,7 +3557,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3572,7 +3572,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3627,7 +3627,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3673,7 +3673,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3711,7 +3711,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3731,7 +3731,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3761,7 +3761,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3776,7 +3776,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3790,7 +3790,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3826,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3854,7 +3854,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "enumflags2", "frame-support", @@ -3869,7 +3869,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3884,7 +3884,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3920,7 +3920,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3934,7 +3934,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3956,7 +3956,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -3967,7 +3967,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "frame-system", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4034,7 +4034,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-support", "parity-scale-codec", @@ -4047,7 +4047,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4062,7 +4062,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4078,7 +4078,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6277,7 +6277,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6294,7 +6294,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -6310,7 +6310,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6321,7 +6321,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6362,7 +6362,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6398,7 +6398,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "blake2-rfc", "hash-db", @@ -6428,7 +6428,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6439,7 +6439,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6483,7 +6483,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6507,7 +6507,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6520,7 +6520,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6543,7 +6543,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "log 0.4.8", "sc-client-api", @@ -6557,7 +6557,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6585,7 +6585,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -6602,7 +6602,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6617,7 +6617,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -6638,7 +6638,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "assert_matches", "derive_more 0.99.9", @@ -6676,7 +6676,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6693,7 +6693,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6711,7 +6711,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "hex", @@ -6727,7 +6727,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "hash-db", "lazy_static", @@ -6746,7 +6746,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "bitflags", "bs58", @@ -6798,7 +6798,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6813,7 +6813,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "env_logger", "futures 0.3.5", @@ -6840,7 +6840,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "bytes 0.5.5", "fnv", @@ -6867,7 +6867,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "libp2p", @@ -6880,7 +6880,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "hash-db", @@ -6921,7 +6921,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6945,7 +6945,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6961,7 +6961,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "directories", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -7038,7 +7038,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7059,7 +7059,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "erased-serde", "log 0.4.8", @@ -7076,7 +7076,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7097,7 +7097,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7552,7 +7552,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7564,7 +7564,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "hash-db", "parity-scale-codec", @@ -7579,7 +7579,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7591,7 +7591,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "serde", @@ -7603,7 +7603,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7616,7 +7616,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-api", @@ -7628,7 +7628,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7639,7 +7639,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-api", @@ -7651,7 +7651,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "serde", "serde_json", @@ -7677,7 +7677,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7703,7 +7703,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-api", @@ -7717,7 +7717,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "merlin", "parity-scale-codec", @@ -7736,7 +7736,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7745,7 +7745,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7757,7 +7757,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "base58", "blake2-rfc", @@ -7801,7 +7801,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7810,7 +7810,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -7820,7 +7820,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "environmental", "parity-scale-codec", @@ -7831,7 +7831,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7857,7 +7857,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7869,7 +7869,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "hash-db", @@ -7890,7 +7890,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "lazy_static", "sp-core", @@ -7901,7 +7901,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "serde", @@ -7913,7 +7913,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -7924,7 +7924,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "sp-api", "sp-core", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "backtrace", "log 0.4.8", @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "serde", "sp-core", @@ -7952,7 +7952,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "either", "hash256-std-hasher", @@ -7974,7 +7974,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7989,7 +7989,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "Inflector", "proc-macro-crate", @@ -8001,7 +8001,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "serde", "serde_json", @@ -8010,7 +8010,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8023,7 +8023,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8033,7 +8033,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "hash-db", "itertools 0.9.0", @@ -8054,12 +8054,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" [[package]] name = "sp-storage" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8085,7 +8085,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "log 0.4.8", "rental", @@ -8095,7 +8095,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8110,7 +8110,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "hash-db", "memory-db", @@ -8124,7 +8124,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "futures-core", @@ -8136,7 +8136,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -8148,7 +8148,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "chrono", "console_error_panic_hook", @@ -8305,7 +8305,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "platforms", ] @@ -8313,7 +8313,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8336,7 +8336,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8350,7 +8350,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8376,7 +8376,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "cfg-if", "frame-executive", @@ -8409,14 +8409,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=rococo-branch)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -8437,7 +8437,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate?branch=cumulus-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#270a992bf299cd41b2ed4e211814d2a958e3bfc8" [[package]] name = "substrate-wasm-builder-runner" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 847be1686259..159723fc1188 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -15,14 +15,14 @@ futures = "0.3.4" tokio = { version = "0.2.13", features = ["rt-core"] } exit-future = "0.2.0" codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", version = "2.0.0-rc5" } -sp-runtime = { 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" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", version = "2.0.0-rc5" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } kvdb = "0.7.0" kvdb-memorydb = "0.7.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 95a168a8aefb..7b9007de40d6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,29 +17,29 @@ crate-type = ["cdylib", "rlib"] log = "0.4.8" futures = { version = "0.3.4", features = ["compat"] } structopt = "0.3.8" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } service = { package = "polkadot-service", path = "../service", default-features = false, optional = true } service-new = { package = "polkadot-service-new", path = "../node/service", default-features = false, optional = true } tokio = { version = "0.2.13", features = ["rt-threaded"], optional = true } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } # this crate is used only to enable `trie-memory-tracker` feature # see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } [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 = "rococo-branch" } [features] default = [ "wasmtime", "db", "cli", "service-old", "trie-memory-tracker" ] diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 0eac89da82e9..6830ca061e6e 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -7,16 +7,16 @@ edition = "2018" [dependencies] futures = "0.3.4" -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { 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" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-primitives = { path = "../primitives" } polkadot-cli = { path = "../cli" } polkadot-network = { path = "../network" } @@ -29,7 +29,7 @@ futures-timer = "2.0" codec = { package = "parity-scale-codec", version = "1.3.4" } [dev-dependencies] -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [features] default = ["service-old"] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 183c6ec8ea32..6f99df212c4a 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { 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-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = [ "derive" ] } [features] diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 740a28d576c2..bd8ccae108ff 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"} codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } derive_more = "0.15.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 306eeeb5d2fd..0c55a4dcf4a5 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -15,19 +15,19 @@ polkadot-validation = { path = "../validation" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = "0.3.5" log = "0.4.8" exit-future = "0.2.0" futures-timer = "2.0" -sp-blockchain = { 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 = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } wasm-timer = "0.2.4" rand = "0.7.3" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/network/test/Cargo.toml b/network/test/Cargo.toml index 85bc71c247a4..0eb8a258aeb6 100644 --- a/network/test/Cargo.toml +++ b/network/test/Cargo.toml @@ -10,14 +10,14 @@ log = "0.4.8" parking_lot = "0.10.0" futures = "0.3.1" rand = "0.7.2" -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", features = ["test-helpers"], branch = "cumulus-branch" } -sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "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" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", features = ["test-helpers"], branch = "rococo-branch" } +sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" } diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 6037d412a0b2..e90348d8ff10 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.8" derive_more = "0.99.9" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = { version = "0.3.5", features = ["thread-pool"] } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] } kvdb-memorydb = "0.7.0" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 87bbf3a2ff83..b59a03686133 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,10 +6,10 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -20,8 +20,8 @@ bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } log = "0.4.8" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = { version = "0.3.5", features = ["thread-pool"] } assert_matches = "1.3.0" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index a5969b76bdd1..999b1538a8f9 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -11,5 +11,5 @@ futures = "0.3.5" log = "0.4.8" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } wasm-timer = "0.2.4" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 646c6f9b778b..618db9315067 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } parity-scale-codec = { version = "1.3.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -18,7 +18,7 @@ derive_more = "0.99.9" log = "0.4.8" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = { version = "0.3.5", features = ["thread-pool"] } assert_matches = "1.3.0" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = ["test-helpers"] } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 9f583d51a3b8..06797d31a0ed 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = { version = "0.3.5" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -14,4 +14,4 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys futures = { version = "0.3.5", features = ["thread-pool"] } maplit = "1.0.2" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = ["test-helpers"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 8d658e529569..b9d74b37ae36 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -12,16 +12,16 @@ parity-scale-codec = "1.3.4" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-telemetry = { 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 = "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-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] } wasm-timer = "0.2.4" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index b9ae06388e32..1915b15c0e97 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -6,14 +6,14 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-api = { 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 = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = { version = "0.3.5", features = ["thread-pool"] } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = ["test-helpers"] } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 36ce97c66dc5..cd8fcf063ee7 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -15,12 +15,12 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-network-bridge = { path = "../../network/bridge" } polkadot-network = { path = "../../../network" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [dev-dependencies] polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } parking_lot = "0.10.0" maplit = "1.0.2" smol = "0.2.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index c4578fc03e4a..a4b54f5fdf00 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -12,12 +12,12 @@ streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } parity-scale-codec = "1.3.4" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } [dev-dependencies] assert_matches = "1.3.0" parking_lot = "0.10.0" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/node/network/pov-distribution/Cargo.toml b/node/network/pov-distribution/Cargo.toml index 42d46ff1715b..6218fd851a8f 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -12,12 +12,12 @@ streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } parity-scale-codec = "1.3.4" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } [dev-dependencies] parking_lot = "0.10.0" assert_matches = "1.3.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] } diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 7e75ad2b3b9c..3c8a56a5a718 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -13,8 +13,8 @@ streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } parity-scale-codec = "1.3.4" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } arrayvec = "0.5.1" indexmap = "1.4.0" @@ -23,5 +23,5 @@ indexmap = "1.4.0" parking_lot = "0.10.0" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = ["test-helpers"] } assert_matches = "1.3.0" -sp-keyring = { 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 = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 30071ba9a964..96fef22eba00 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -10,13 +10,13 @@ log = "0.4.8" futures-timer = "3.0.2" streamunordered = "0.5.1" polkadot-primitives = { path = "../../primitives" } -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../primitives" } async-trait = "0.1" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } futures = { version = "0.3.5", features = ["thread-pool"] } futures-timer = "3.0.2" femme = "2.0.1" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 46c7056ee9d5..b2ab62c7540a 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -9,6 +9,6 @@ description = "Primitives types for the Node-side" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "1.3.4", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } async-trait = "0.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 7ddd052a6177..88ac28d8ab5b 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -21,47 +21,47 @@ westend-runtime = { path = "../../runtime/westend" } polkadot-network = { path = "../../network", optional = true } polkadot-rpc = { path = "../../rpc" } polkadot-node-core-proposer = { path = "../core/proposer" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-block-builder = { 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-keystore = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } codec = { package = "parity-scale-codec", version = "1.3.4" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [dev-dependencies] polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } env_logger = "0.7.0" [features] diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 9b35d5303459..be3690a3944a 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1" derive_more = "0.99.9" futures = "0.3.5" futures-timer = "3.0.2" -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } log = "0.4.8" parity-scale-codec = "1.3.4" parking_lot = { version = "0.10.0", optional = true } @@ -18,9 +18,9 @@ pin-project = "0.4.22" polkadot-node-primitives = { path = "../primitives" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } smallvec = "1.4.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } streamunordered = "0.5.1" [dev-dependencies] diff --git a/node/test-service/Cargo.toml b/node/test-service/Cargo.toml index ca25b604fd14..62edca772084 100644 --- a/node/test-service/Cargo.toml +++ b/node/test-service/Cargo.toml @@ -23,34 +23,34 @@ polkadot-service = { path = "../../service" } polkadot-test-runtime = { path = "../../runtime/test-runtime" } # Substrate dependencies -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-informant = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { 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 = "cumulus-branch" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-informant = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } serde_json = "1.0" tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 5d4e694b8042..abfda8010962 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,17 +10,17 @@ edition = "2018" # this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing # various unnecessary Substrate-specific endpoints. codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = [ "derive" ] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } # all optional crates. derive_more = { version = "0.99.2", optional = true } serde = { version = "1.0.102", default-features = false, features = [ "derive" ], optional = true } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", optional = true } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true } parking_lot = { version = "0.10.0", optional = true } log = { version = "0.4.8", optional = true } futures = { version = "0.3.4", optional = true } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 78e1a1f71669..3c2107963f09 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -15,7 +15,7 @@ halt = { package = "test-parachain-halt", path = "halt" } code-upgrader = { package = "test-parachain-code-upgrader", path = "code-upgrader" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index d1a684e68b4b..8dab15533ae1 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, features = [ "disable_allocator" ] } +runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.6" } diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 19f58c6f73a3..d91f9b60037e 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -9,8 +9,8 @@ adder = { package = "test-parachain-adder", path = ".." } parachain = { package = "polkadot-parachain", path = "../../.." } collator = { package = "polkadot-collator", path = "../../../../collator" } primitives = { package = "polkadot-primitives", path = "../../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } parking_lot = "0.10.0" codec = { package = "parity-scale-codec", version = "1.3.4" } futures = "0.3.4" diff --git a/parachain/test-parachains/code-upgrader/Cargo.toml b/parachain/test-parachains/code-upgrader/Cargo.toml index 44a6be210044..f114710ceb3d 100644 --- a/parachain/test-parachains/code-upgrader/Cargo.toml +++ b/parachain/test-parachains/code-upgrader/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, features = [ "disable_allocator" ] } +runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.6" } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 8a196695ec0a..b261efd4c704 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,23 +7,23 @@ edition = "2018" [dependencies] serde = { version = "1.0.102", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.3.4", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { 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-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 996e15a5361c..464572df7fb1 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,21 +7,21 @@ edition = "2018" [dependencies] jsonrpc-core = "14.0.3" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "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-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch"} -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch"} -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch"} -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch"} +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch"} +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch"} +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch"} +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ef5c467cab45..800a2b0bde04 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,26 +13,26 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { package = "sp-std", 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 } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", 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 } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.2", default-features = false, optional = true } @@ -40,13 +40,13 @@ runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parac [dev-dependencies] hex-literal = "0.2.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } trie-db = "0.22.0" serde_json = "1.0.41" libsecp256k1 = "0.3.2" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index a4747644abf5..15a7fddbd556 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,60 +15,60 @@ serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { package = "sp-std", 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 } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } hex-literal = { version = "0.2.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -78,8 +78,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 5c286ae5fb88..eb493eed570e 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,25 +12,25 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { package = "sp-std", 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 } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", 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 } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.2", default-features = false, optional = true } @@ -40,16 +40,16 @@ rand_chacha = { version = "0.2.2", default-features = false } [dev-dependencies] hex-literal = "0.2.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } serde_json = "1.0.41" libsecp256k1 = "0.3.2" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 66f8bab9f831..d71e042e3972 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,58 +15,58 @@ serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", 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-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 } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } hex-literal = { version = "0.2.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -76,8 +76,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } trie-db = "0.22.0" serde_json = "1.0.41" diff --git a/runtime/rococo-v1/Cargo.toml b/runtime/rococo-v1/Cargo.toml index 7f5e70d61181..16968782be42 100644 --- a/runtime/rococo-v1/Cargo.toml +++ b/runtime/rococo-v1/Cargo.toml @@ -11,41 +11,41 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { 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-std = { package = "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-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index da734a6e30c6..239a571ab08b 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -15,60 +15,60 @@ serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.0" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { package = "sp-std", 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 } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sudo = { package = "pallet-sudo", 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 } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } hex-literal = { version = "0.2.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -79,8 +79,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 37c9deaa2b6a..735858fd37a6 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,43 +14,43 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -rstd = { package = "sp-std", 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 } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -60,8 +60,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/test-runtime/client/Cargo.toml b/runtime/test-runtime/client/Cargo.toml index e9c4b6669f19..a49a7b41cbc3 100644 --- a/runtime/test-runtime/client/Cargo.toml +++ b/runtime/test-runtime/client/Cargo.toml @@ -16,14 +16,14 @@ polkadot-test-runtime = { path = ".." } polkadot-test-service = { path = "../../../node/test-service" } # Substrate dependencies -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-light = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", features = ["test-helpers"], default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-light = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", features = ["test-helpers"], default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 374ccd409130..d0ae6bec484f 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,61 +15,61 @@ serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-std = { package = "sp-std", 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 } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +version = { package = "sp-version", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sudo = { package = "pallet-sudo", 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 } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } +authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +transaction-payment-rpc-runtime-api = { package = "pallet-transaction-payment-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +identity = { package = "pallet-identity", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +multisig = { package = "pallet-multisig", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +proxy = { package = "pallet-proxy", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +recovery = { package = "pallet-recovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +scheduler = { package = "pallet-scheduler", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +society = { package = "pallet-society", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sudo = { package = "pallet-sudo", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +utility = { package = "pallet-utility", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +vesting = { package = "pallet-vesting", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false, optional = true } hex-literal = { version = "0.2.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -80,8 +80,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } serde_json = "1.0.41" [build-dependencies] diff --git a/service/Cargo.toml b/service/Cargo.toml index 6cb9bd5f35d1..143b4bb4c6ce 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -21,47 +21,47 @@ westend-runtime = { path = "../runtime/westend" } rococo-runtime = { path = "../runtime/rococo" } polkadot-network = { path = "../network", optional = true } polkadot-rpc = { path = "../rpc" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-block-builder = { 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-keystore = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "rococo-branch", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } codec = { package = "parity-scale-codec", version = "1.3.4" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [dev-dependencies] polkadot-test-runtime-client = { path = "../runtime/test-runtime/client" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } env_logger = "0.7.0" [features] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index ba4874d0129a..de19987a4ecd 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 952e3f8fa749..3868c2b72e25 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -19,24 +19,24 @@ parachain = { package = "polkadot-parachain", path = "../parachain" } polkadot-primitives = { path = "../primitives" } polkadot-erasure-coding = { path = "../erasure-coding" } table = { package = "polkadot-statement-table", path = "../statement-table" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +runtime_babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }