Skip to content

test: Add fuzz testing for contribution amounts and member counts #404

Description

Description

All contract functions must handle random/malformed inputs without panicking. Add fuzz testing for critical operations.

Requirements

  • Add fuzz tests for contribution amounts (i128 range)
  • Add fuzz tests for member counts (0..1000)
  • Add fuzz tests for round numbers
  • Ensure all fuzz tests return proper errors, never panic

Acceptance Criteria

  • Fuzz tests run with random inputs
  • No panics on any input
  • All invalid inputs return proper errors
  • Fuzz tests run in CI

Priority

Medium

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions