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 <action@github.com>
parent
e79fd2bb
Showing
- bridges/snowbridge/pallets/inbound-queue/src/test.rs 2 additions, 2 deletionsbridges/snowbridge/pallets/inbound-queue/src/test.rs
- bridges/snowbridge/primitives/router/src/inbound/mod.rs 1 addition, 1 deletionbridges/snowbridge/primitives/router/src/inbound/mod.rs
- prdoc/pr_6792.prdoc 11 additions, 0 deletionsprdoc/pr_6792.prdoc
Please register or sign in to comment