Skip to content

[stable2506] Backport #9137#9200

Merged
franciscoaguirre merged 3 commits intostable2506from
backport-9137-to-stable2506
Jul 15, 2025
Merged

[stable2506] Backport #9137#9200
franciscoaguirre merged 3 commits intostable2506from
backport-9137-to-stable2506

Conversation

@paritytech-release-backport-bot
Copy link
Copy Markdown

Backport #9137 into stable2506 from franciscoaguirre.

See the documentation on how to use this bot.

Addresses #9054

`transfer_assets` automatically figures out the reserve for a
cross-chain transfer
based on on-chain configurations like `IsReserve` and the asset ids.
The Asset Hub Migration (AHM) will make it unable to return the correct
reserve for
the network native asset (DOT, KSM, WND, PAS) since its reserve will
move from the
Relay Chain to the Asset Hub.

Before the migration, it'll be disabled to do network native reserve
transfers
via `transfer_assets`. After the migration, once everything is
configured properly,
it'll be patched to use the correct reserve.

## TODO

- [x] Patch
- [x] Tests
- [x] PRDoc

(cherry picked from commit efa765b)
@paritytech-release-backport-bot paritytech-release-backport-bot bot requested a review from a team as a code owner July 14, 2025 20:05
@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Jul 14, 2025
@github-actions
Copy link
Copy Markdown
Contributor

This pull request is amending an existing release. Please proceed with extreme caution,
as to not impact downstream teams that rely on the stability of it. Some things to consider:

  • Backports are only for 'patch' or 'minor' changes. No 'major' or other breaking change.
  • Should be a legit fix for some bug, not adding tons of new features.
  • Must either be already audited or not need an audit.
Emergency Bypass

If you really need to bypass this check: add validate: false to each crate
in the Prdoc where a breaking change is introduced. This will release a new major
version of that crate and all its reverse dependencies and basically break the release.

@franciscoaguirre franciscoaguirre enabled auto-merge (squash) July 15, 2025 19:17
@franciscoaguirre franciscoaguirre merged commit 00325dd into stable2506 Jul 15, 2025
241 of 243 checks passed
@franciscoaguirre franciscoaguirre deleted the backport-9137-to-stable2506 branch July 15, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A3-backport Pull request is already reviewed well in another branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant