Skip to content
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

Add Safe Mode pallet to runtime #535

Closed
1 of 4 tasks
keithtensor opened this issue Jun 14, 2024 · 0 comments · Fixed by #553
Closed
1 of 4 tasks

Add Safe Mode pallet to runtime #535

keithtensor opened this issue Jun 14, 2024 · 0 comments · Fixed by #553
Assignees

Comments

@keithtensor
Copy link
Contributor

keithtensor commented Jun 14, 2024

We would like to add the Safe Mode pallet to our subtensor runtime. This pallet allows a highly privileged user such as root to put the entire chain into "safe mode" for a set period of time, whereby only a select few extrinsics can be executed, while all others will be rejected. While in safe mode, the privileged user can also choose to extend the duration of the safe mode period.

Acceptance Criteria

  • Figure out and configure who should have the authority to put the chain into and out of safe mode (root)
  • Figure out and configure how long safe mode can last
  • Figure out and configure how long an extension can last
  • Add the configured pallet to the runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant