From e241a77b981cd4054daa56fdf6afebd198a968f6 Mon Sep 17 00:00:00 2001 From: Jared Flatow Date: Tue, 24 Aug 2021 12:22:09 -0700 Subject: [PATCH] Pin to gateway --- Cargo.lock | 495 ++++++++++-------- bridges/bin/millau/node/Cargo.toml | 54 +- bridges/bin/millau/runtime/Cargo.toml | 54 +- bridges/bin/rialto/node/Cargo.toml | 54 +- bridges/bin/rialto/runtime/Cargo.toml | 58 +- bridges/bin/runtime-common/Cargo.toml | 14 +- bridges/fuzz/storage-proof/Cargo.toml | 18 +- bridges/modules/currency-exchange/Cargo.toml | 14 +- bridges/modules/dispatch/Cargo.toml | 12 +- .../ethereum-contract-builtin/Cargo.toml | 10 +- bridges/modules/ethereum/Cargo.toml | 12 +- bridges/modules/grandpa/Cargo.toml | 16 +- bridges/modules/messages/Cargo.toml | 16 +- .../modules/shift-session-manager/Cargo.toml | 14 +- bridges/primitives/chain-kusama/Cargo.toml | 4 +- bridges/primitives/chain-millau/Cargo.toml | 16 +- bridges/primitives/chain-polkadot/Cargo.toml | 4 +- bridges/primitives/chain-rialto/Cargo.toml | 12 +- bridges/primitives/chain-rococo/Cargo.toml | 10 +- bridges/primitives/chain-westend/Cargo.toml | 8 +- bridges/primitives/chain-wococo/Cargo.toml | 6 +- .../primitives/currency-exchange/Cargo.toml | 6 +- bridges/primitives/ethereum-poa/Cargo.toml | 8 +- 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 | 16 +- bridges/primitives/test-utils/Cargo.toml | 8 +- bridges/relays/bin-ethereum/Cargo.toml | 12 +- bridges/relays/bin-substrate/Cargo.toml | 14 +- bridges/relays/client-kusama/Cargo.toml | 12 +- bridges/relays/client-millau/Cargo.toml | 12 +- bridges/relays/client-polkadot/Cargo.toml | 12 +- bridges/relays/client-rialto/Cargo.toml | 12 +- bridges/relays/client-rococo/Cargo.toml | 12 +- bridges/relays/client-substrate/Cargo.toml | 22 +- bridges/relays/client-westend/Cargo.toml | 12 +- bridges/relays/client-wococo/Cargo.toml | 12 +- 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 | 22 +- 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/dispute-participation/Cargo.toml | 2 +- node/core/parachains-inherent/Cargo.toml | 6 +- node/core/provisioner/Cargo.toml | 4 +- node/core/pvf/Cargo.toml | 18 +- node/core/runtime-api/Cargo.toml | 10 +- node/jaeger/Cargo.toml | 4 +- node/metrics/Cargo.toml | 10 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 14 +- node/network/availability-recovery/Cargo.toml | 8 +- 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 | 18 +- node/network/gossip-support/Cargo.toml | 12 +- node/network/protocol/Cargo.toml | 4 +- .../network/statement-distribution/Cargo.toml | 18 +- node/overseer/Cargo.toml | 6 +- node/primitives/Cargo.toml | 14 +- node/service/Cargo.toml | 92 ++-- node/subsystem-test-helpers/Cargo.toml | 12 +- node/subsystem-types/Cargo.toml | 6 +- node/subsystem-util/Cargo.toml | 10 +- node/test/client/Cargo.toml | 28 +- node/test/polkadot-simnet/common/Cargo.toml | 46 +- node/test/polkadot-simnet/test/Cargo.toml | 12 +- 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 | 14 +- parachain/test-parachains/halt/Cargo.toml | 2 +- primitives/Cargo.toml | 32 +- rpc/Cargo.toml | 46 +- runtime/common/Cargo.toml | 62 +-- runtime/common/slot_range_helper/Cargo.toml | 4 +- runtime/kusama/Cargo.toml | 126 ++--- runtime/parachains/Cargo.toml | 58 +- runtime/polkadot/Cargo.toml | 118 ++--- runtime/rococo/Cargo.toml | 86 +-- runtime/test-runtime/Cargo.toml | 80 +-- runtime/westend/Cargo.toml | 120 ++--- statement-table/Cargo.toml | 2 +- utils/staking-miner/Cargo.toml | 30 +- xcm/pallet-xcm/Cargo.toml | 14 +- xcm/xcm-builder/Cargo.toml | 18 +- xcm/xcm-executor/Cargo.toml | 12 +- xcm/xcm-executor/integration-tests/Cargo.toml | 14 +- xcm/xcm-simulator/Cargo.toml | 6 +- xcm/xcm-simulator/example/Cargo.toml | 14 +- 103 files changed, 1327 insertions(+), 1242 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3f1d8349..ba64b224a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" dependencies = [ "beefy-primitives", "fnv", @@ -499,15 +499,15 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" dependencies = [ "beefy-gadget", "beefy-primitives", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", + "jsonrpc-core 15.1.0", + "jsonrpc-core-client 15.1.0", + "jsonrpc-derive 15.1.0", + "jsonrpc-pubsub 15.1.0", "log", "parity-scale-codec", "sc-rpc", @@ -520,12 +520,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -1815,6 +1815,28 @@ dependencies = [ "once_cell", ] +[[package]] +name = "failure" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" +dependencies = [ + "backtrace", + "failure_derive", +] + +[[package]] +name = "failure_derive" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + [[package]] name = "fake-simd" version = "0.1.2" @@ -1926,7 +1948,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", ] @@ -1944,7 +1966,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -1963,7 +1985,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "Inflector", "chrono", @@ -1989,7 +2011,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -2002,7 +2024,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -2017,7 +2039,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "serde", @@ -2028,7 +2050,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "bitflags", "frame-metadata", @@ -2054,7 +2076,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2066,7 +2088,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2078,7 +2100,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro2", "quote", @@ -2088,7 +2110,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-metadata", "frame-support", @@ -2109,7 +2131,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -2119,7 +2141,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "log", @@ -2135,7 +2157,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -2149,7 +2171,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-api", @@ -2158,7 +2180,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "sp-api", @@ -2941,6 +2963,22 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "jsonrpc-client-transports" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" +dependencies = [ + "failure", + "futures 0.1.29", + "jsonrpc-core 15.1.0", + "jsonrpc-pubsub 15.1.0", + "log", + "serde", + "serde_json", + "url 1.7.2", +] + [[package]] name = "jsonrpc-client-transports" version = "18.0.0" @@ -2949,14 +2987,27 @@ checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a" dependencies = [ "derive_more", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-pubsub", + "jsonrpc-core 18.0.0", + "jsonrpc-pubsub 18.0.0", "log", "serde", "serde_json", "url 1.7.2", ] +[[package]] +name = "jsonrpc-core" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" +dependencies = [ + "futures 0.1.29", + "log", + "serde", + "serde_derive", + "serde_json", +] + [[package]] name = "jsonrpc-core" version = "18.0.0" @@ -2972,6 +3023,15 @@ dependencies = [ "serde_json", ] +[[package]] +name = "jsonrpc-core-client" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db" +dependencies = [ + "jsonrpc-client-transports 15.1.0", +] + [[package]] name = "jsonrpc-core-client" version = "18.0.0" @@ -2979,7 +3039,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0" dependencies = [ "futures 0.3.16", - "jsonrpc-client-transports", + "jsonrpc-client-transports 18.0.0", +] + +[[package]] +name = "jsonrpc-derive" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3" +dependencies = [ + "proc-macro-crate 0.1.5", + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -3002,7 +3074,7 @@ checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ "futures 0.3.16", "hyper", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "jsonrpc-server-utils", "log", "net2", @@ -3017,7 +3089,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845" dependencies = [ "futures 0.3.16", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "jsonrpc-server-utils", "log", "parity-tokio-ipc", @@ -3025,6 +3097,19 @@ dependencies = [ "tower-service", ] +[[package]] +name = "jsonrpc-pubsub" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77" +dependencies = [ + "jsonrpc-core 15.1.0", + "log", + "parking_lot 0.10.2", + "rand 0.7.3", + "serde", +] + [[package]] name = "jsonrpc-pubsub" version = "18.0.0" @@ -3032,7 +3117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011" dependencies = [ "futures 0.3.16", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "lazy_static", "log", "parking_lot 0.11.1", @@ -3049,7 +3134,7 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.16", "globset", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "lazy_static", "log", "tokio", @@ -3065,7 +3150,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946" dependencies = [ "futures 0.3.16", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "jsonrpc-server-utils", "log", "parity-ws", @@ -4546,7 +4631,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -4561,7 +4646,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -4575,7 +4660,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4598,7 +4683,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4612,7 +4697,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" dependencies = [ "beefy-primitives", "frame-support", @@ -4628,7 +4713,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#16926936beabacd652fbcea795aa35ad1525daa5" +source = "git+https://github.com/compound-finance/grandpa-bridge-gadget?branch=gateway#5b4d6003662e708cb7648177fc7501f97024f6a1" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4653,7 +4738,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4731,7 +4816,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4747,7 +4832,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4762,7 +4847,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4785,7 +4870,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4802,7 +4887,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4816,7 +4901,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4838,7 +4923,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4853,7 +4938,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4872,7 +4957,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4888,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4903,7 +4988,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4920,7 +5005,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -4936,11 +5021,11 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "pallet-mmr-primitives", "parity-scale-codec", "serde", @@ -4953,7 +5038,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -4967,7 +5052,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -4980,7 +5065,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -4996,7 +5081,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5018,7 +5103,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5032,7 +5117,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -5045,7 +5130,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5060,7 +5145,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -5080,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5096,7 +5181,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -5109,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5131,7 +5216,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5142,7 +5227,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "sp-arithmetic", @@ -5151,7 +5236,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5249,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5181,7 +5266,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5196,7 +5281,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-support", "frame-system", @@ -5212,11 +5297,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -5229,7 +5314,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5240,7 +5325,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5341,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -5271,7 +5356,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-benchmarking", "frame-support", @@ -6566,7 +6651,7 @@ version = "0.9.9" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "pallet-mmr-rpc", "pallet-transaction-payment-rpc", "parity-scale-codec", @@ -7797,7 +7882,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8068,7 +8153,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "sp-core", @@ -8079,7 +8164,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "derive_more", @@ -8106,7 +8191,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8129,7 +8214,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8145,7 +8230,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8161,7 +8246,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8172,7 +8257,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "chrono", "fdlimit", @@ -8210,7 +8295,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "fnv", "futures 0.3.16", @@ -8238,7 +8323,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "hash-db", "kvdb", @@ -8263,7 +8348,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "futures 0.3.16", @@ -8287,7 +8372,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "derive_more", @@ -8330,13 +8415,13 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "derive_more", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -8354,7 +8439,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8367,15 +8452,15 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "assert_matches", "async-trait", "derive_more", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "log", "parity-scale-codec", "sc-client-api", @@ -8401,7 +8486,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "futures 0.3.16", @@ -8427,7 +8512,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "sc-client-api", "sp-authorship", @@ -8438,7 +8523,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8464,7 +8549,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "derive_more", "parity-scale-codec", @@ -8481,7 +8566,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "parity-scale-codec", @@ -8497,7 +8582,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8516,7 +8601,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "derive_more", @@ -8553,15 +8638,15 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "derive_more", "finality-grandpa", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", + "jsonrpc-pubsub 18.0.0", "log", "parity-scale-codec", "sc-client-api", @@ -8577,7 +8662,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -8594,7 +8679,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "derive_more", @@ -8609,7 +8694,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "hash-db", "parity-scale-codec", @@ -8627,7 +8712,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-std", "async-trait", @@ -8678,7 +8763,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -8694,7 +8779,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "bytes 1.0.1", "fnv", @@ -8721,7 +8806,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "libp2p", @@ -8734,7 +8819,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8743,12 +8828,12 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", + "jsonrpc-core 18.0.0", + "jsonrpc-pubsub 18.0.0", "log", "parity-scale-codec", "parking_lot 0.11.1", @@ -8774,14 +8859,14 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "derive_more", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", + "jsonrpc-pubsub 18.0.0", "log", "parity-scale-codec", "parking_lot 0.11.1", @@ -8799,13 +8884,13 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "jsonrpc-http-server", "jsonrpc-ipc-server", - "jsonrpc-pubsub", + "jsonrpc-pubsub 18.0.0", "jsonrpc-ws-server", "log", "serde_json", @@ -8815,7 +8900,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "directories", @@ -8823,8 +8908,8 @@ dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", + "jsonrpc-core 18.0.0", + "jsonrpc-pubsub 18.0.0", "log", "parity-scale-codec", "parity-util-mem", @@ -8879,7 +8964,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "parity-scale-codec", @@ -8893,11 +8978,11 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "parity-scale-codec", "sc-chain-spec", "sc-client-api", @@ -8915,7 +9000,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "chrono", "futures 0.3.16", @@ -8933,7 +9018,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8964,7 +9049,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8975,7 +9060,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "intervalier", @@ -9002,7 +9087,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "derive_more", "futures 0.3.16", @@ -9436,7 +9521,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "hash-db", "log", @@ -9453,7 +9538,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9465,7 +9550,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "serde", @@ -9477,7 +9562,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "integer-sqrt", "num-traits", @@ -9491,7 +9576,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-api", @@ -9503,7 +9588,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "parity-scale-codec", @@ -9515,7 +9600,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-api", @@ -9527,7 +9612,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "log", @@ -9545,7 +9630,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "futures 0.3.16", @@ -9564,7 +9649,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "merlin", @@ -9586,7 +9671,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9596,7 +9681,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9608,7 +9693,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "base58", "blake2-rfc", @@ -9652,7 +9737,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9661,7 +9746,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro2", "quote", @@ -9671,7 +9756,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "environmental", "parity-scale-codec", @@ -9682,7 +9767,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "finality-grandpa", "log", @@ -9699,7 +9784,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9713,7 +9798,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "hash-db", @@ -9738,7 +9823,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "lazy_static", "sp-core", @@ -9749,7 +9834,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "derive_more", @@ -9766,7 +9851,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "ruzstd", "zstd", @@ -9775,7 +9860,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "serde", @@ -9788,7 +9873,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9799,7 +9884,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "sp-api", "sp-core", @@ -9809,7 +9894,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "backtrace", ] @@ -9817,7 +9902,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "rustc-hash", "serde", @@ -9827,7 +9912,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "either", "hash256-std-hasher", @@ -9848,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9865,7 +9950,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9877,7 +9962,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "serde", "serde_json", @@ -9886,7 +9971,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-api", @@ -9899,7 +9984,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9909,7 +9994,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "hash-db", "log", @@ -9932,12 +10017,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9950,7 +10035,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "sp-core", @@ -9963,7 +10048,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9979,7 +10064,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "erased-serde", "log", @@ -9997,7 +10082,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "sp-api", "sp-runtime", @@ -10006,7 +10091,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "log", @@ -10021,7 +10106,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "hash-db", "memory-db", @@ -10035,7 +10120,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -10046,7 +10131,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10061,7 +10146,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10072,7 +10157,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10270,7 +10355,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "platforms", ] @@ -10278,13 +10363,13 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", + "jsonrpc-core 18.0.0", + "jsonrpc-core-client 18.0.0", + "jsonrpc-derive 18.0.0", "log", "parity-scale-codec", "sc-client-api", @@ -10300,7 +10385,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-std", "derive_more", @@ -10314,7 +10399,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "async-trait", "futures 0.3.16", @@ -10341,7 +10426,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "futures 0.3.16", "substrate-test-utils-derive", @@ -10351,7 +10436,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -10362,7 +10447,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10517,11 +10602,11 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "frame-system", "futures 0.3.16", - "jsonrpc-core", + "jsonrpc-core 18.0.0", "log", "num-traits", "sc-basic-authorship", @@ -10924,7 +11009,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042" +source = "git+https://github.com/compound-finance/substrate?branch=gateway#b7a1a2cda5c860f18a7802051e881c5062828042" dependencies = [ "log", "parity-scale-codec", diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 8c6d32402..3b4fc81b5 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -24,35 +24,35 @@ pallet-bridge-messages = { path = "../../../modules/messages" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +node-inspect = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-basic-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-telemetry = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-frame-rpc-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [] diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index 367c1c3ee..c78c397f7 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -28,35 +28,35 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-sudo = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-offchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 1c9ec8b5b..0bed16bf0 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -25,35 +25,35 @@ rialto-runtime = { path = "../runtime" } # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +node-inspect = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-basic-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["wasmtime"] } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-telemetry = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-frame-rpc-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [] diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index f66b8920c..c2a57d5f0 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -34,41 +34,41 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager" # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-sudo = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-consensus-aura = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-offchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 07fe8910c..792ae8c96 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -23,13 +23,13 @@ pallet-bridge-messages = { path = "../../modules/messages", default-features = f # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/fuzz/storage-proof/Cargo.toml b/bridges/fuzz/storage-proof/Cargo.toml index c5848ebed..71edbf4c0 100644 --- a/bridges/fuzz/storage-proof/Cargo.toml +++ b/bridges/fuzz/storage-proof/Cargo.toml @@ -23,12 +23,12 @@ bp-test-utils = { path = "../../primitives/test-utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/modules/currency-exchange/Cargo.toml b/bridges/modules/currency-exchange/Cargo.toml index 8094f0f2b..5b15e516d 100644 --- a/bridges/modules/currency-exchange/Cargo.toml +++ b/bridges/modules/currency-exchange/Cargo.toml @@ -18,15 +18,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/bridges/modules/dispatch/Cargo.toml b/bridges/modules/dispatch/Cargo.toml index 6170af272..630ef6a5d 100644 --- a/bridges/modules/dispatch/Cargo.toml +++ b/bridges/modules/dispatch/Cargo.toml @@ -17,14 +17,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } serde = "1.0" [features] diff --git a/bridges/modules/ethereum-contract-builtin/Cargo.toml b/bridges/modules/ethereum-contract-builtin/Cargo.toml index d20b0d0be..b5f0da7c4 100644 --- a/bridges/modules/ethereum-contract-builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract-builtin/Cargo.toml @@ -19,10 +19,10 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/modules/ethereum/Cargo.toml b/bridges/modules/ethereum/Cargo.toml index fdd93ed73..da4dddb82 100644 --- a/bridges/modules/ethereum/Cargo.toml +++ b/bridges/modules/ethereum/Cargo.toml @@ -18,12 +18,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false # Substrate Dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.3.4", features = ["hmac"] } diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index aa2e33cf4..102bffcb6 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -21,19 +21,19 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } # Optional Benchmarking Dependencies bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index a26cf65c0..8e4b76342 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", branch = "master" , default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false, optional = true } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] hex = "0.4" hex-literal = "0.3" -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/bridges/modules/shift-session-manager/Cargo.toml b/bridges/modules/shift-session-manager/Cargo.toml index 6dac97ddd..81bfd9adc 100644 --- a/bridges/modules/shift-session-manager/Cargo.toml +++ b/bridges/modules/shift-session-manager/Cargo.toml @@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } serde = "1.0" [features] diff --git a/bridges/primitives/chain-kusama/Cargo.toml b/bridges/primitives/chain-kusama/Cargo.toml index 70ff3b844..0800d5345 100644 --- a/bridges/primitives/chain-kusama/Cargo.toml +++ b/bridges/primitives/chain-kusama/Cargo.toml @@ -14,8 +14,8 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-millau/Cargo.toml b/bridges/primitives/chain-millau/Cargo.toml index 671bcbd53..8fdfcc832 100644 --- a/bridges/primitives/chain-millau/Cargo.toml +++ b/bridges/primitives/chain-millau/Cargo.toml @@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-polkadot/Cargo.toml b/bridges/primitives/chain-polkadot/Cargo.toml index 22ded41b9..95808c975 100644 --- a/bridges/primitives/chain-polkadot/Cargo.toml +++ b/bridges/primitives/chain-polkadot/Cargo.toml @@ -15,8 +15,8 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rialto/Cargo.toml b/bridges/primitives/chain-rialto/Cargo.toml index 7e039a40a..326a511af 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", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-rococo/Cargo.toml b/bridges/primitives/chain-rococo/Cargo.toml index 33772c789..a6f3e1dc8 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", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-westend/Cargo.toml b/bridges/primitives/chain-westend/Cargo.toml index d5fda1cce..2b77cc86c 100644 --- a/bridges/primitives/chain-westend/Cargo.toml +++ b/bridges/primitives/chain-westend/Cargo.toml @@ -16,10 +16,10 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false } bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/chain-wococo/Cargo.toml b/bridges/primitives/chain-wococo/Cargo.toml index 88201dde9..77249f9b2 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", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/currency-exchange/Cargo.toml b/bridges/primitives/currency-exchange/Cargo.toml index 43367ba79..6112faac2 100644 --- a/bridges/primitives/currency-exchange/Cargo.toml +++ b/bridges/primitives/currency-exchange/Cargo.toml @@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/ethereum-poa/Cargo.toml b/bridges/primitives/ethereum-poa/Cargo.toml index cd2c3a97a..3e780a880 100644 --- a/bridges/primitives/ethereum-poa/Cargo.toml +++ b/bridges/primitives/ethereum-poa/Cargo.toml @@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false } # Substrate Dependencies -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] hex-literal = "0.2" diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index 844e59865..a69075af9 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] assert_matches = "1.5" diff --git a/bridges/primitives/message-dispatch/Cargo.toml b/bridges/primitives/message-dispatch/Cargo.toml index 84fa48553..8f750014d 100644 --- a/bridges/primitives/message-dispatch/Cargo.toml +++ b/bridges/primitives/message-dispatch/Cargo.toml @@ -12,8 +12,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/messages/Cargo.toml b/bridges/primitives/messages/Cargo.toml index b5b68220a..d558fbeb1 100644 --- a/bridges/primitives/messages/Cargo.toml +++ b/bridges/primitives/messages/Cargo.toml @@ -18,9 +18,9 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [features] default = ["std"] diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index 995f948e5..7d044cc59 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -16,13 +16,13 @@ bp-runtime = { path = "../runtime", default-features = false } # Substrate Based Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 17fa96b2c..3e78c0ac9 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -13,16 +13,16 @@ num-traits = { version = "0.2", default-features = false } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" , default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index fe6a68087..d8de3f52e 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.0.0", default-features = false } ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] } finality-grandpa = { version = "0.14.1", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/bridges/relays/bin-ethereum/Cargo.toml b/bridges/relays/bin-ethereum/Cargo.toml index efd9c0194..e76ef7dbb 100644 --- a/bridges/relays/bin-ethereum/Cargo.toml +++ b/bridges/relays/bin-ethereum/Cargo.toml @@ -40,9 +40,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-prometheus-endpoint = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/bin-substrate/Cargo.toml b/bridges/relays/bin-substrate/Cargo.toml index c2f30546f..238074d28 100644 --- a/bridges/relays/bin-substrate/Cargo.toml +++ b/bridges/relays/bin-substrate/Cargo.toml @@ -51,14 +51,14 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] hex-literal = "0.3" pallet-bridge-grandpa = { path = "../../modules/grandpa" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-kusama/Cargo.toml b/bridges/relays/client-kusama/Cargo.toml index b9c397bca..e966cf099 100644 --- a/bridges/relays/client-kusama/Cargo.toml +++ b/bridges/relays/client-kusama/Cargo.toml @@ -17,9 +17,9 @@ bp-kusama = { path = "../../primitives/chain-kusama" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-millau/Cargo.toml b/bridges/relays/client-millau/Cargo.toml index e16f06f85..292a6ff71 100644 --- a/bridges/relays/client-millau/Cargo.toml +++ b/bridges/relays/client-millau/Cargo.toml @@ -17,9 +17,9 @@ millau-runtime = { path = "../../bin/millau/runtime" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-polkadot/Cargo.toml b/bridges/relays/client-polkadot/Cargo.toml index b148745f5..e0c085bc4 100644 --- a/bridges/relays/client-polkadot/Cargo.toml +++ b/bridges/relays/client-polkadot/Cargo.toml @@ -17,9 +17,9 @@ bp-polkadot = { path = "../../primitives/chain-polkadot" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-rialto/Cargo.toml b/bridges/relays/client-rialto/Cargo.toml index 88e8e12ad..c68e759af 100644 --- a/bridges/relays/client-rialto/Cargo.toml +++ b/bridges/relays/client-rialto/Cargo.toml @@ -17,9 +17,9 @@ rialto-runtime = { path = "../../bin/rialto/runtime" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-rococo/Cargo.toml b/bridges/relays/client-rococo/Cargo.toml index 5611ac27b..84458832a 100644 --- a/bridges/relays/client-rococo/Cargo.toml +++ b/bridges/relays/client-rococo/Cargo.toml @@ -24,9 +24,9 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index f5c2e2656..4d63a76c1 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -26,17 +26,17 @@ relay-utils = { path = "../utils" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-rpc-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-storage = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } #[dev-dependencies] futures = "0.3.7" diff --git a/bridges/relays/client-westend/Cargo.toml b/bridges/relays/client-westend/Cargo.toml index a408ae3a4..c4117149f 100644 --- a/bridges/relays/client-westend/Cargo.toml +++ b/bridges/relays/client-westend/Cargo.toml @@ -17,9 +17,9 @@ bp-westend = { path = "../../primitives/chain-westend" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/client-wococo/Cargo.toml b/bridges/relays/client-wococo/Cargo.toml index c1b9aafd9..5c5b23438 100644 --- a/bridges/relays/client-wococo/Cargo.toml +++ b/bridges/relays/client-wococo/Cargo.toml @@ -24,9 +24,9 @@ pallet-bridge-dispatch = { path = "../../modules/dispatch" } pallet-bridge-messages = { path = "../../modules/messages" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index ff80cab53..7296f2e68 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -22,4 +22,4 @@ time = "0.2" # Substrate dependencies -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 03c7d8f4a..62e9da9fd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,18 +22,18 @@ futures = "0.3.15" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } +try-runtime-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } # this crate is used only to enable `trie-memory-tracker` feature -# see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +# see https://github.com/compound-finance/substrate/pull/6745 +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index e40196ec5..549bd8c9f 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } parity-scale-codec = { version = "2.0.0", 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 f2d9475cc..a9225305e 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.0.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +trie = { package = "sp-trie", git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 5938060dd..ca5bdeb6d 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 = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } - -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } - -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } - -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } + +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-storage = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } + +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } + +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } + +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway" } # Polkadot Runtimes polkadot-runtime = { path = "../../runtime/polkadot" } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index ae3d3bcf3..a49dcefa6 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 = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-maybe-compressed-blob = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 55cd0cd2c..fe9013bb5 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -23,21 +23,21 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-consensus-slots = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [dev-dependencies] parking_lot = "0.11.1" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index f8f3372b5..8e46ef403 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -26,8 +26,8 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.10.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } parking_lot = "0.11.1" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 5ad0223bd..1dc190fa5 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.15" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -18,11 +18,11 @@ tracing = "0.1.26" thiserror = "1.0.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = { version = "0.3.15", 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 0e0cbe995..788122213 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.26" 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 = "master" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } wasm-timer = "0.2.5" thiserror = "1.0.26" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 6e388a994..b85e7db69 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -9,7 +9,7 @@ async-trait = "0.1.42" futures = "0.3.15" tracing = "0.1.26" -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/compound-finance/substrate", branch = "gateway" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -22,8 +22,8 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = { version = "0.3.15", 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 = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 986ed5b16..ca81d2b5a 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.15" tracing = "0.1.26" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] futures = { version = "0.3.15", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "2.0.0" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 203ef1bbb..192af427e 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 = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 2dd659522..c60888e40 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,14 +18,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 = "master" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [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 = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } assert_matches = "1.4.0" polkadot-overseer = { path = "../../overseer" } diff --git a/node/core/dispute-participation/Cargo.toml b/node/core/dispute-participation/Cargo.toml index a58945c51..8830d8dea 100644 --- a/node/core/dispute-participation/Cargo.toml +++ b/node/core/dispute-participation/Cargo.toml @@ -17,4 +17,4 @@ polkadot-primitives = { path = "../../../primitives" } assert_matches = "1.5.0" parity-scale-codec = "2.0.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 8fc07eb86..379b25895 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -12,6 +12,6 @@ thiserror = "1.0.26" async-trait = "0.1.47" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index e2dfb43ec..8e49ba2b4 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -15,6 +15,6 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } futures-timer = "3.0.2" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 809d8269a..3430bb699 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -24,15 +24,15 @@ parity-scale-codec = { version = "2.0.0", 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 = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor-wasmtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor-common = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-externalities = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-wasm-interface = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-maybe-compressed-blob = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [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 3c53b3064..5f8ec4a3c 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -10,17 +10,17 @@ tracing = "0.1.26" memory-lru = "0.1.0" parity-util-mem = { version = "0.10.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = { version = "0.3.15", 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 6e95dc170..3d2e92d8a 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 = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" log = "0.4.13" parity-scale-codec = { version = "2.0.0", default-features = false } diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 9a51284f8..9094bffc2 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -12,11 +12,11 @@ futures-timer = "3.0.2" metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-prometheus-endpoint = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } jemalloc-ctl = { version = "0.3.3", optional = true } diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 6e3fda103..ce4af68bb 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.15" tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } 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 8a9a666a7..ee6ca5404 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,9 +15,9 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" rand = "0.8.3" derive_more = "0.99.11" @@ -25,10 +25,10 @@ lru = "0.6.6" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 2d3c68753..98b95517f 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -25,9 +25,9 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.11" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 7b65ee166..7a0579b28 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 = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 098b9aefe..1152f325d 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -10,8 +10,8 @@ futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-node-network-protocol = { path = "../protocol" } @@ -21,6 +21,6 @@ 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 = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures-timer = "3" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 0dd48c0ce..f91f2f568 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.26" tracing = "0.1.26" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } parity-scale-codec = { version = "2.0.0", 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 12e3dc8d7..792a505d7 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -16,10 +16,10 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-core-runtime-api = { path = "../../core/runtime-api" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" rand = "0.8.3" lru = "0.6.6" @@ -27,11 +27,11 @@ lru = "0.6.6" [dev-dependencies] async-trait = "0.1.42" polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = {git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = {git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures-timer = "3.0.2" assert_matches = "1.4.0" maplit = "1.0" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 9a6ef8a06..9dbbfec39 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -20,9 +20,9 @@ rand_chacha = { version = "0.3.1", default-features = false } tracing = "0.1.26" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", features = ["std"] } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 2e4c3ee03..77fcb315b 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.0.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } strum = { version = "0.21", features = ["derive"] } derive_more = "0.99.11" futures = "0.3.15" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index e2fe56ca2..cd1ab7ae0 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,11 +24,11 @@ thiserror = "1.0.26" [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 = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures-timer = "3.0.2" diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index d2ccd40cb..8c6f1f321 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] async-trait = "0.1.42" -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = "0.3.15" futures-timer = "3.0.2" parking_lot = "0.11.1" @@ -23,7 +23,7 @@ lru = "0.6" [dev-dependencies] metered-channel = { path = "../metered-channel" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = { version = "0.3.15", features = ["thread-pool"] } femme = "2.1.1" kv-log-macro = "1.0.7" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 5f7146edd..829a35681 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -11,13 +11,13 @@ futures = "0.3.15" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-vrf = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-maybe-compressed-blob = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.26" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index fabe12b87..d3baa837c 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,58 +6,58 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } -beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +babe = { package = "sc-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway" } +beefy-gadget = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-chain-spec = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-client-db = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-uncles = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-slots = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-sync-state-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-basic-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +service = { package = "sc-service", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/compound-finance/substrate", branch = "gateway" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +consensus_common = { package = "sp-consensus", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-storage = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-im-online = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/compound-finance/substrate", branch = "gateway" } # External Crates futures = "0.3.15" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 2686976ae..6cfb299c1 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -18,13 +18,13 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master"} +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway"} [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 13ea766f0..ce025c31d 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -23,10 +23,10 @@ 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 = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } smallvec = "1.6.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-prometheus-endpoint = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } thiserror = "1.0.26" log = "0.4.13" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 9b018de0b..fae084662 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -28,11 +28,11 @@ polkadot-primitives = { path = "../../primitives" } polkadot-overseer = { path = "../overseer" } metered-channel = { path = "../metered-channel"} -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-prometheus-endpoint = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 46d8b16ee..9087dac8f 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 = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = "0.3.15" diff --git a/node/test/polkadot-simnet/common/Cargo.toml b/node/test/polkadot-simnet/common/Cargo.toml index 739e2cbae..a311488f3 100644 --- a/node/test/polkadot-simnet/common/Cargo.toml +++ b/node/test/polkadot-simnet/common/Cargo.toml @@ -5,31 +5,31 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } -support = { package = "frame-support", git = "https://github.com/paritytech/substrate", branch = "master" } -benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", branch = "master" } -transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", branch = "master" } -collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", branch = "master" } -democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", branch = "master" } +system = { package = "frame-system", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +support = { package = "frame-support", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +benchmarking = { package = "frame-benchmarking", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +collective = { package = "pallet-collective", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +democracy = { package = "pallet-democracy", git = "https://github.com/compound-finance/substrate", branch = "gateway" } -test-runner = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +test-runner = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-manual-seal = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-inherents = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-primitives = { path = "../../../../primitives" } polkadot-cli = { path = "../../../../cli", features = ["cli"] } diff --git a/node/test/polkadot-simnet/test/Cargo.toml b/node/test/polkadot-simnet/test/Cargo.toml index d73b1c990..8d25f88a3 100644 --- a/node/test/polkadot-simnet/test/Cargo.toml +++ b/node/test/polkadot-simnet/test/Cargo.toml @@ -6,16 +6,16 @@ edition = "2018" [dependencies] # substrate primitives -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } # frame pallets -system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" } +system = { package = "frame-system", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +balances = { package = "pallet-balances", git = "https://github.com/compound-finance/substrate", branch = "gateway" } # substrate client libs -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } # polkadot deps polkadot-simnet = { path = "../common" } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index ee4e32b97..c44d7c4fc 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -25,38 +25,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +babe = { package = "sc-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +consensus_common = { package = "sp-consensus", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-chain-spec = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-executor = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-network = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +service = { package = "sc-service", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-arithmetic = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +substrate-test-client = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } serde_json = "1.0.66" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } tokio = { version = "1.10", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index e4ff85cc2..a18786238 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,10 +11,10 @@ edition = "2018" # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] } parity-util-mem = { version = "0.10.0", optional = true } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } 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 9589be294..a7c9aa38c 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,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 = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 80cd51ea8..2c8e2b07a 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.0.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.1", 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", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index e4d44a756..3740c9d4f 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,10 +27,10 @@ polkadot-service = { path = "../../../../node/service", features = [ "rococo-nat polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } # 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 @@ -41,8 +41,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 = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-service = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } tokio = { version = "1.10", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index c191cce20..584f3c23d 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 = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = [ "std" ] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index b29f07913..fbef8b320 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,30 +7,30 @@ edition = "2018" [dependencies] serde = { version = "1.0.123", optional = true, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-consensus-slots = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-arithmetic = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } hex-literal = "0.3.3" parity-util-mem = { version = "0.10.0", default-features = false, optional = true } thiserror = "1.0.26" [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } pretty_assertions = "0.7.2" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 32d63cc57..b06d537df 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,27 +7,27 @@ edition = "2018" [dependencies] jsonrpc-core = "18.0.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-blockchain = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-chain-spec = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-babe-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-consensus-epochs = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-finality-grandpa-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-sync-state-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-mmr-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment-rpc = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } parity-scale-codec = { version = "2.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } -beefy-gadget-rpc = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } +sp-block-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +beefy-gadget = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway" } +beefy-gadget-rpc = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index f76a1f97c..ea4acce8a 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -14,31 +14,31 @@ serde = { version = "1.0.123", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features=false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features=false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.6.0", default-features = false } @@ -49,14 +49,14 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.3" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support-test = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-staking-reward-curve = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } trie-db = "0.22.3" serde_json = "1.0.66" libsecp256k1 = "0.6.0" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index 54d1fe693..9184790ff 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.0.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 47ebb2d31..2edd70bb8 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,69 +15,69 @@ 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", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-npos-elections = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-bounties = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-collective = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-democracy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-gilt = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-identity = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-im-online = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-indices = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-membership = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-multisig = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-nicks = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-proxy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-recovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-scheduler = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-society = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-tips = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-utility = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } hex-literal = { version = "0.3.3", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -91,13 +91,13 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.3" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } separator = "0.4.1" serde_json = "1.0.66" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 8d21b98ce..9e814f825 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -13,27 +13,27 @@ serde = { version = "1.0.123", features = [ "derive" ], optional = true } derive_more = "0.99.14" bitflags = "1" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -45,16 +45,16 @@ rand_chacha = { version = "0.3.1", default-features = false } [dev-dependencies] futures = "0.3.15" hex-literal = "0.3.3" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-staking-reward-curve = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support-test = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } serde_json = "1.0.66" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sc-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index b423e70f3..cff11012f 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,64 +15,64 @@ 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", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-npos-elections = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-bounties = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-collective = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-democracy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-identity = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-im-online = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-indices = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-membership = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-multisig = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-nicks = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-proxy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-scheduler = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-tips = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-utility = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-election-provider-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } hex-literal = { version = "0.3.3", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -81,14 +81,14 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau [dev-dependencies] hex-literal = "0.3.3" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } trie-db = "0.22.3" serde_json = "1.0.66" separator = "0.4.1" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 707621043..bdd58e9f5 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -13,51 +13,51 @@ smallvec = "1.6.1" hex-literal = "0.3.3" log = { version = "0.4.14", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-beefy = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-collective = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-im-online = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-indices = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-membership = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-sudo = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-proxy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-utility = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -80,7 +80,7 @@ pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-featur pallet-bridge-messages = { path = "../../bridges/modules/messages", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index f8e3e73ce..fce4c15af 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,44 +14,44 @@ serde = { version = "1.0.123", 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", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-election-provider-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-indices = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-nicks = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-sudo = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -65,12 +65,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.3" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } serde_json = "1.0.66" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 0ef2e67a5..60e197621 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,66 +15,66 @@ serde_derive = { version = "1.0.117", optional = true } smallvec = "1.6.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +beefy-primitives = { git = "https://github.com/compound-finance/grandpa-bridge-gadget", branch = "gateway", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-npos-elections = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-executive = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = {git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authority-discovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-authorship = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-babe = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-collective = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-democracy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-grandpa = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-identity = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-im-online = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-indices = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-membership = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-mmr-primitives = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-multisig = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-nicks = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-offences = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-proxy = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-recovery = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-scheduler = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-session = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-society = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-sudo = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-timestamp = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-treasury = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-utility = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-vesting = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false, optional = true } hex-literal = { version = "0.3.3", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -89,12 +89,12 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.3" tiny-keccak = "2.0.2" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-trie = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } serde_json = "1.0.66" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 4c94017de..77d3b156c 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index ab5139c0c..048591fbf 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -18,23 +18,23 @@ lazy_static = "1.4.0" paste = "1.0.5" thiserror = "1.0.26" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } +remote-externalities = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-npos-elections = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sc-transaction-pool-api = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-election-provider-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-election-provider-multi-phase = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-staking = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } @@ -46,4 +46,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 = "master" } +sp-version = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index 821608e62..19257be33 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -9,19 +9,19 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features = serde = { version = "1.0.101", optional = true, features = ["derive"] } log = { version = "0.4.14", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +sp-std = { git = "https://github.com/compound-finance/substrate", default-features = false, branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", default-features = false, branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", default-features = false, branch = "gateway" } +frame-system = { git = "https://github.com/compound-finance/substrate", default-features = false, branch = "gateway" } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } xcm-builder = { path = "../xcm-builder" } polkadot-parachain = { path = "../../parachain" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 8eb82f0f2..58c9ee187 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -10,20 +10,20 @@ impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.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", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-arithmetic = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +pallet-transaction-payment = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } 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 d0b6d71d8..deceb5311 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.9.9" impl-trait-for-tuples = "0.2.0" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-arithmetic = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } log = { version = "0.4.14", default-features = false } [features] diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index d80337336..9be56a65d 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.9" [dependencies] -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } futures = "0.3.15" 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 = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-keyring = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } +sp-state-machine = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } [features] default = ["std"] diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index c0219386b..cd6cd4f34 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.5" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } xcm = { path = "../" } xcm-executor = { path = "../xcm-executor" } diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index d7e8710e2..38aa6244d 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" } paste = "1.0.5" -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +frame-support = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +pallet-balances = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-std = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-runtime = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } +sp-io = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } xcm = { path = "../../" } xcm-simulator = { path = "../" }