Skip to content

[stable2409] Backport #9137#9197

Merged
EgorPopelyaev merged 3 commits intostable2409from
backport-9137-to-stable2409
Jul 17, 2025
Merged

[stable2409] Backport #9137#9197
EgorPopelyaev merged 3 commits intostable2409from
backport-9137-to-stable2409

Conversation

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

Backport #9137 into stable2409 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-stable2409
git worktree add --checkout .worktree/backport-9137-to-stable2409 backport-9137-to-stable2409
cd .worktree/backport-9137-to-stable2409
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.

@EgorPopelyaev
Copy link
Copy Markdown
Contributor

@franciscoaguirre Hey Cisco, could you please check the conflicts here🙏?

@franciscoaguirre
Copy link
Copy Markdown
Contributor

@franciscoaguirre Hey Cisco, could you please check the conflicts here🙏?

Checking

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-stable2409 branch from 59b79d2 to d14d8db Compare July 16, 2025 18:01
@franciscoaguirre franciscoaguirre marked this pull request as ready for review July 16, 2025 19:34
@franciscoaguirre franciscoaguirre requested a review from a team as a code owner July 16, 2025 19:34
@EgorPopelyaev EgorPopelyaev merged commit eac8b4f into stable2409 Jul 17, 2025
51 of 68 checks passed
@EgorPopelyaev EgorPopelyaev deleted the backport-9137-to-stable2409 branch July 17, 2025 12:43
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