Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
contracts/stream_contract/README.md documents the contract's public API but has no section explaining how to run the fuzz/property tests referenced in test.rs (test_fuzz_withdrawn_never_exceeds_deposited, test_fuzz_pause_resume_maintains_active_state), which makes it harder for contributors to extend fuzz coverage.
Acceptance criteria
Files to touch
contracts/stream_contract/README.md
Out of scope
Does not add new fuzz tests, documentation only.
Why this matters
contracts/stream_contract/README.md documents the contract's public API but has no section explaining how to run the fuzz/property tests referenced in test.rs (test_fuzz_withdrawn_never_exceeds_deposited, test_fuzz_pause_resume_maintains_active_state), which makes it harder for contributors to extend fuzz coverage.
Acceptance criteria
Files to touch
contracts/stream_contract/README.mdOut of scope
Does not add new fuzz tests, documentation only.