Skip to content

[stable2412] Backport #9137#9198

Merged
EgorPopelyaev merged 6 commits intostable2412from
backport-9137-to-stable2412
Jul 25, 2025
Merged

[stable2412] Backport #9137#9198
EgorPopelyaev merged 6 commits intostable2412from
backport-9137-to-stable2412

Conversation

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

Backport #9137 into stable2412 from franciscoaguirre.

See the documentation on how to use this bot.

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

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-9137-to-stable2412
git worktree add --checkout .worktree/backport-9137-to-stable2412 backport-9137-to-stable2412
cd .worktree/backport-9137-to-stable2412
git reset --hard HEAD^
git cherry-pick -x efa765b6d9fbab59dd9bab944f99b40a157d0d64
git push --force-with-lease

@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.

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.

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

(cherry picked from commit efa765b)
@franciscoaguirre franciscoaguirre force-pushed the backport-9137-to-stable2412 branch from ba0b8a8 to 81ba0f7 Compare July 16, 2025 17:35
@franciscoaguirre franciscoaguirre marked this pull request as ready for review July 16, 2025 17:37
@franciscoaguirre franciscoaguirre requested a review from a team as a code owner July 16, 2025 17:37
@franciscoaguirre franciscoaguirre requested a review from a team as a code owner July 16, 2025 19:29
@EgorPopelyaev EgorPopelyaev merged commit 75d3920 into stable2412 Jul 25, 2025
116 of 140 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-9137-to-stable2412 branch July 25, 2025 07:52
RomarQ pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 21, 2025
Backport paritytech#9137 into `stable2412` from franciscoaguirre.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
Co-authored-by: Egor_P <egor@parity.io>
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.

2 participants