cumulus-pallet-dmp-queue 0.25.0

Migrates messages from the old DMP queue pallet.
Documentation

This pallet used to implement a message queue for downward messages from the relay-chain.

It is now deprecated and has been refactored to simply drain any remaining messages into something implementing HandleMessage. It proceeds in the state of [MigrationState] one by one by their listing in the source code. The pallet can be removed from the runtime once Completed was emitted.