-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport #5563 into `stable2409` from acatangiu. 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: Adrian Catangiu <adrian@parity.io>
- Loading branch information
1 parent
b61075b
commit 4ff4066
Showing
5 changed files
with
61 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
title: "snowbridge: improve destination fee handling to avoid trapping fees dust" | ||
|
||
doc: | ||
- audience: Runtime User | ||
description: | | ||
On Ethereum -> Polkadot Asset Hub messages, whether they are a token transfer | ||
or a `Transact` for registering a new token, any unspent fees are deposited to | ||
Snowbridge's sovereign account on Asset Hub, rather than trapped in AH's asset trap. | ||
|
||
crates: | ||
- name: snowbridge-router-primitives | ||
bump: patch | ||
- name: snowbridge-pallet-inbound-queue | ||
bump: patch |