mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Fix migrations and add CI check for new system chains (#2336)
Westend Collectives migration CI check can be fixed once we have https://github.com/paritytech/try-runtime-cli/pull/58, will open another PR once it is available. - [x] Remove deprecated `DmpQueue` pallet from Rococo Contracts, the migration is complete - [x] Fix Asset Hub Rococo storage versions - [x] Add migration check CI for Asset Hub Rococo and Westend Bridge Hub
This commit is contained in:
@@ -151,6 +151,31 @@ check-runtime-migration-asset-hub-westend:
|
||||
PACKAGE: "asset-hub-westend-runtime"
|
||||
WASM: "asset_hub_westend_runtime.compact.compressed.wasm"
|
||||
URI: "wss://westend-asset-hub-rpc.polkadot.io:443"
|
||||
|
||||
check-runtime-migration-asset-hub-rococo:
|
||||
stage: check
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "asset-hub-rococo"
|
||||
PACKAGE: "asset-hub-rococo-runtime"
|
||||
WASM: "asset_hub_rococo_runtime.compact.compressed.wasm"
|
||||
URI: "wss://rococo-asset-hub-rpc.polkadot.io:443"
|
||||
|
||||
# Check runtime migrations for Parity managed bridge hub chains
|
||||
check-runtime-migration-bridge-hub-westend:
|
||||
stage: check
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "bridge-hub-westend"
|
||||
PACKAGE: "bridge-hub-westend-runtime"
|
||||
WASM: "bridge_hub_westend_runtime.compact.compressed.wasm"
|
||||
URI: "wss://westend-bridge-hub-rpc.polkadot.io:443"
|
||||
|
||||
check-runtime-migration-bridge-hub-rococo:
|
||||
stage: check
|
||||
|
||||
Reference in New Issue
Block a user