Skip to content

[stable2603] Backport #11919#12032

Merged
acatangiu merged 1 commit into
stable2603from
backport-11919-to-stable2603
May 13, 2026
Merged

[stable2603] Backport #11919#12032
acatangiu merged 1 commit into
stable2603from
backport-11919-to-stable2603

Conversation

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

Backport #11919 into stable2603 from claravanstaden.

See the documentation on how to use this bot.

The inbound-queue v2 message converter falls back to the Snowbridge
sovereign account on AssetHub as the asset claimer when no explicit
claimer is supplied. Previously this fallback used `AccountId32 {
network: None, .. }`, which did not match the location AssetHub's
signed-origin converter produces (it sets `network:
Some(LocalNetwork)`). The trap-key hash stored on `AssetsTrapped`
therefore could not be matched by a signed `polkadotXcm.claim_assets`
call, making default-claimer trapped funds effectively unrecoverable
without a runtime upgrade.

This PR sets `network: Some(LocalNetwork::get())` on the fallback
claimer so its `Location` agrees with what `SignedToAccountId32<_, _,
LocalNetwork>` yields on AssetHub, and adds a test covering the
no-claimer-supplied path.

---------

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
(cherry picked from commit 2b5a0e1)
@github-actions github-actions Bot added the A3-backport Pull request is already reviewed well in another branch. label May 8, 2026
@paritytech-review-bot paritytech-review-bot Bot requested a review from a team May 8, 2026 15:06
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

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.

@acatangiu acatangiu merged commit 9d05381 into stable2603 May 13, 2026
271 of 280 checks passed
@acatangiu acatangiu deleted the backport-11919-to-stable2603 branch May 13, 2026 10:02
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