-
Notifications
You must be signed in to change notification settings - Fork 760
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fallback_max_weight to snowbridge Transact (#6792)
We removed the `require_weight_at_most` field and later changed it to `fallback_max_weight`. This was to have a fallback when sending a message to v4 chains, which happens in the small time window when chains are upgrading. We originally put no fallback for a message in snowbridge's inbound queue but we should have one. This PR adds it. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Add fallback_max_weight to snowbridge Transact | ||
doc: | ||
- audience: Runtime Dev | ||
description: |- | ||
We removed the `require_weight_at_most` field and later changed it to `fallback_max_weight`. | ||
This was to have a fallback when sending a message to v4 chains, which happens in the small time window when chains are upgrading. | ||
We originally put no fallback for a message in snowbridge's inbound queue but we should have one. | ||
This PR adds it. | ||
crates: | ||
- name: snowbridge-router-primitives | ||
bump: patch |