From 92b5d2364d97b57273e721fa2fc1162589d382e4 Mon Sep 17 00:00:00 2001 From: girazoki Date: Mon, 19 Jun 2023 11:41:29 +0200 Subject: [PATCH] point to custom --- client/cli/Cargo.toml | 10 +-- client/collator/Cargo.toml | 16 ++--- client/consensus/aura/Cargo.toml | 32 ++++----- client/consensus/common/Cargo.toml | 14 ++-- client/consensus/relay-chain/Cargo.toml | 18 ++--- client/network/Cargo.toml | 26 +++---- client/pov-recovery/Cargo.toml | 16 ++--- .../Cargo.toml | 22 +++--- client/relay-chain-interface/Cargo.toml | 8 +-- client/relay-chain-minimal-node/Cargo.toml | 22 +++--- client/relay-chain-rpc-interface/Cargo.toml | 18 ++--- client/service/Cargo.toml | 34 ++++----- pallets/aura-ext/Cargo.toml | 14 ++-- pallets/collator-selection/Cargo.toml | 32 ++++----- pallets/dmp-queue/Cargo.toml | 14 ++-- pallets/parachain-system/Cargo.toml | 30 ++++---- pallets/session-benchmarking/Cargo.toml | 12 ++-- pallets/solo-to-para/Cargo.toml | 10 +-- pallets/xcm/Cargo.toml | 10 +-- pallets/xcmp-queue/Cargo.toml | 16 ++--- parachain-template/node/Cargo.toml | 62 ++++++++-------- .../pallets/template/Cargo.toml | 12 ++-- parachain-template/runtime/Cargo.toml | 54 +++++++------- parachains/common/Cargo.toml | 28 ++++---- parachains/pallets/parachain-info/Cargo.toml | 4 +- parachains/pallets/ping/Cargo.toml | 8 +-- parachains/runtimes/assets/common/Cargo.toml | 8 +-- .../runtimes/assets/statemine/Cargo.toml | 70 +++++++++--------- .../runtimes/assets/statemint/Cargo.toml | 64 ++++++++--------- .../runtimes/assets/test-utils/Cargo.toml | 20 +++--- .../runtimes/assets/westmint/Cargo.toml | 68 +++++++++--------- .../bridge-hubs/bridge-hub-kusama/Cargo.toml | 60 ++++++++-------- .../bridge-hub-polkadot/Cargo.toml | 60 ++++++++-------- .../bridge-hubs/bridge-hub-rococo/Cargo.toml | 60 ++++++++-------- .../collectives-polkadot/Cargo.toml | 62 ++++++++-------- .../contracts/contracts-rococo/Cargo.toml | 64 ++++++++--------- .../runtimes/starters/seedling/Cargo.toml | 32 ++++----- parachains/runtimes/starters/shell/Cargo.toml | 30 ++++---- parachains/runtimes/testing/penpal/Cargo.toml | 58 +++++++-------- .../testing/rococo-parachain/Cargo.toml | 48 ++++++------- polkadot-parachain/Cargo.toml | 72 +++++++++---------- primitives/core/Cargo.toml | 8 +-- primitives/parachain-inherent/Cargo.toml | 18 ++--- primitives/timestamp/Cargo.toml | 12 ++-- primitives/utility/Cargo.toml | 8 +-- test/client/Cargo.toml | 34 ++++----- test/relay-sproof-builder/Cargo.toml | 6 +- test/runtime/Cargo.toml | 40 +++++------ test/service/Cargo.toml | 56 +++++++-------- 49 files changed, 750 insertions(+), 750 deletions(-) diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index 4c6a21eb678..5b7f2a1d135 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -10,8 +10,8 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } url = "2.3.1" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-chain-spec = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } diff --git a/client/collator/Cargo.toml b/client/collator/Cargo.toml index 5f5c561bba3..93fab70567b 100644 --- a/client/collator/Cargo.toml +++ b/client/collator/Cargo.toml @@ -11,11 +11,11 @@ parking_lot = "0.12.0" tracing = "0.1.25" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -32,9 +32,9 @@ cumulus-primitives-core = { path = "../../primitives/core" } async-trait = "0.1.42" # Substrate -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-node-subsystem-test-helpers = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/client/consensus/aura/Cargo.toml b/client/consensus/aura/Cargo.toml index 7879418ef07..07fa1b73f3f 100644 --- a/client/consensus/aura/Cargo.toml +++ b/client/consensus/aura/Cargo.toml @@ -12,22 +12,22 @@ futures = "0.3.26" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus-slots = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-application-crypto = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keystore = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-client-consensus-common = { path = "../common" } diff --git a/client/consensus/common/Cargo.toml b/client/consensus/common/Cargo.toml index ae289891030..975c72d0f99 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -14,12 +14,12 @@ log = "0.4.17" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-trie = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -34,7 +34,7 @@ schnellru = "0.2.1" futures-timer = "3.0.2" # Substrate -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-test-client = { path = "../../../test/client" } diff --git a/client/consensus/relay-chain/Cargo.toml b/client/consensus/relay-chain/Cargo.toml index ba2186320b2..bd9624944e5 100644 --- a/client/consensus/relay-chain/Cargo.toml +++ b/client/consensus/relay-chain/Cargo.toml @@ -12,15 +12,15 @@ parking_lot = "0.12.1" tracing = "0.1.37" # Substrate -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-client-consensus-common = { path = "../common" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 07817cc878a..8cfc4c6f9d7 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -14,12 +14,12 @@ parking_lot = "0.12.1" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -35,13 +35,13 @@ tokio = { version = "1.26.0", features = ["macros"] } url = "2.3.1" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keyring = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keystore = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-test-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-client = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/client/pov-recovery/Cargo.toml b/client/pov-recovery/Cargo.toml index 21ba159c174..cf8a89f4a41 100644 --- a/client/pov-recovery/Cargo.toml +++ b/client/pov-recovery/Cargo.toml @@ -13,11 +13,11 @@ rand = "0.8.5" tracing = "0.1.37" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -38,6 +38,6 @@ portpicker = "0.1.1" cumulus-test-service = { path = "../../test/service" } # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-test-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } diff --git a/client/relay-chain-inprocess-interface/Cargo.toml b/client/relay-chain-inprocess-interface/Cargo.toml index 8dc3e594cf3..d74ebf57331 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -10,16 +10,16 @@ futures = "0.3.26" futures-timer = "3.0.2" # Substrate -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-sysinfo = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-cli = { git = "https://github.com/moondance-labs/polkadot", default-features = false, features = ["cli"], branch = "tanssi-polkadot-v0.9.40" } @@ -33,7 +33,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } [dev-dependencies] # Substrate -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-keyring = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/client/relay-chain-interface/Cargo.toml b/client/relay-chain-interface/Cargo.toml index b4459438c23..26a38914ebb 100644 --- a/client/relay-chain-interface/Cargo.toml +++ b/client/relay-chain-interface/Cargo.toml @@ -9,10 +9,10 @@ polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot", branch cumulus-primitives-core = { path = "../../primitives/core" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } futures = "0.3.26" async-trait = "0.1.66" diff --git a/client/relay-chain-minimal-node/Cargo.toml b/client/relay-chain-minimal-node/Cargo.toml index 3e01a504f86..e9ed063f71d 100644 --- a/client/relay-chain-minimal-node/Cargo.toml +++ b/client/relay-chain-minimal-node/Cargo.toml @@ -15,17 +15,17 @@ polkadot-node-network-protocol = { git = "https://github.com/moondance-labs/polk polkadot-network-bridge = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } # substrate deps -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-authority-discovery = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network-common = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-babe = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # cumulus deps cumulus-relay-chain-interface = { path = "../relay-chain-interface" } diff --git a/client/relay-chain-rpc-interface/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index a189fd618c7..0ce57444af4 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -11,15 +11,15 @@ polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot", branch cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-babe = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-authority-discovery = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-storage = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-rpc-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } tokio = { version = "1.26.0", features = ["sync"] } diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index c61fd448de9..a340189024d 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -8,23 +8,23 @@ edition = "2021" futures = "0.3.26" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network-transactions = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-sysinfo = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network-sync = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network-transactions = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/pallets/aura-ext/Cargo.toml b/pallets/aura-ext/Cargo.toml index bafd7452ffc..c461ad4a3b7 100644 --- a/pallets/aura-ext/Cargo.toml +++ b/pallets/aura-ext/Cargo.toml @@ -10,13 +10,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-application-crypto = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } [dev-dependencies] diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 18f0ae1abcd..36ea17440e5 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -18,25 +18,25 @@ codec = { default-features = false, features = ["derive"], package = "parity-sca rand = { version = "0.8.5", features = ["std_rng"], default-features = false } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-std = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-staking = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-support = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-system = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = ["std"] diff --git a/pallets/dmp-queue/Cargo.toml b/pallets/dmp-queue/Cargo.toml index 37a3fb560e7..8b80e8ce3b2 100644 --- a/pallets/dmp-queue/Cargo.toml +++ b/pallets/dmp-queue/Cargo.toml @@ -10,11 +10,11 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -23,8 +23,8 @@ xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = f cumulus-primitives-core = { path = "../../primitives/core", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/pallets/parachain-system/Cargo.toml b/pallets/parachain-system/Cargo.toml index 0658c3dbdb7..6247c75976e 100644 --- a/pallets/parachain-system/Cargo.toml +++ b/pallets/parachain-system/Cargo.toml @@ -14,17 +14,17 @@ log = { version = "0.4.17", default-features = false } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-externalities = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-trie = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-parachain = { git = "https://github.com/moondance-labs/polkadot", default-features = false, features = [ "wasm-api" ], branch = "tanssi-polkadot-v0.9.40" } @@ -40,10 +40,10 @@ hex-literal = "0.3.4" lazy_static = "1.4" # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keyring = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index 4b19323bebf..6f51639156f 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -14,12 +14,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] parity-scale-codec = { version = "3.4.0", default-features = false } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-std = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-support = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-system = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { default-features = false, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = ["std"] diff --git a/pallets/solo-to-para/Cargo.toml b/pallets/solo-to-para/Cargo.toml index 3b6a79b4e96..65eedd33542 100644 --- a/pallets/solo-to-para/Cargo.toml +++ b/pallets/solo-to-para/Cargo.toml @@ -10,11 +10,11 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/pallets/xcm/Cargo.toml b/pallets/xcm/Cargo.toml index 30d5eeef94b..9120128fbda 100644 --- a/pallets/xcm/Cargo.toml +++ b/pallets/xcm/Cargo.toml @@ -8,11 +8,11 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index 7acaeef8e91..5fbbeeaad4b 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -11,11 +11,11 @@ rand_chacha = { version = "0.3.0", default-features = false } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -26,13 +26,13 @@ xcm-executor = { git = "https://github.com/moondance-labs/polkadot", default-fea cumulus-primitives-core = { path = "../../primitives/core", default-features = false } # Optional import for benchmarking -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dev-dependencies] # Substrate -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot xcm-builder = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index e36477afd5b..d1cbf9e13f9 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -20,36 +20,36 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } parachain-template-runtime = { path = "../runtime" } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-benchmarking-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-basic-authorship = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-chain-spec = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-executor = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network-sync = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-sysinfo = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keystore = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-timestamp = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +try-runtime-cli = { git = "https://github.com/moondance-labs/substrate", optional = true , branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-cli = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -66,7 +66,7 @@ cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inh cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-build-script-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [] diff --git a/parachain-template/pallets/template/Cargo.toml b/parachain-template/pallets/template/Cargo.toml index 65f6ebb0d0d..6669ce23ff3 100644 --- a/parachain-template/pallets/template/Cargo.toml +++ b/parachain-template/pallets/template/Cargo.toml @@ -16,17 +16,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } [dev-dependencies] serde = { version = "1.0.132" } # Substrate -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } [features] default = ["std"] diff --git a/parachain-template/runtime/Cargo.toml b/parachain-template/runtime/Cargo.toml index 9cd0577284a..a3fa45bdbe9 100644 --- a/parachain-template/runtime/Cargo.toml +++ b/parachain-template/runtime/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -25,32 +25,32 @@ smallvec = "1.10.0" pallet-template = { path = "../pallets/template", default-features = false } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot pallet-xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/common/Cargo.toml b/parachains/common/Cargo.toml index fd3847702fc..b53c580ea7d 100644 --- a/parachains/common/Cargo.toml +++ b/parachains/common/Cargo.toml @@ -13,17 +13,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-asset-tx-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -36,11 +36,11 @@ pallet-collator-selection = { path = "../../pallets/collator-selection", default cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false } [dev-dependencies] -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = ["std"] diff --git a/parachains/pallets/parachain-info/Cargo.toml b/parachains/pallets/parachain-info/Cargo.toml index f4b214f8288..cdf9255cb13 100644 --- a/parachains/pallets/parachain-info/Cargo.toml +++ b/parachains/pallets/parachain-info/Cargo.toml @@ -8,8 +8,8 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } diff --git a/parachains/pallets/ping/Cargo.toml b/parachains/pallets/ping/Cargo.toml index 33d30dce024..a29397cefed 100644 --- a/parachains/pallets/ping/Cargo.toml +++ b/parachains/pallets/ping/Cargo.toml @@ -8,10 +8,10 @@ version = "0.1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/assets/common/Cargo.toml b/parachains/runtimes/assets/common/Cargo.toml index 3c9ef5f8fcc..03595b94d63 100644 --- a/parachains/runtimes/assets/common/Cargo.toml +++ b/parachains/runtimes/assets/common/Cargo.toml @@ -9,9 +9,9 @@ description = "Assets common utilities" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -22,7 +22,7 @@ xcm-executor = { git = "https://github.com/moondance-labs/polkadot", default-fea parachains-common = { path = "../../../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/assets/statemine/Cargo.toml b/parachains/runtimes/assets/statemine/Cargo.toml index 72ff0321c90..292fc273e25 100644 --- a/parachains/runtimes/assets/statemine/Cargo.toml +++ b/parachains/runtimes/assets/statemine/Cargo.toml @@ -13,40 +13,40 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-asset-tx-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-nfts = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-nfts-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-proxy = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-uniques = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-state-trie-migration = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true , branch = "tanssi-polkadot-v0.9.40" } # Polkadot kusama-runtime-constants = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -78,7 +78,7 @@ assets-common = { path = "../common", default-features = false } asset-test-utils = { path = "../test-utils"} [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/assets/statemint/Cargo.toml b/parachains/runtimes/assets/statemint/Cargo.toml index 9b8b156e78e..790bf4b60f2 100644 --- a/parachains/runtimes/assets/statemint/Cargo.toml +++ b/parachains/runtimes/assets/statemint/Cargo.toml @@ -13,37 +13,37 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-asset-tx-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false , branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-proxy = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-uniques = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot pallet-xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -76,7 +76,7 @@ hex-literal = "0.3.4" asset-test-utils = { path = "../test-utils"} [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/assets/test-utils/Cargo.toml b/parachains/runtimes/assets/test-utils/Cargo.toml index 71de48f1bc5..87d776cc8c6 100644 --- a/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/parachains/runtimes/assets/test-utils/Cargo.toml @@ -9,15 +9,15 @@ description = "Statemint parachain runtime" # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Cumulus pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } @@ -27,7 +27,7 @@ parachains-common = { path = "../../../common", default-features = false } hex-literal = "0.3.4" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/assets/westmint/Cargo.toml b/parachains/runtimes/assets/westmint/Cargo.toml index a65cf7400c2..570cc386d38 100644 --- a/parachains/runtimes/assets/westmint/Cargo.toml +++ b/parachains/runtimes/assets/westmint/Cargo.toml @@ -13,39 +13,39 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-asset-tx-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-nfts = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-nfts-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-proxy = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-uniques = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot pallet-xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -78,7 +78,7 @@ hex-literal = "0.3.4" asset-test-utils = { path = "../test-utils"} [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml index ece6bfa78a1..57e05067c02 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Kusama's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,35 +17,35 @@ serde = { version = "1.0.152", optional = true, features = ["derive"] } smallvec = "1.8.1" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot kusama-runtime-constants = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml index daba87c0bd0..8e39dfd96a1 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Polkadot's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,35 +17,35 @@ serde = { version = "1.0.152", optional = true, features = ["derive"] } smallvec = "1.8.1" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-runtime-constants = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 1afdfecd18f..d2e01c0c566 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Rococo's BridgeHub parachain runtime" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -17,35 +17,35 @@ serde = { version = "1.0.152", optional = true, features = ["derive"] } smallvec = "1.8.1" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot rococo-runtime-constants = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml b/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml index a3a501f20de..706f02919cc 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml +++ b/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml @@ -13,36 +13,36 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-alliance = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-alliance = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-collective = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-proxy = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot pallet-xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -72,7 +72,7 @@ parachains-common = { path = "../../../common", default-features = false } hex-literal = "0.3.4" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index c10ebe76a2b..42e2ba08c01 100644 --- a/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -18,37 +18,37 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-contracts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-multisig = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-utility = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-contracts = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-contracts-primitives = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot kusama-runtime-constants = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/starters/seedling/Cargo.toml b/parachains/runtimes/starters/seedling/Cargo.toml index 63029e20ec2..fc66c9d3f57 100644 --- a/parachains/runtimes/starters/seedling/Cargo.toml +++ b/parachains/runtimes/starters/seedling/Cargo.toml @@ -9,21 +9,21 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } @@ -33,7 +33,7 @@ parachains-common = { path = "../../../common", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/starters/shell/Cargo.toml b/parachains/runtimes/starters/shell/Cargo.toml index 14d6ba71987..27d17a47d83 100644 --- a/parachains/runtimes/starters/shell/Cargo.toml +++ b/parachains/runtimes/starters/shell/Cargo.toml @@ -9,20 +9,20 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true , branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -37,7 +37,7 @@ parachain-info = { path = "../../../pallets/parachain-info", default-features = parachains-common = { path = "../../../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/parachains/runtimes/testing/penpal/Cargo.toml b/parachains/runtimes/testing/penpal/Cargo.toml index e171eabe1cc..47f81ef29c3 100644 --- a/parachains/runtimes/testing/penpal/Cargo.toml +++ b/parachains/runtimes/testing/penpal/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -22,34 +22,34 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" smallvec = "1.10.0" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-try-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, optional = true, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-authorship = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-asset-tx-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/parachains/runtimes/testing/rococo-parachain/Cargo.toml index 95501f72b43..4ff434e519e 100644 --- a/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -10,29 +10,29 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, default-features = false, branch = "polkadot-v0.9.40" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-assets = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", optional = true, default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-assets = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot pallet-xcm = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } @@ -55,7 +55,7 @@ parachains-common = { path = "../../../common", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index a490870d8b1..40d431ac062 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -36,41 +36,41 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } parachains-common = { path = "../parachains/common" } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true , branch = "polkadot-v0.9.40" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +frame-benchmarking = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-benchmarking-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-executor = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network-sync = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-basic-authorship = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-timestamp = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keystore = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-chain-spec = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-consensus-aura = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-sysinfo = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-serializer = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +try-runtime-cli = { git = "https://github.com/moondance-labs/substrate", optional = true , branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-state-trie-migration-rpc = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-cli = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -89,7 +89,7 @@ cumulus-primitives-parachain-inherent = { path = "../primitives/parachain-inhere cumulus-relay-chain-interface = { path = "../client/relay-chain-interface" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-build-script-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [dev-dependencies] assert_cmd = "2.0" diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index 5974f340e6c..d351a3bced4 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-trie = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-core-primitives = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/primitives/parachain-inherent/Cargo.toml b/primitives/parachain-inherent/Cargo.toml index deb80a34212..8c16b3b7cfa 100644 --- a/primitives/parachain-inherent/Cargo.toml +++ b/primitives/parachain-inherent/Cargo.toml @@ -11,15 +11,15 @@ scale-info = { version = "2.3.1", default-features = false, features = ["derive" tracing = { version = "0.1.37", optional = true } # Substrate -sc-client-api = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-storage = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", optional = true, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", optional = true, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", optional = true, branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", optional = true, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-storage = { git = "https://github.com/moondance-labs/substrate", optional = true, branch = "tanssi-polkadot-v0.9.40" } +sp-trie = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-primitives-core = { path = "../core", default-features = false } diff --git a/primitives/timestamp/Cargo.toml b/primitives/timestamp/Cargo.toml index 86061f67e75..badbc429e60 100644 --- a/primitives/timestamp/Cargo.toml +++ b/primitives/timestamp/Cargo.toml @@ -10,9 +10,9 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = futures = "0.3.26" # Substrate -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-primitives-core = { path = "../core", default-features = false } @@ -20,9 +20,9 @@ cumulus-primitives-core = { path = "../core", default-features = false } [dev-dependencies] # Substrate -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sp-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/primitives/utility/Cargo.toml b/primitives/utility/Cargo.toml index 0b7e114835a..f3fd6f87622 100644 --- a/primitives/utility/Cargo.toml +++ b/primitives/utility/Cargo.toml @@ -9,10 +9,10 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } # Substrate -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index 814a5e66091..426a230487d 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -8,23 +8,23 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-block-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-executor = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-executor-common = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-test-client = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keyring = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-timestamp = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } diff --git a/test/relay-sproof-builder/Cargo.toml b/test/relay-sproof-builder/Cargo.toml index a2230f44b9e..ec75053bf69 100644 --- a/test/relay-sproof-builder/Cargo.toml +++ b/test/relay-sproof-builder/Cargo.toml @@ -8,9 +8,9 @@ edition = "2021" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } # Substrate -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", default-features = false, branch = "tanssi-polkadot-v0.9.40" } diff --git a/test/runtime/Cargo.toml b/test/runtime/Cargo.toml index d90a1721c8a..0d99d441217 100644 --- a/test/runtime/Cargo.toml +++ b/test/runtime/Cargo.toml @@ -9,25 +9,25 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } +frame-executive = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-support = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-balances = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-sudo = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-timestamp = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-api = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-block-builder = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-inherents = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-offchain = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-session = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-std = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-transaction-pool = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-version = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } # Cumulus cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } @@ -35,7 +35,7 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f cumulus-primitives-timestamp = { path = "../../primitives/timestamp", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] default = [ "std" ] diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 8dfb4205a7f..82ca7089ebb 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -21,32 +21,32 @@ tracing = "0.1.37" url = "2.3.1" # Substrate -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.40" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +frame-system = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-basic-authorship = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-chain-spec = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-client-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-consensus = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-executor = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-network = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-service = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-telemetry = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-arithmetic = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-blockchain = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-core = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-io = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-keyring = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-runtime = { git = "https://github.com/moondance-labs/substrate", default-features = false, branch = "tanssi-polkadot-v0.9.40" } +sp-state-machine = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-tracing = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-timestamp = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sp-trie = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-test-client = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } # Polkadot polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } @@ -79,8 +79,8 @@ portpicker = "0.1.1" polkadot-test-service = { git = "https://github.com/moondance-labs/polkadot", branch = "tanssi-polkadot-v0.9.40" } # Substrate dependencies -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40" } +sc-cli = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } +substrate-test-utils = { git = "https://github.com/moondance-labs/substrate", branch = "tanssi-polkadot-v0.9.40" } [features] runtime-benchmarks = ["polkadot-test-service/runtime-benchmarks"]