From a9414eeec7e1ff8510336e88ca85265a322f80b1 Mon Sep 17 00:00:00 2001 From: Lldenaurois Date: Thu, 27 Jan 2022 03:22:40 +0100 Subject: [PATCH] Diener: Update substrate dependencies to a-sync-all-forks --- Cargo.lock | 326 +++++++++--------- Cargo.toml | 4 +- bridges/bin/millau/node/Cargo.toml | 60 ++-- bridges/bin/millau/runtime/Cargo.toml | 66 ++-- bridges/bin/rialto-parachain/node/Cargo.toml | 92 ++--- .../bin/rialto-parachain/runtime/Cargo.toml | 80 ++--- bridges/bin/rialto/node/Cargo.toml | 150 ++++---- bridges/bin/rialto/runtime/Cargo.toml | 76 ++-- bridges/bin/runtime-common/Cargo.toml | 14 +- bridges/fuzz/storage-proof/Cargo.toml | 8 +- bridges/modules/dispatch/Cargo.toml | 12 +- bridges/modules/grandpa/Cargo.toml | 18 +- bridges/modules/messages/Cargo.toml | 16 +- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/modules/token-swap/Cargo.toml | 16 +- bridges/primitives/chain-kusama/Cargo.toml | 8 +- bridges/primitives/chain-millau/Cargo.toml | 16 +- bridges/primitives/chain-polkadot/Cargo.toml | 8 +- .../chain-rialto-parachain/Cargo.toml | 12 +- bridges/primitives/chain-rialto/Cargo.toml | 12 +- bridges/primitives/chain-rococo/Cargo.toml | 10 +- bridges/primitives/chain-westend/Cargo.toml | 10 +- bridges/primitives/chain-wococo/Cargo.toml | 6 +- bridges/primitives/header-chain/Cargo.toml | 10 +- .../primitives/message-dispatch/Cargo.toml | 4 +- bridges/primitives/messages/Cargo.toml | 6 +- bridges/primitives/polkadot-core/Cargo.toml | 14 +- bridges/primitives/runtime/Cargo.toml | 14 +- bridges/primitives/test-utils/Cargo.toml | 8 +- bridges/primitives/token-swap/Cargo.toml | 6 +- bridges/relays/bin-substrate/Cargo.toml | 22 +- bridges/relays/client-kusama/Cargo.toml | 6 +- bridges/relays/client-millau/Cargo.toml | 10 +- bridges/relays/client-polkadot/Cargo.toml | 6 +- .../relays/client-rialto-parachain/Cargo.toml | 6 +- bridges/relays/client-rialto/Cargo.toml | 10 +- bridges/relays/client-rococo/Cargo.toml | 6 +- bridges/relays/client-substrate/Cargo.toml | 28 +- bridges/relays/client-westend/Cargo.toml | 4 +- bridges/relays/client-wococo/Cargo.toml | 6 +- bridges/relays/lib-substrate-relay/Cargo.toml | 8 +- bridges/relays/messages/Cargo.toml | 2 +- bridges/relays/utils/Cargo.toml | 2 +- cli/Cargo.toml | 16 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/client/Cargo.toml | 50 +-- node/collation-generation/Cargo.toml | 4 +- node/core/approval-voting/Cargo.toml | 18 +- node/core/av-store/Cargo.toml | 4 +- 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 | 8 +- node/core/chain-selection/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 8 +- node/core/parachains-inherent/Cargo.toml | 6 +- node/core/provisioner/Cargo.toml | 4 +- node/core/pvf-checker/Cargo.toml | 12 +- node/core/pvf/Cargo.toml | 18 +- node/core/runtime-api/Cargo.toml | 12 +- node/jaeger/Cargo.toml | 4 +- node/malus/Cargo.toml | 4 +- node/metrics/Cargo.toml | 16 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 12 +- node/network/availability-recovery/Cargo.toml | 10 +- node/network/bitfield-distribution/Cargo.toml | 6 +- node/network/bridge/Cargo.toml | 8 +- node/network/collator-protocol/Cargo.toml | 12 +- node/network/dispute-distribution/Cargo.toml | 12 +- node/network/gossip-support/Cargo.toml | 14 +- node/network/protocol/Cargo.toml | 4 +- .../network/statement-distribution/Cargo.toml | 18 +- node/overseer/Cargo.toml | 6 +- node/primitives/Cargo.toml | 12 +- node/service/Cargo.toml | 94 ++--- node/subsystem-test-helpers/Cargo.toml | 10 +- node/subsystem-types/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/service/Cargo.toml | 62 ++-- parachain/Cargo.toml | 8 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 6 +- .../test-parachains/adder/collator/Cargo.toml | 12 +- parachain/test-parachains/halt/Cargo.toml | 2 +- primitives/Cargo.toml | 30 +- primitives/test-helpers/Cargo.toml | 6 +- rpc/Cargo.toml | 44 +-- runtime/common/Cargo.toml | 60 ++-- runtime/common/slot_range_helper/Cargo.toml | 4 +- runtime/kusama/Cargo.toml | 130 +++---- runtime/kusama/constants/Cargo.toml | 4 +- runtime/metrics/Cargo.toml | 4 +- runtime/parachains/Cargo.toml | 48 +-- runtime/polkadot/Cargo.toml | 122 +++---- runtime/polkadot/constants/Cargo.toml | 4 +- runtime/rococo/Cargo.toml | 88 ++--- runtime/rococo/constants/Cargo.toml | 4 +- runtime/test-runtime/Cargo.toml | 80 ++--- runtime/test-runtime/constants/Cargo.toml | 4 +- runtime/westend/Cargo.toml | 124 +++---- runtime/westend/constants/Cargo.toml | 4 +- statement-table/Cargo.toml | 2 +- utils/generate-bags/Cargo.toml | 4 +- utils/remote-ext-tests/bags-list/Cargo.toml | 8 +- utils/staking-miner/Cargo.toml | 30 +- xcm/pallet-xcm-benchmarks/Cargo.toml | 20 +- xcm/pallet-xcm/Cargo.toml | 14 +- xcm/xcm-builder/Cargo.toml | 18 +- xcm/xcm-executor/Cargo.toml | 14 +- xcm/xcm-executor/integration-tests/Cargo.toml | 14 +- xcm/xcm-simulator/Cargo.toml | 6 +- xcm/xcm-simulator/example/Cargo.toml | 14 +- xcm/xcm-simulator/fuzzer/Cargo.toml | 14 +- 116 files changed, 1348 insertions(+), 1348 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cda0d74dc2e..984e22a99579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "beefy-primitives", "fnv", @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -492,12 +492,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -1893,7 +1893,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", ] @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -1932,7 +1932,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "Inflector", "chrono", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -2000,7 +2000,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "bitflags", "frame-metadata", @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2041,7 +2041,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2053,7 +2053,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro2", "quote", @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2086,7 +2086,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -2097,7 +2097,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "log", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "sp-api", @@ -2138,7 +2138,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "sp-api", @@ -2334,7 +2334,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "chrono", "frame-election-provider-support", @@ -4419,7 +4419,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-system", "parity-scale-codec", @@ -4665,7 +4665,7 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4679,7 +4679,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -4695,7 +4695,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -4710,7 +4710,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4734,7 +4734,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4754,7 +4754,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "clap", "frame-election-provider-support", @@ -4776,7 +4776,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4791,7 +4791,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "beefy-primitives", "frame-support", @@ -4807,7 +4807,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4832,7 +4832,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4916,7 +4916,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4933,7 +4933,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4949,7 +4949,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4973,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5006,7 +5006,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5029,7 +5029,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5045,7 +5045,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5065,7 +5065,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5082,7 +5082,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5117,7 +5117,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5150,7 +5150,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5179,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5219,7 +5219,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5235,7 +5235,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5250,7 +5250,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5280,7 +5280,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5331,7 +5331,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5365,7 +5365,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "sp-arithmetic", @@ -5374,7 +5374,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5406,7 +5406,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5425,7 +5425,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-support", "frame-system", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5470,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5487,7 +5487,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5503,7 +5503,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7896,7 +7896,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "sp-core", @@ -8230,7 +8230,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "derive_more", @@ -8257,7 +8257,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "futures-timer", @@ -8280,7 +8280,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8296,7 +8296,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8313,7 +8313,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8324,7 +8324,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "chrono", "fdlimit", @@ -8362,7 +8362,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "fnv", "futures 0.3.19", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "hash-db", "kvdb", @@ -8415,7 +8415,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "futures 0.3.19", @@ -8439,7 +8439,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "derive_more", @@ -8482,7 +8482,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "derive_more", "futures 0.3.19", @@ -8506,7 +8506,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8519,7 +8519,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "futures 0.3.19", @@ -8544,7 +8544,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "sc-client-api", "sp-authorship", @@ -8555,7 +8555,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "lazy_static", "libsecp256k1", @@ -8583,7 +8583,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "derive_more", "environmental", @@ -8601,7 +8601,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "parity-scale-codec", @@ -8617,7 +8617,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8635,7 +8635,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "derive_more", @@ -8673,7 +8673,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "derive_more", "finality-grandpa", @@ -8697,7 +8697,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "ansi_term", "futures 0.3.19", @@ -8714,7 +8714,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "derive_more", @@ -8729,7 +8729,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-std", "async-trait", @@ -8780,7 +8780,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "futures-timer", @@ -8796,7 +8796,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "bytes 1.1.0", "fnv", @@ -8824,7 +8824,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "libp2p", @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8846,7 +8846,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "hash-db", @@ -8877,7 +8877,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "jsonrpc-core", @@ -8902,7 +8902,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "jsonrpc-core", @@ -8919,7 +8919,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "directories", @@ -8983,7 +8983,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "parity-scale-codec", @@ -8997,7 +8997,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9019,7 +9019,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "chrono", "futures 0.3.19", @@ -9037,7 +9037,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "ansi_term", "atty", @@ -9068,7 +9068,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9079,7 +9079,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "futures-timer", @@ -9106,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "derive_more", "futures 0.3.19", @@ -9120,7 +9120,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "futures-timer", @@ -9549,7 +9549,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "hash-db", "log", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9578,7 +9578,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "integer-sqrt", "num-traits", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -9619,7 +9619,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "parity-scale-codec", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9643,7 +9643,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "log", @@ -9661,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "futures 0.3.19", @@ -9680,7 +9680,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "merlin", @@ -9703,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -9715,7 +9715,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9727,7 +9727,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "base58", "bitflags", @@ -9775,7 +9775,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "blake2-rfc", "byteorder", @@ -9788,7 +9788,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro2", "quote", @@ -9799,7 +9799,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "kvdb", "parking_lot", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro2", "quote", @@ -9818,7 +9818,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "environmental", "parity-scale-codec", @@ -9829,7 +9829,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "finality-grandpa", "log", @@ -9847,7 +9847,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9861,7 +9861,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "hash-db", @@ -9885,7 +9885,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "lazy_static", "sp-core", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "derive_more", @@ -9913,7 +9913,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "zstd", ] @@ -9921,7 +9921,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -9936,7 +9936,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9947,7 +9947,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "sp-api", "sp-core", @@ -9957,7 +9957,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "backtrace", "lazy_static", @@ -9967,7 +9967,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "rustc-hash", "serde", @@ -9977,7 +9977,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "either", "hash256-std-hasher", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10016,7 +10016,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "serde", "serde_json", @@ -10037,7 +10037,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -10051,7 +10051,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "scale-info", @@ -10062,7 +10062,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "hash-db", "log", @@ -10085,12 +10085,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" [[package]] name = "sp-storage" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10103,7 +10103,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "log", "sp-core", @@ -10116,7 +10116,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "futures-timer", @@ -10132,7 +10132,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "sp-std", @@ -10144,7 +10144,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "sp-api", "sp-runtime", @@ -10153,7 +10153,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "log", @@ -10169,7 +10169,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "hash-db", "memory-db", @@ -10184,7 +10184,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10201,7 +10201,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10212,7 +10212,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "impl-trait-for-tuples", "log", @@ -10425,7 +10425,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "platforms", ] @@ -10433,7 +10433,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.19", @@ -10455,7 +10455,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-std", "derive_more", @@ -10469,7 +10469,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "async-trait", "futures 0.3.19", @@ -10495,7 +10495,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "futures 0.3.19", "substrate-test-utils-derive", @@ -10505,7 +10505,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10516,7 +10516,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "ansi_term", "build-helper", @@ -11082,7 +11082,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#ac8c2cdbd29dce8825f51afb215aa7911c38cc73" +source = "git+https://github.com/paritytech/substrate?branch=l-sync-all-forks#1a5115f9e88eb5474f22900e76a982d4073005b7" dependencies = [ "jsonrpsee", "log", diff --git a/Cargo.toml b/Cargo.toml index b48270231424..e73735ab7d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ assert_cmd = "2.0.2" nix = "0.23.1" tempfile = "3.2.0" tokio = "1.15.0" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +node-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [workspace] members = [ diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 5cea25cc9fac..2265f0542502 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -23,38 +23,38 @@ pallet-bridge-messages = { path = "../../../modules/messages" } # Substrate Dependencies -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = [] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 26b7599d55f9..f305661157d3 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -30,41 +30,41 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/bin/rialto-parachain/node/Cargo.toml b/bridges/bin/rialto-parachain/node/Cargo.toml index f34f38ce15db..eba76a0c4a82 100644 --- a/bridges/bin/rialto-parachain/node/Cargo.toml +++ b/bridges/bin/rialto-parachain/node/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [[bin]] name = 'rialto-parachain-collator' @@ -32,58 +32,58 @@ jsonrpc-core = '18.0' rialto-parachain-runtime = { path = '../runtime' } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } ## Substrate Client Dependencies -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", features = ['wasmtime'] , branch = "polkadot-v0.9.16" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", features = ['wasmtime'] , branch = "l-sync-all-forks" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } ## Substrate Primitive Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Cumulus dependencies -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-client-collator = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "master" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "master" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-client-collator = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "l-sync-all-forks" } # Polkadot dependencies -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } diff --git a/bridges/bin/rialto-parachain/runtime/Cargo.toml b/bridges/bin/rialto-parachain/runtime/Cargo.toml index 3c46d138a4dc..06223ecf21ca 100644 --- a/bridges/bin/rialto-parachain/runtime/Cargo.toml +++ b/bridges/bin/rialto-parachain/runtime/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dependencies] codec = { package = 'parity-scale-codec', version = '2.0.0', default-features = false, features = ['derive']} @@ -22,53 +22,53 @@ bp-rialto-parachain = { path = "../../../primitives/chain-rialto-parachain", def # Substrate Dependencies ## Substrate Primitive Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } ## Substrate FRAME Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } ## Substrate Pallet Dependencies -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } # Cumulus Dependencies -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "master", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false , branch = "l-sync-all-forks" } # Polkadot Dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } [features] default = ['std'] diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 6e53176527e7..dd58ef8bded6 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -28,90 +28,90 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +node-inspect = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } #sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Polkadot Dependencies -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } # Polkadot (parachain) Dependencies -polkadot-approval-distribution = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-availability-distribution = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-availability-recovery = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-collator-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-dispute-distribution = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-gossip-support = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-network-bridge = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-collation-generation = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-approval-voting = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-av-store = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-backing = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-chain-api = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-chain-selection = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-provisioner = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-runtime-api = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-network-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem-util = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-statement-distribution = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-approval-distribution = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-availability-distribution = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-availability-recovery = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-collator-protocol = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-dispute-distribution = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-gossip-support = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-network-bridge = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-collation-generation = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-approval-voting = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-av-store = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-backing = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-chain-api = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-chain-selection = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-provisioner = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-runtime-api = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-network-protocol = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-node-subsystem-util = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-statement-distribution = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = [] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 8909e9f546b5..5ca0110b91c2 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -31,52 +31,52 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } # Polkadot (parachain) Dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] libsecp256k1 = { version = "0.7", features = ["hmac"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 729ccb387278..b89064ad51c0 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -24,13 +24,13 @@ pallet-bridge-messages = { path = "../../modules/messages", default-features = f # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/fuzz/storage-proof/Cargo.toml b/bridges/fuzz/storage-proof/Cargo.toml index 0b6b9a555180..e7ed5671b94b 100644 --- a/bridges/fuzz/storage-proof/Cargo.toml +++ b/bridges/fuzz/storage-proof/Cargo.toml @@ -18,7 +18,7 @@ bp-runtime = { path = "../../primitives/runtime" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/modules/dispatch/Cargo.toml b/bridges/modules/dispatch/Cargo.toml index 1d140bfdeebc..09c99030697b 100644 --- a/bridges/modules/dispatch/Cargo.toml +++ b/bridges/modules/dispatch/Cargo.toml @@ -18,14 +18,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index 272d0f832efa..220bfc60225d 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -22,20 +22,20 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } # Optional Benchmarking Dependencies bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index 9d706564e781..9264daf7cf0a 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -22,18 +22,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] hex = "0.4" hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 100f2d518736..cc7b77ccbbcf 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -12,15 +12,15 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"] # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/modules/token-swap/Cargo.toml b/bridges/modules/token-swap/Cargo.toml index 03b930984548..f6f82f08b5cd 100644 --- a/bridges/modules/token-swap/Cargo.toml +++ b/bridges/modules/token-swap/Cargo.toml @@ -23,16 +23,16 @@ pallet-bridge-messages = { path = "../messages", default-features = false } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-kusama/Cargo.toml b/bridges/primitives/chain-kusama/Cargo.toml index ce7af7ee652e..a9ecd8b0f1e7 100644 --- a/bridges/primitives/chain-kusama/Cargo.toml +++ b/bridges/primitives/chain-kusama/Cargo.toml @@ -17,10 +17,10 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-millau/Cargo.toml b/bridges/primitives/chain-millau/Cargo.toml index a9c38fe0ba11..1e0ce84d9710 100644 --- a/bridges/primitives/chain-millau/Cargo.toml +++ b/bridges/primitives/chain-millau/Cargo.toml @@ -22,14 +22,14 @@ serde = { version = "1.0", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-polkadot/Cargo.toml b/bridges/primitives/chain-polkadot/Cargo.toml index d08a2f27b72a..bb881d750262 100644 --- a/bridges/primitives/chain-polkadot/Cargo.toml +++ b/bridges/primitives/chain-polkadot/Cargo.toml @@ -17,10 +17,10 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-rialto-parachain/Cargo.toml b/bridges/primitives/chain-rialto-parachain/Cargo.toml index 80011a475002..f548eb0cc250 100644 --- a/bridges/primitives/chain-rialto-parachain/Cargo.toml +++ b/bridges/primitives/chain-rialto-parachain/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-rialto/Cargo.toml b/bridges/primitives/chain-rialto/Cargo.toml index be61698f5d36..0ff458cd668a 100644 --- a/bridges/primitives/chain-rialto/Cargo.toml +++ b/bridges/primitives/chain-rialto/Cargo.toml @@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-rococo/Cargo.toml b/bridges/primitives/chain-rococo/Cargo.toml index 5b3cd4115581..a3ebbdeabf64 100644 --- a/bridges/primitives/chain-rococo/Cargo.toml +++ b/bridges/primitives/chain-rococo/Cargo.toml @@ -16,11 +16,11 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-westend/Cargo.toml b/bridges/primitives/chain-westend/Cargo.toml index 48c03ab1f17a..dd02d9d38c49 100644 --- a/bridges/primitives/chain-westend/Cargo.toml +++ b/bridges/primitives/chain-westend/Cargo.toml @@ -20,11 +20,11 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/chain-wococo/Cargo.toml b/bridges/primitives/chain-wococo/Cargo.toml index 3f251fee59f2..b52129ff7729 100644 --- a/bridges/primitives/chain-wococo/Cargo.toml +++ b/bridges/primitives/chain-wococo/Cargo.toml @@ -16,9 +16,9 @@ bp-rococo = { path = "../chain-rococo", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index 884f0245b9f2..9d70ed7e51c1 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -14,11 +14,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] assert_matches = "1.5" diff --git a/bridges/primitives/message-dispatch/Cargo.toml b/bridges/primitives/message-dispatch/Cargo.toml index 30cc53fc0649..5cadb84bec2d 100644 --- a/bridges/primitives/message-dispatch/Cargo.toml +++ b/bridges/primitives/message-dispatch/Cargo.toml @@ -13,8 +13,8 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"] # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/messages/Cargo.toml b/bridges/primitives/messages/Cargo.toml index babdf1e0de50..9946bdea22ca 100644 --- a/bridges/primitives/messages/Cargo.toml +++ b/bridges/primitives/messages/Cargo.toml @@ -19,9 +19,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index 4f0046542768..23e04d8beaf0 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -17,13 +17,13 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 873f62569403..46099332c31e 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -14,13 +14,13 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"] # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] hex-literal = "0.3" diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index 029a1530b021..383ffc352059 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -10,10 +10,10 @@ bp-header-chain = { path = "../header-chain", default-features = false } codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false } ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] } finality-grandpa = { version = "0.14.4", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/primitives/token-swap/Cargo.toml b/bridges/primitives/token-swap/Cargo.toml index 47ab734205d8..5c0e61bf6471 100644 --- a/bridges/primitives/token-swap/Cargo.toml +++ b/bridges/primitives/token-swap/Cargo.toml @@ -12,9 +12,9 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"] # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml index 0b5e600ebe39..59938deb5505 100644 --- a/bridges/relays/bin-substrate/Cargo.toml +++ b/bridges/relays/bin-substrate/Cargo.toml @@ -57,23 +57,23 @@ substrate-relay-helper = { path = "../lib-substrate-relay" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Polkadot Dependencies -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "l-sync-all-forks" } [dev-dependencies] hex-literal = "0.3" pallet-bridge-grandpa = { path = "../../modules/grandpa" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } tempfile = "3.2" finality-grandpa = { version = "0.14.0" } diff --git a/bridges/relays/client-kusama/Cargo.toml b/bridges/relays/client-kusama/Cargo.toml index bc75bd580480..cbdfd84ff8ed 100644 --- a/bridges/relays/client-kusama/Cargo.toml +++ b/bridges/relays/client-kusama/Cargo.toml @@ -25,6 +25,6 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-millau/Cargo.toml b/bridges/relays/client-millau/Cargo.toml index 3d1a35d751f4..f9b96c2f1173 100644 --- a/bridges/relays/client-millau/Cargo.toml +++ b/bridges/relays/client-millau/Cargo.toml @@ -17,8 +17,8 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-polkadot/Cargo.toml b/bridges/relays/client-polkadot/Cargo.toml index 1c6f4a5515b2..2dca281e8152 100644 --- a/bridges/relays/client-polkadot/Cargo.toml +++ b/bridges/relays/client-polkadot/Cargo.toml @@ -25,6 +25,6 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-rialto-parachain/Cargo.toml b/bridges/relays/client-rialto-parachain/Cargo.toml index da2edb93afaa..91cd41f2fe85 100644 --- a/bridges/relays/client-rialto-parachain/Cargo.toml +++ b/bridges/relays/client-rialto-parachain/Cargo.toml @@ -16,6 +16,6 @@ rialto-parachain-runtime = { path = "../../bin/rialto-parachain/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-rialto/Cargo.toml b/bridges/relays/client-rialto/Cargo.toml index 8e73ea408393..f4c28084fe53 100644 --- a/bridges/relays/client-rialto/Cargo.toml +++ b/bridges/relays/client-rialto/Cargo.toml @@ -17,8 +17,8 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-rococo/Cargo.toml b/bridges/relays/client-rococo/Cargo.toml index 3627edf6c0a1..1f20c79f3265 100644 --- a/bridges/relays/client-rococo/Cargo.toml +++ b/bridges/relays/client-rococo/Cargo.toml @@ -26,6 +26,6 @@ pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index e3d4bc7cbfb4..19ed9e1315b6 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -26,20 +26,20 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/client-westend/Cargo.toml b/bridges/relays/client-westend/Cargo.toml index d703fd0dbe5d..2c61266b3267 100644 --- a/bridges/relays/client-westend/Cargo.toml +++ b/bridges/relays/client-westend/Cargo.toml @@ -16,5 +16,5 @@ bp-westend = { path = "../../primitives/chain-westend" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/client-wococo/Cargo.toml b/bridges/relays/client-wococo/Cargo.toml index aca971b1ae95..c3bfd98b6839 100644 --- a/bridges/relays/client-wococo/Cargo.toml +++ b/bridges/relays/client-wococo/Cargo.toml @@ -24,6 +24,6 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/lib-substrate-relay/Cargo.toml b/bridges/relays/lib-substrate-relay/Cargo.toml index dfd8a8f5f651..dc98eca0effd 100644 --- a/bridges/relays/lib-substrate-relay/Cargo.toml +++ b/bridges/relays/lib-substrate-relay/Cargo.toml @@ -34,10 +34,10 @@ bp-messages = { path = "../../primitives/messages" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] bp-millau = { path = "../../primitives/chain-millau" } diff --git a/bridges/relays/messages/Cargo.toml b/bridges/relays/messages/Cargo.toml index 8553c57beb56..f5b78213cbdd 100644 --- a/bridges/relays/messages/Cargo.toml +++ b/bridges/relays/messages/Cargo.toml @@ -20,4 +20,4 @@ bp-messages = { path = "../../primitives/messages" } bp-runtime = { path = "../../primitives/runtime" } relay-utils = { path = "../utils" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index a09d9296398e..6ae314d004e9 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -28,4 +28,4 @@ bp-runtime = { path = "../../primitives/runtime" } # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 53d7df274767..6da7d521851a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,20 +23,20 @@ service = { package = "polkadot-service", path = "../node/service", default-feat polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } polkadot-performance-test = { path = "../node/test/performance-test", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } polkadot-node-metrics = { path = "../node/metrics" } -sc-tracing = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } +sc-tracing = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } # 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", default-features = false , branch = "polkadot-v0.9.16" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker", "polkadot-native" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 61c59aa75f06..c8adcddbf48d 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", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } scale-info = { version = "1.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.10.0", default-features = false, optional = true } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 428576655187..94a2b4f9df91 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,6 +9,6 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index ba9cb6658268..ff0e0def9207 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -5,31 +5,31 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } - -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } - -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } - -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } - -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } + +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } + +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } + +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } + +beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Polkadot Runtimes polkadot-runtime = { path = "../../runtime/polkadot", optional = true } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 4e8a69f98b33..2f3b78e69993 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 225c2d1a525a..e70fccc8a638 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -23,19 +23,19 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-keystore = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sc-keystore = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" kvdb-memorydb = "0.10.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index e55ca42fc1ac..dcf84c72d0cb 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -26,9 +26,9 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.10.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } parking_lot = "0.11.1" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 382933c34bf2..58e4e25d8706 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.19" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -18,11 +18,11 @@ tracing = "0.1.29" thiserror = "1.0.30" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = { version = "0.3.19", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 0fcd16dfde48..ea20c424e117 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } wasm-timer = "0.2.5" thiserror = "1.0.30" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 4304d9e79bd0..fbb5ff3c4c77 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ async-trait = "0.1.52" futures = "0.3.19" tracing = "0.1.29" -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -22,9 +22,9 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = { version = "0.3.19", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 62b57f3c17c6..d27bd5a88bdd 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,12 +7,12 @@ edition = "2018" [dependencies] futures = "0.3.19" tracing = "0.1.29" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] futures = { version = "0.3.19", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "2.3.1" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 736922ff18d7..958f07ac0414 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -19,7 +19,7 @@ parity-scale-codec = "2" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } parking_lot = "0.11" assert_matches = "1" kvdb-memorydb = "0.10.0" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 60f7eeb07192..5c2109b66c3a 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -17,14 +17,14 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] kvdb-memorydb = "0.10.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 83278f9fa322..5a5637ba2f4f 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -12,6 +12,6 @@ thiserror = "1.0.30" async-trait = "0.1.52" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index ac88f9e0cc69..d3ae38ace554 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -17,7 +17,7 @@ futures-timer = "3.0.2" rand = "0.8.4" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index 524f55374d28..bb2b0165488e 100644 --- a/node/core/pvf-checker/Cargo.toml +++ b/node/core/pvf-checker/Cargo.toml @@ -15,14 +15,14 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures-timer = "3.0.2" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 7b8114559e09..55f2e4c99e9c 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -23,15 +23,15 @@ parity-scale-codec = { version = "2.3.1", default-features = false, features = [ polkadot-parachain = { path = "../../../parachain" } polkadot-core-primitives = { path = "../../../core-primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" } diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index ac00da80cc03..1770ff03a988 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -10,18 +10,18 @@ tracing = "0.1.29" memory-lru = "0.1.0" parity-util-mem = { version = "0.10.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = { version = "0.3.19", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 2be48c2a9d58..ebee68777e64 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -12,8 +12,8 @@ lazy_static = "1.4" parking_lot = "0.11.1" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" log = "0.4.13" parity-scale-codec = { version = "2.3.1", default-features = false } diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index 59377b74b105..29829d022cbb 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -28,7 +28,7 @@ color-eyre = { version = "0.5.11", default-features = false } assert_matches = "1.5" structopt = "0.3.25" async-trait = "0.1.52" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = "0.3.19" futures-timer = "3.0.2" tracing = "0.1.26" @@ -38,5 +38,5 @@ default = [] [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = { version = "0.3.19", features = ["thread-pool"] } diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index cf23105dd51d..8478f25bdcd4 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -13,11 +13,11 @@ tracing = "0.1.29" metered-channel = { path = "../metered-channel" } # Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } codec = { package = "parity-scale-codec", version = "2.2.0" } primitives = { package = "polkadot-primitives", path = "../../primitives/" } bs58 = { version = "0.4.0", features = ["alloc"] } @@ -30,10 +30,10 @@ tempfile = "3.2.0" hyper = { version = "0.14.16", default-features = false, features = ["http1", "tcp"] } tokio = "1.13" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } prometheus-parse = {version = "0.2.2"} [features] diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index fedcbe744ccc..727eacf2ba0e 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.19" tracing = "0.1.29" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "l-sync-all-forks" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index c6a709fe4ec7..75d8b80a65ad 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -14,8 +14,8 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" rand = "0.8.3" derive_more = "0.99.17" @@ -23,10 +23,10 @@ lru = "0.7.2" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures-timer = "3.0.2" assert_matches = "1.4.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index b101e7416bc3..b7e8f79481a1 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -18,7 +18,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] assert_matches = "1.4.0" @@ -26,10 +26,10 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.11" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-subsystem-test-helpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 371ba6fda582..8622f93c5124 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -15,9 +15,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } maplit = "1.0.2" log = "0.4.13" env_logger = "0.9.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 61c6a9caf4b9..b6fb5bf64774 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -10,8 +10,8 @@ futures = "0.3.19" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-node-network-protocol = { path = "../protocol" } @@ -21,7 +21,7 @@ parking_lot = "0.11.1" [dev-dependencies] assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures-timer = "3" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 4b10762123da..744cc3fe02c8 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -12,9 +12,9 @@ futures-timer = "3" thiserror = "1.0.30" tracing = "0.1.29" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -27,9 +27,9 @@ log = "0.4.13" env_logger = "0.9.0" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", features = ["std"] , branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } parity-scale-codec = { version = "2.3.1", features = ["std"] } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index d5e286eadfa2..6367e40ac911 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -15,18 +15,18 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" lru = "0.7.2" [dev-dependencies] async-trait = "0.1.52" polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures-timer = "3.0.2" assert_matches = "1.4.0" lazy_static = "1.4.0" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 4be47c2c710a..017a469705c6 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -22,9 +22,9 @@ rand_chacha = { version = "0.3.1", default-features = false } tracing = "0.1.29" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 45e0229b3b42..207d694996a3 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -11,8 +11,8 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } strum = { version = "0.23", features = ["derive"] } derive_more = "0.99.17" futures = "0.3.19" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index c60e4d78f294..f441e61c23de 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" futures = "0.3.19" tracing = "0.1.29" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,12 +24,12 @@ thiserror = "1.0.30" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures-timer = "3.0.2" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index fa5233439999..166bd3715073 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = "0.3.19" futures-timer = "3.0.2" parking_lot = "0.11.1" @@ -22,7 +22,7 @@ parity-util-mem = { version = ">= 0.10.1", default-features = false } [dev-dependencies] metered-channel = { path = "../metered-channel" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = { version = "0.3.19", features = ["thread-pool"] } femme = "2.1.1" assert_matches = "1.4.0" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 1d1a1db3148a..a30bce3c81c4 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,12 +10,12 @@ bounded-vec = "0.5" futures = "0.3.19" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.30" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index bfe7c0747f21..2c7d46967a89 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,59 +6,59 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # External Crates futures = "0.3.19" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 349b4474cfe3..f33ce7373129 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -12,11 +12,11 @@ parking_lot = "0.11.1" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 501defb1d8e3..a5d043f8d1b7 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -14,7 +14,7 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } polkadot-overseer-gen = { path = "../overseer/overseer-gen" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } smallvec = "1.6.1" -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } thiserror = "1.0.30" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 1d311a096ae1..4947b4d2f3c6 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -26,9 +26,9 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-overseer = { path = "../overseer" } metered-channel = { path = "../metered-channel" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index ba7363be5caf..6ef018b9951b 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,20 +14,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = "0.3.19" diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index f7e670c091f6..9f3ca1ccedbf 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -27,40 +27,40 @@ test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } serde_json = "1.0.74" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } tokio = { version = "1.15", features = ["macros"] } [features] diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 532340d0001c..1fbb030f6a6e 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -12,10 +12,10 @@ edition = "2018" parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.10.0", optional = true } scale-info = { version = "1.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 3d2c78f5cf65..9e236d1e20b0 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -13,7 +13,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 2c3220f4c59e..d4e528fda274 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,15 +9,15 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "polkadot-v0.9.16" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "l-sync-all-forks" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 9213975525db..b6d3861ae238 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } tokio = { version = "1.15", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index dcffa971e662..263979dcd355 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = [ "std" ] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 21f46d516c6a..4a71d388150e 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -8,24 +8,24 @@ edition = "2018" serde = { version = "1.0.132", optional = true, features = ["derive"] } scale-info = { version = "1.0", default-features = false, features = ["bit-vec", "derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } 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", default-features = false , branch = "polkadot-v0.9.16" } +trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } hex-literal = "0.3.4" parity-util-mem = { version = "0.10.0", default-features = false, optional = true } diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index f20053fb8aa1..0b7152525348 100644 --- a/primitives/test-helpers/Cargo.toml +++ b/primitives/test-helpers/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" [dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-primitives = { path = "../" } diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0819caf57f1d..5a7f85a5671d 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,25 +7,25 @@ edition = "2018" [dependencies] jsonrpc-core = "18.0.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 497d01f51113..b154ae7beb6e 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,34 +15,34 @@ serde = { version = "1.0.132", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } @@ -53,10 +53,10 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } trie-db = "0.23.0" serde_json = "1.0.74" libsecp256k1 = "0.7.0" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index 7aa4e0a5989a..caf6d7fb2682 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition = "2018" paste = "1.0" enumn = "0.1.3" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 13c08579d56d..4d38e4721127 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -16,72 +16,72 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } kusama-runtime-constants = { package = "kusama-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-gilt = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-gilt = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -95,13 +95,13 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } separator = "0.4.1" serde_json = "1.0.74" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/kusama/constants/Cargo.toml b/runtime/kusama/constants/Cargo.toml index 5f120af8247d..5b3ed65840be 100644 --- a/runtime/kusama/constants/Cargo.toml +++ b/runtime/kusama/constants/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] smallvec = "1.6.1" -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index 59be28965521..d2c3c211e9ce 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } parity-scale-codec = { version = "2.3.1", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index b9c85e4bd11e..d7054c4adea4 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -14,28 +14,28 @@ serde = { version = "1.0.132", features = [ "derive" ], optional = true } derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.16" } -sp-tracing = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-keystore = { git = "https://github.com/paritytech/substrate", optional = true , branch = "l-sync-all-forks" } +sp-tracing = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -48,9 +48,9 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] futures = "0.3.19" hex-literal = "0.3.4" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers"} thousands = "0.2.0" assert_matches = "1" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 85ac5f5734ad..f5984c895704 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -16,68 +16,68 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bounties = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } polkadot-runtime-constants = { package = "polkadot-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-tips = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -91,14 +91,14 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } trie-db = "0.23.0" serde_json = "1.0.74" separator = "0.4.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/polkadot/constants/Cargo.toml b/runtime/polkadot/constants/Cargo.toml index 091bdb6b3d02..c246692b7fba 100644 --- a/runtime/polkadot/constants/Cargo.toml +++ b/runtime/polkadot/constants/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] smallvec = "1.6.1" -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index d3f6862c42c4..99b536bf34ad 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,51 +13,51 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } rococo-runtime-constants = { package = "rococo-runtime-constants", path = "./constants", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,11 +81,11 @@ pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-featur pallet-bridge-messages = { path = "../../bridges/modules/messages", default-features = false } # Benchmarking Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } hex-literal = { version = "0.3.4", optional = true } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index 62438b9eea77..1e7240f21982 100644 --- a/runtime/rococo/constants/Cargo.toml +++ b/runtime/rococo/constants/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] smallvec = "1.6.1" -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 117f78c081a0..3d076f1f398e 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -15,45 +15,45 @@ serde = { version = "1.0.132", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = {git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } test-runtime-constants = { package = "test-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -67,12 +67,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } serde_json = "1.0.74" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/test-runtime/constants/Cargo.toml b/runtime/test-runtime/constants/Cargo.toml index 3179041a652d..677407e2f8c4 100644 --- a/runtime/test-runtime/constants/Cargo.toml +++ b/runtime/test-runtime/constants/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] smallvec = "1.6.1" -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 83dfa2a9c629..d444d6567ef3 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,70 +15,70 @@ serde = { version = "1.0.132", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } westend-runtime-constants = { package = "westend-runtime-constants", path = "./constants", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-babe = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-membership = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-nicks = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-offences = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-recovery = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-society = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -93,12 +93,12 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } serde_json = "1.0.74" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/runtime/westend/constants/Cargo.toml b/runtime/westend/constants/Cargo.toml index aba267c67b08..bd8609542844 100644 --- a/runtime/westend/constants/Cargo.toml +++ b/runtime/westend/constants/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dependencies] smallvec = "1.6.1" -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index f75e581d7bd5..5439a4eb9671 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index 28d6cb93f383..de1b27bc955d 100644 --- a/utils/generate-bags/Cargo.toml +++ b/utils/generate-bags/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -generate-bags = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +generate-bags = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } structopt = "0.3.25" westend-runtime = { path = "../../runtime/westend" } diff --git a/utils/remote-ext-tests/bags-list/Cargo.toml b/utils/remote-ext-tests/bags-list/Cargo.toml index b2c35b881226..b9f889457527 100644 --- a/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/utils/remote-ext-tests/bags-list/Cargo.toml @@ -13,10 +13,10 @@ kusama-runtime-constants = { version = "0.9.16", path = "../../../runtime/kusama westend-runtime-constants = { version = "0.9.16", path = "../../../runtime/westend/constants" } -pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } tokio = { version = "1", features = ["macros"] } log = { version = "0.4.14" } diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 8c976f3b3d3e..fe9a3c7291e8 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -16,23 +16,23 @@ serde = "1.0.132" paste = "1.0.6" thiserror = "1.0.30" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } @@ -44,4 +44,4 @@ westend-runtime = { path = "../../runtime/westend" } sub-tokens = { git = "https://github.com/paritytech/substrate-debug-kit", branch = "master" } [dev-dependencies] -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } diff --git a/xcm/pallet-xcm-benchmarks/Cargo.toml b/xcm/pallet-xcm-benchmarks/Cargo.toml index 5c2c7e912b39..7201a47f45fe 100644 --- a/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -10,21 +10,21 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } scale-info = { version = "1.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } xcm-executor = { path = "../xcm-executor", default-features = false, features = ["runtime-benchmarks"] } -frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } +frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } xcm = { path = "..", default-features = false, features = ["runtime-benchmarks"] } log = "0.4.0" [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -pallet-assets = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } -sp-tracing = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.16" } +pallet-balances = { git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +pallet-assets = { git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } +sp-tracing = { git = "https://github.com/paritytech/substrate" , branch = "l-sync-all-forks" } xcm-builder = { path = "../xcm-builder" } xcm = { path = ".." } # temp diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index 8b42aa513e86..ab4f2a244520 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -10,19 +10,19 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"] serde = { version = "1.0.132", optional = true, features = ["derive"] } log = { version = "0.4.14", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "l-sync-all-forks" } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } xcm-builder = { path = "../xcm-builder" } polkadot-parachain = { path = "../../parachain" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 1c5f39d28d51..e512f07ceb56 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -10,21 +10,21 @@ parity-scale-codec = { version = "2.3.1", default-features = false, features = [ scale-info = { version = "1.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } log = { version = "0.4.0", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } pallet-xcm = { path = "../pallet-xcm" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } [features] diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 1c7a75409861..d075db6c3920 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,14 +9,14 @@ version = "0.9.16" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } log = { version = "0.4.14", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index 737c7eb0a954..7cd5e6ece7d5 100644 --- a/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/xcm/xcm-executor/integration-tests/Cargo.toml @@ -6,20 +6,20 @@ description = "Integration tests for the XCM Executor" version = "0.9.16" [dependencies] -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } futures = "0.3.19" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-test-service = { path = "../../../node/test/service" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } [features] default = ["std"] diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index 0d6897650ad8..33e926ab4226 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -9,9 +9,9 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "2.0.0" } paste = "1.0.6" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } xcm = { path = "../" } xcm-executor = { path = "../xcm-executor" } diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index 09a9478b43dd..138b8e97868d 100644 --- a/xcm/xcm-simulator/example/Cargo.toml +++ b/xcm/xcm-simulator/example/Cargo.toml @@ -9,13 +9,13 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "2.0.0" } scale-info = { version = "1.0", features = ["derive"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } xcm = { path = "../../" } xcm-simulator = { path = "../" } diff --git a/xcm/xcm-simulator/fuzzer/Cargo.toml b/xcm/xcm-simulator/fuzzer/Cargo.toml index e8c122b8a77e..c003c0602988 100644 --- a/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -10,13 +10,13 @@ codec = { package = "parity-scale-codec", version = "2.0.0" } honggfuzz = "0.5.54" scale-info = { version = "1.0", features = ["derive"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" } xcm = { path = "../../" } xcm-simulator = { path = "../" }