Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 80 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions client/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

# Polkadot dependencies
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# Cumulus dependencies
cumulus-client-network = { path = "../network" }
Expand All @@ -32,7 +32,7 @@ tracing = "0.1.25"

[dev-dependencies]
# Polkadot dependencies
polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# Cumulus dependencies
cumulus-test-runtime = { path = "../../test/runtime" }
Expand Down
2 changes: 1 addition & 1 deletion client/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

# Polkadot deps
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# Cumulus deps
cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }
Expand Down
12 changes: 6 additions & 6 deletions client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "pol
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

# Polkadot deps
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

cumulus-relay-chain-interface = { path = "../relay-chain-interface" }

Expand All @@ -40,9 +40,9 @@ cumulus-primitives-core = { path = "../../primitives/core" }
cumulus-relay-chain-local = { path = "../relay-chain-local" }

# Polkadot deps
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# substrate deps
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
Expand Down
8 changes: 4 additions & 4 deletions client/pov-recovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "pol
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

# Polkadot deps
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# Cumulus deps
cumulus-primitives-core = { path = "../../primitives/core" }
Expand Down
2 changes: 1 addition & 1 deletion client/relay-chain-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

cumulus-primitives-core = { path = "../../primitives/core" }

Expand Down
8 changes: 4 additions & 4 deletions client/relay-chain-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

cumulus-primitives-core = { path = "../../primitives/core" }
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
Expand Down Expand Up @@ -36,8 +36,8 @@ futures-timer = "3.0.2"
cumulus-test-service = { path = "../../test/service" }

# Polkadot deps
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# substrate deps
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
4 changes: 2 additions & 2 deletions client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

# Polkadot dependencies
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

# Other deps
tracing = "0.1.22"
Expand Down
4 changes: 2 additions & 2 deletions pallets/dmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }

# Polkadot Dependencies
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

# Cumulus Dependencies
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions pallets/parachain-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inh
cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false }

# Polkadot dependencies
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

# Substrate dependencies
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }
Expand Down
2 changes: 1 addition & 1 deletion pallets/solo-to-para/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cumulus-pallet-parachain-system = { default-features = false, path = "../paracha
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }

# Polkadot dependecies
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

# Other Dependencies
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion pallets/xcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }

xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

cumulus-primitives-core = { path = "../../primitives/core", default-features = false }

Expand Down
6 changes: 3 additions & 3 deletions pallets/xcmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }

# Polkadot Dependencies
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

# Cumulus Dependencies
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }
Expand All @@ -28,7 +28,7 @@ cumulus-primitives-core = { path = "../../primitives/core", default-features = f
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
cumulus-pallet-parachain-system = { path = "../parachain-system" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }

[features]
Expand Down
10 changes: 5 additions & 5 deletions parachain-template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface" }
cumulus-relay-chain-local = { path = "../../client/relay-chain-local" }

# Polkadot dependencies
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
12 changes: 6 additions & 6 deletions parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ parachain-info = { path = "../../polkadot-parachains/pallets/parachain-info", de
cumulus-pallet-session-benchmarking = {path = "../../pallets/session-benchmarking", default-features = false, version = "3.0.0"}

# Polkadot Dependencies
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }

[features]
default = [
Expand Down
12 changes: 6 additions & 6 deletions polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-collator"
version = "5.2.0"
version = "5.2.1"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2021"
Expand Down Expand Up @@ -80,11 +80,11 @@ cumulus-relay-chain-interface = { path = "../client/relay-chain-interface" }
cumulus-relay-chain-local = { path = "../client/relay-chain-local" }

# Polkadot dependencies
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "trial-revert4640" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/pallets/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.16" }

xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

cumulus-primitives-core = { path = "../../../primitives/core", default-features = false }
cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions polkadot-parachains/parachains-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }

# Polkadot dependencies
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "release-v0.9.16" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false , branch = "trial-revert4640" }

# Local dependencies
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false }
Expand Down
10 changes: 5 additions & 5 deletions polkadot-parachains/rococo-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false }
cumulus-ping = { path = "../pallets/ping", default-features = false }

# Polkadot dependencies
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.16" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "trial-revert4640" }

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
Expand Down
Loading