Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update prdoc/pr_6645.prdoc
  • Loading branch information
bkontur authored Nov 26, 2024
commit 32f50149aea647280c7d2898ec641b24c015b2b1
11 changes: 4 additions & 7 deletions prdoc/pr_6645.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ title: 'xcm: fix local/remote exports when inner routers return `NotApplicable`'
doc:
- audience: Runtime Dev
description: |-
This PR addresses two small fixes:

1. Fixed a typo ("as as") found on the way.
2. Resolved a bug in the `local/remote exporters` used for bridging. Previously, they consumed `dest` and `msg` without returning them when inner routers/exporters failed with `NotApplicable`. This PR ensures compliance with the [`SendXcm`](https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/src/v5/traits.rs#L449-L450) and [`ExportXcm`](https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/xcm-executor/src/traits/export.rs#L44-L45) traits.
Resolved a bug in the `local/remote exporters` used for bridging. Previously, they consumed `dest` and `msg` without returning them when inner routers/exporters failed with `NotApplicable`. This PR ensures compliance with the [`SendXcm`](https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/src/v5/traits.rs#L449-L450) and [`ExportXcm`](https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/xcm-executor/src/traits/export.rs#L44-L45) traits.
crates:
- name: staging-xcm-builder
bump: patch
- name: polkadot
bump: patch
bump: none
- name: staging-xcm
bump: patch
bump: none
- name: staging-xcm-executor
bump: patch
bump: none
Loading