Files
pezkuwi-subxt/prdoc/pr_4202.prdoc
T
Oliver Tale-Yazdi 0770417880 [XCM] Treat recursion limit error as transient in the MQ (#4202)
Changes:
- Add new error variant `ProcessMessageError::StackLimitReached` and
treat XCM error `ExceedsStackLimit` as such.

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
2024-04-25 09:01:21 +00:00

17 lines
462 B
Plaintext

title: "Treat XCM ExceedsStackLimit errors as transient in the MQ pallet"
doc:
- audience: Runtime User
description: |
Fixes an issue where the MessageQueue can incorrectly assume that a message will permanently fail to process and disallow retrial of it.
crates:
- name: frame-support
bump: major
- name: pallet-message-queue
bump: patch
- name: staging-xcm-builder
bump: patch
- name: staging-xcm-executor
bump: patch