Skip to content

Commit

Permalink
[xcm-executor,asset-test-utils] Apply patches (AssetHub tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 20, 2024
1 parent 2ab6045 commit d45db7e
Show file tree
Hide file tree
Showing 14 changed files with 142 additions and 77 deletions.
59 changes: 29 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ pallet-message-queue = { version = "32.0.0" }

# Polkadot
xcm = { package = "staging-xcm", version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.1" }
pallet-xcm = { version = "8.0.0" }

# Cumulus
parachains-common = { version = "8.0.0" }
xcm-emulator = { version = "0.6.0" }
asset-test-utils = { version = "8.0.0" }
asset-test-utils = { version = "8.0.1" }

# Local
emulated-chains = { path = "../../chains" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ pallet-message-queue = { version = "32.0.0" }

# Polkadot
xcm = { package = "staging-xcm", version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.1" }
pallet-xcm = { version = "8.0.0" }

# Cumulus
parachains-common = { version = "8.0.0" }
xcm-emulator = { version = "0.6.0" }
asset-test-utils = { version = "8.0.0" }
asset-test-utils = { version = "8.0.1" }

# Local
emulated-chains = { path = "../../chains" }
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/emulated/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cumulus-primitives-core = { version = "0.8.0" }
xcm-emulator = { version = "0.6.0" }
cumulus-pallet-xcmp-queue = { version = "0.8.0" }
cumulus-pallet-parachain-system = { features = ["parameterized-consensus-hook",] , version = "0.8.0" }
asset-test-utils = { version = "8.0.0" }
asset-test-utils = { version = "8.0.1" }
cumulus-pallet-dmp-queue = { version = "0.8.0" }

# Bridges
Expand Down
2 changes: 1 addition & 1 deletion relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ runtime-parachains = { package = "polkadot-runtime-parachains", default-features
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }

xcm = { package = "staging-xcm", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.1" }
xcm-builder = { package = "staging-xcm-builder", default-features = false , version = "8.0.0" }

sp-debug-derive = { default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runtime-parachains = { package = "polkadot-runtime-parachains", default-features
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }

xcm = { package = "staging-xcm", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.1" }
xcm-builder = { package = "staging-xcm-builder", default-features = false , version = "8.0.0" }

sp-debug-derive = { default-features = false, version = "14.0.0" }
Expand Down
4 changes: 2 additions & 2 deletions system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ polkadot-parachain-primitives = { default-features = false, version = "7.0.0" }
polkadot-runtime-common = { default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
cumulus-pallet-aura-ext = { default-features = false , version = "0.8.0" }
Expand All @@ -95,7 +95,7 @@ assets-common = { default-features = false , version = "0.8.0" }
pallet-xcm-bridge-hub-router = { default-features = false , version = "0.6.0" }

[dev-dependencies]
asset-test-utils = { version = "8.0.0" }
asset-test-utils = { version = "8.0.1" }
parachains-runtimes-test-utils = { version = "8.0.0" }
sp-io = { version = "31.0.0" }

Expand Down
Loading

0 comments on commit d45db7e

Please sign in to comment.