mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
5dd6a4ba47
Several PRs started introducing `prdoc` files before the schema was final. This PR fixes those former prdoc to ensure that pass the check and comply with the current prdoc schema. --------- Co-authored-by: command-bot <>
18 lines
847 B
Plaintext
18 lines
847 B
Plaintext
title: Use the `Message Queue` Pallet for DMP and XCMP dispatch queueing
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: Replaces the queueing capabilities of the `DMP and `XCMP-Queue` pallet for incoming messages with the `MessageQueue` pallet. This simplifies the code and improves security.
|
|
|
|
migrations:
|
|
runtime:
|
|
-
|
|
reference: cumulus_pallet_dmp_queue
|
|
description: "Messages from the DMP dispatch queue will be moved over to the MQ pallet via `on_initialize`. This happens over multiple blocks and emits a `Completed` event at the end. The pallet can be un-deployed and deleted afterwards. Note that the migration reverses the order of messages, which should be acceptable as a one-off."
|
|
|
|
crates:
|
|
- name: cumulus_pallet_xcmp_queue
|
|
note: Pallet config must be altered according to the MR description.
|
|
|
|
host_functions: []
|