-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate tx-pause
and safe-mode
pallets
#1364
Comments
tx-pause
and safe-mode
pallets
Hi. |
@sylvaincormier Thanks for your interest in contributing to this issue! Could you please fork this repository and open a pull request from your fork main branch, including your suggested changes, to this repo main branch? This will allow me to start the review process 🙂 |
HI I was not aware I had to do this: |
this is a generic checklist, not all items are relevant, I'll mention missing ones in the PR review |
Overview
This task involves the integration of
tx-pause
andsafe-mode
features for the Shibuya runtime (later deployment to Shiden and Astar).These pallets enable fine-grained control over transaction execution and emergency maintenance functionalities, contributing to enhanced runtime stability and security.
Integration Steps
BaseCallFilter
pub type EmergencyAuthority = EitherOfDiverse<MoreThanHalfCouncil, EnsureRootOrAllTechnicalCommittee>;
)Links
https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/safe-mode
https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/tx-pause
The text was updated successfully, but these errors were encountered: