Problem Statement
Once pause is called, no state-changing external call is allowed
(except unpause). No property test codifies this.
Why it matters
A regression that allows tips during pause defeats the purpose.
Acceptance Criteria
- Property:
if is_paused() then for any user op: panic_with(Paused).
Files/Modules Likely Affected
Difficulty Easy. Estimated Effort S.
Labels
area:testing, priority:medium
Imported from docs/open-issues-draft.md as draft issue #36 (commit 7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.
Problem Statement
Once
pauseis called, no state-changing external call is allowed(except
unpause). No property test codifies this.Why it matters
A regression that allows tips during pause defeats the purpose.
Acceptance Criteria
if is_paused() then for any user op: panic_with(Paused).Files/Modules Likely Affected
src/fuzz.rsDifficulty Easy. Estimated Effort S.
Labels
area:testing,priority:mediumImported from
docs/open-issues-draft.mdas draft issue #36 (commit7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.