Skip to content

chore: AH housekeeping#1565

Merged
ipapandinas merged 5 commits intomasterfrom
chore/ah-migration-cleanup
Dec 16, 2025
Merged

chore: AH housekeeping#1565
ipapandinas merged 5 commits intomasterfrom
chore/ah-migration-cleanup

Conversation

@ipapandinas
Copy link
Contributor

@ipapandinas ipapandinas commented Dec 3, 2025

Pull Request Summary

Closes #1559

This PR also adjusts XCM simulator tests to use ParaC (Asset Hub) as reserver for relay tokens.

@ipapandinas ipapandinas added shiden related to shiden runtime astar Related to Astar shibuya related to shibuya runtime This PR/Issue is related to the topic “runtime”. labels Dec 3, 2025
@ipapandinas ipapandinas marked this pull request as ready for review December 4, 2025 09:51
Dinonard
Dinonard previously approved these changes Dec 5, 2025
Copy link
Contributor

@Dinonard Dinonard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PierreOssun please take a look as well.

Copy link
Contributor

@PierreOssun PierreOssun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just left a suggestion

// register relay asset in ParaB
ParaB::execute_with(|| {
// Register relay asset in ParaC (Asset Hub)
ParaC::execute_with(|| {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As ParaC is only used as AssetHub mock (id = 1000) maybe rename it to ParaAssetHub (like we had Relay ? So no need for all descriptive comments

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I've renamed it and cleanup some comments

@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
pallets/collator-selection/src 82% 0%
pallets/dynamic-evm-base-fee/src 85% 0%
pallets/astar-xcm-benchmarks/src 86% 0%
pallets/unified-accounts/src 79% 0%
pallets/dapp-staking/src/benchmarking 95% 0%
primitives/src/xcm 66% 0%
precompiles/dapp-staking/src 89% 0%
precompiles/dispatch-lockdrop/src 83% 0%
pallets/dapp-staking/src 80% 0%
pallets/static-price-provider/src 91% 0%
pallets/vesting-mbm/src 87% 0%
pallets/collective-proxy/src 94% 0%
pallets/price-aggregator/src 75% 0%
pallets/astar-xcm-benchmarks/src/generic 100% 0%
precompiles/substrate-ecdsa/src 67% 0%
pallets/dapp-staking/src/test 0% 0%
primitives/src 55% 0%
chain-extensions/unified-accounts/src 0% 0%
pallets/xc-asset-config/src 55% 0%
pallets/inflation/src 58% 0%
precompiles/sr25519/src 56% 0%
precompiles/unified-accounts/src 100% 0%
precompiles/assets-erc20/src 77% 0%
chain-extensions/pallet-assets/src 54% 0%
pallets/astar-xcm-benchmarks/src/fungible 100% 0%
pallets/dapp-staking/rpc/runtime-api/src 0% 0%
chain-extensions/types/assets/src 0% 0%
pallets/democracy-mbm/src 30% 0%
pallets/ethereum-checked/src 76% 0%
chain-extensions/types/unified-accounts/src 0% 0%
precompiles/dapp-staking/src/test 0% 0%
precompiles/xcm/src 69% 0%
Summary 72% (3878 / 5380) 0% (0 / 0)

Minimum allowed line rate is 50%

@ipapandinas ipapandinas merged commit 3a22a6b into master Dec 16, 2025
8 checks passed
@ipapandinas ipapandinas deleted the chore/ah-migration-cleanup branch December 16, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

astar Related to Astar runtime This PR/Issue is related to the topic “runtime”. shibuya related to shibuya shiden related to shiden runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AssetHub Migration Housekeeping

3 participants