mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
title: "[XCMP] Use the number of 'ready' pages in XCMP suspend logic"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Semantics of the suspension logic in the XCMP queue pallet change from using the number of
|
|
total pages to the number of 'ready' pages. The number of ready pages is now also exposed by
|
|
the `MessageQueue` pallet to downstream via the queue `footprint`.
|
|
|
|
crates:
|
|
- name: cumulus-pallet-xcmp-queue
|
|
bump: patch
|
|
- name: pallet-message-queue
|
|
bump: patch
|
|
- name: frame-support
|
|
bump: major
|