Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Revert "Add-xcm-emulator-and-tests (#304)" (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
metricaez authored Nov 22, 2023
1 parent e51c1fe commit c614f39
Show file tree
Hide file tree
Showing 13 changed files with 104 additions and 2,989 deletions.
1,451 changes: 95 additions & 1,356 deletions Cargo.lock

Large diffs are not rendered by default.

28 changes: 7 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ members = [
"runtime/stout",
"runtime/trappist",
"primitives/xcm",
"integration-tests/emulated",
]
exclude = ["xcm-simulator"]
exclude = [
"xcm-simulator"
]
resolver = "2"

[profile.release]
Expand All @@ -33,17 +34,13 @@ license = "Apache License v2"
# common
async-trait = "0.1"
clap = { version = "4.3" }
parity-scale-codec = { version = "3.6", default-features = false, features = [
"derive",
] }
parity-scale-codec = { version = "3.6", default-features = false, features = ["derive"] }
futures = { version = "0.3" }
hex-literal = { version = "0.4" }
log = { version = "0.4" }
serde = { version = "1.0.186" }
serde_json = "1.0.104"
scale-info = { version = "2.9", default-features = false, features = [
"derive",
] }
scale-info = { version = "2.9", default-features = false, features = ["derive"] }
smallvec = "1.11"

# Local dependencies
Expand Down Expand Up @@ -162,9 +159,7 @@ cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-
assets-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, features = [
"parameterized-consensus-hook",
] }
cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-ping = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
Expand All @@ -176,17 +171,8 @@ parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", branch
parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, version = "3.0.0" }

# Cumulus Xcm Emulator
xcm-emulator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
integration-tests-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
asset-hub-kusama-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
asset-hub-polkadot-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
rococo-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }

# Polkadot
polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", features = [
"rococo-native",
], branch = "release-polkadot-v1.1.0" }
polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", features = ["rococo-native"], branch = "release-polkadot-v1.1.0" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" }
Expand Down
59 changes: 0 additions & 59 deletions integration-tests/emulated/Cargo.toml

This file was deleted.

216 changes: 0 additions & 216 deletions integration-tests/emulated/src/lib.rs

This file was deleted.

30 changes: 0 additions & 30 deletions integration-tests/emulated/src/tests/misc.rs

This file was deleted.

Loading

0 comments on commit c614f39

Please sign in to comment.