Skip to content

Commit 278fb05

Browse files
authored
Revert "Asset Hub Dot Location Integration (#490)" (#508)
1 parent b822075 commit 278fb05

File tree

17 files changed

+166
-967
lines changed

17 files changed

+166
-967
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,9 @@ jobs:
327327
mkdir -p polkadot-sdk/target/release
328328
cd polkadot-sdk/target/release
329329
wget -O ./polkadot -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot'
330-
wget -O ./polkadot-parachain -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-parachain'
331330
wget -O ./polkadot-execute-worker -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-execute-worker'
332331
wget -O ./polkadot-prepare-worker -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-prepare-worker'
333332
sudo chmod +x ./polkadot
334-
sudo chmod +x ./polkadot-parachain
335333
sudo chmod +x ./polkadot-execute-worker
336334
sudo chmod +x ./polkadot-prepare-worker
337335
@@ -346,7 +344,6 @@ jobs:
346344
nohup ./zombienet spawn --provider native ./scripts/zombienet/local-testnet.toml & disown
347345
./scripts/wait_for_tcp_port_opening.sh localhost 9922
348346
./scripts/wait_for_tcp_port_opening.sh localhost 9990
349-
./scripts/wait_for_tcp_port_opening.sh localhost 9910
350347
351348
# - name: Beefy integration tests
352349
# run: |

Cargo.lock

Lines changed: 0 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ tesseract-grandpa = { path = "tesseract/consensus/grandpa" }
315315
tesseract-consensus = { path = "tesseract/consensus/relayer" }
316316
tesseract-polygon = { path = "tesseract/consensus/polygon" }
317317

318+
319+
318320
[workspace.dependencies.codec]
319321
package = "parity-scale-codec"
320322
version = "3.7"

modules/pallets/testsuite/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ evm-state-machine = { workspace = true, default-features = true }
5353
subxt-utils = { workspace = true, default-features = true }
5454
ismp-grandpa = { workspace = true, default-features = true }
5555
rs_merkle = { version = "1.5.0"}
56-
log = { workspace = true }
5756

5857
[dependencies.polkadot-sdk]
5958
workspace = true
@@ -89,11 +88,9 @@ features = [
8988
"pallet-collator-selection",
9089
"pallet-session",
9190
"pallet-assets-holder",
92-
"cumulus-primitives-parachain-inherent",
93-
"xcm-emulator"
91+
"cumulus-primitives-parachain-inherent"
9492
]
9593

96-
9794
[dev-dependencies]
9895
hex = "0.4.3"
9996
zstd-safe = { version = "7.1.0" }
@@ -103,7 +100,6 @@ tokio = { workspace = true }
103100
dotenv = "0.15.0"
104101
futures = "0.3.28"
105102
pallet-ismp-rpc = { workspace = true }
106-
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
107103

108104
[features]
109105
runtime-benchmarks = [

modules/pallets/testsuite/src/asset_hub_runtime.rs

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)