polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
135 stars 85 forks source link

Upgrade Kusama and Polkadot runtimes to use MessageQueue Pallet #162

Closed claravanstaden closed 7 months ago

claravanstaden commented 8 months ago

On Rococo, the DMP Queue pallet was removed and the MessageQueue pallet was configured so that XCMP is used. The same needs to be done for Kusama and Polkadot. This is a prerequisite for the Snowbridge PR: https://github.com/polkadot-fellows/runtimes/pull/130

cc @ggwpez @vgeddes @musnit @alistair-singh @ryong @acatangiu

bkontur commented 8 months ago

yes, I've made a comment for you here few days ago. Here is a bump to polkadot-sdk@1.5.0 where MQ has been introduced for BridgeHubs here. And here is another bump (not stable now) to polkadot-sdk@1.6.0 with MQ re-entrancy.

so I would suggest to rebase https://github.com/polkadot-fellows/runtimes/pull/130 above one of those bumps to get closer.

bkontur commented 7 months ago

@claravanstaden Can we close this now?

ggwpez commented 7 months ago

Yes the MQ pallet is on Polkadot and Kusama now.