Problem Statement
Existing fuzz tests stop at "balance goes back to zero". The actual
final unregister step is not covered by fuzz.
Why it matters
unregister walks CreatorTokens and counts balances — a corner-case
harness closure.
Acceptance Criteria
Files/Modules Likely Affected
Difficulty Easy. Estimated Effort S.
Labels
area:testing, area:fuzzing, priority:medium
Imported from docs/open-issues-draft.md as draft issue #31 (commit 7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.
Problem Statement
Existing fuzz tests stop at "balance goes back to zero". The actual
final unregister step is not covered by fuzz.
Why it matters
unregisterwalksCreatorTokensand counts balances — a corner-caseharness closure.
Acceptance Criteria
test_full_lifecycleproperty test: random tip amounts andpatterns, full withdraw, then
unregisterand asserts cleanup.Files/Modules Likely Affected
src/fuzz.rsDifficulty Easy. Estimated Effort S.
Labels
area:testing,area:fuzzing,priority:mediumImported from
docs/open-issues-draft.mdas draft issue #31 (commit7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.