mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
0770417880
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>
17 lines
462 B
Plaintext
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
|