Skip to content

Implement contract pause mechanism (global) #42

@big14way

Description

@big14way

Add a global pause/unpause for the entire protocol (not just individual groups).

Acceptance Criteria:

  • Add paused flag to instance storage
  • Check flag in all state-changing functions
  • Only protocol admin can pause/unpause
  • Emit pause events

Files: contracts/sorosave/src/lib.rs, contracts/sorosave/src/storage.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions