Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Suspend xcmp/dmp queue #891

Closed
xlc opened this issue Jan 6, 2022 · 0 comments · Fixed by #896
Closed

Suspend xcmp/dmp queue #891

xlc opened this issue Jan 6, 2022 · 0 comments · Fixed by #896

Comments

@xlc
Copy link
Contributor

xlc commented Jan 6, 2022

Sometimes a multi-block migration is required and we need to suspend all the operations for some pallets depends on the migration. We can easily reject all user transactions by updating the base call filter, however we will also need a way to suspend executions delivered via XCM.

We are building a pallet for that but encountered an issue that we have no way do disable execution within on on_idle hook.

AcalaNetwork/Acala#1737 (comment)

It will be good if there is public API to suspend & resume the queue, and extrinsic to send suspend/resume signal to other chains.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant