opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
146 stars 150 forks source link

Add Safe Mode pallet to runtime #535

Closed keithtensor closed 3 months ago

keithtensor commented 3 months ago

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