Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ jobs:
SNAP_AH: "../../ah-polkadot.snap"
RUST_LOG: "warn"

# TODO: remove if not needed. or reuse for Paseo
ahm-test-westend:
if: false
runs-on: ubuntu-22.04
steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -431,6 +433,5 @@ jobs:
# FAIL-CI - zombienet-smoke
- ecosystem-tests
- ahm-test-polkadot
- ahm-test-westend
steps:
- run: echo '### Good job! All the tests passed 🚀' >> $GITHUB_STEP_SUMMARY
3 changes: 0 additions & 3 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ emulated-integration-tests-common = { workspace = true }
penpal-runtime = { workspace = true }
xcm = { workspace = true, default-features = true }

# Runtimes
kusama-emulated-chain = { workspace = true }
polkadot-emulated-chain = { workspace = true }

[features]
runtime-benchmarks = [
"cumulus-primitives-core/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/emulated/chains/relays/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ emulated-integration-tests-common = { workspace = true }

# Runtimes
kusama-runtime-constants = { workspace = true, default-features = true }
kusama-runtime = { workspace = true }
kusama-runtime = { workspace = true, default-features = true }
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ emulated-integration-tests-common = { workspace = true }

# Runtimes
polkadot-runtime-constants = { workspace = true, default-features = true }
polkadot-runtime = { workspace = true }
polkadot-runtime = { workspace = true, default-features = true }
4 changes: 0 additions & 4 deletions relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license.workspace = true

# Asset Hub Migration concerning deps
pallet-rc-migrator = { workspace = true, features = ["ahm-polkadot"] }
pallet-ah-migrator = { workspace = true, features = ["ahm-polkadot"] }
# End: Asset Hub Migration concerning deps

codec = { features = ["derive", "max-encoded-len"], workspace = true }
Expand Down Expand Up @@ -154,7 +153,6 @@ std = [
"frame-system/std",
"frame-try-runtime/std",
"log/std",
"pallet-ah-migrator/std",
"pallet-asset-rate/std",
"pallet-authority-discovery/std",
"pallet-authorship/std",
Expand Down Expand Up @@ -243,7 +241,6 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-ah-migrator/runtime-benchmarks",
"pallet-asset-rate/runtime-benchmarks",
"pallet-babe/runtime-benchmarks",
"pallet-bags-list/runtime-benchmarks",
Expand Down Expand Up @@ -301,7 +298,6 @@ try-runtime = [
"frame-system/try-runtime",
"frame-try-runtime",
"frame-try-runtime/try-runtime",
"pallet-ah-migrator/try-runtime",
"pallet-asset-rate/try-runtime",
"pallet-authority-discovery/try-runtime",
"pallet-authorship/try-runtime",
Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/src/weights/pallet_ah_migrator.rs

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

Loading