Overview
Existing tests are example-based. Multisig threshold logic and fractional share accounting are invariant-heavy — exactly where property testing finds the edge cases humans miss.
Tasks
Acceptance Criteria
Dependencies
Best after [SC-32] and [SC-40] establish baseline coverage.
Notes for Contributors
Requires Rust + Soroban. Workspace: contracts/ (soroban-sdk 22, members: assetsup, contrib, multisig-wallet, multisig_transfer, asset-maintenance). Run cargo test --all, cargo fmt --all -- --check, and cargo clippy --all-targets --all-features -- -D warnings before opening a PR — CI enforces all three. Comment below to be assigned.
Overview
Existing tests are example-based. Multisig threshold logic and fractional share accounting are invariant-heavy — exactly where property testing finds the edge cases humans miss.
Tasks
proptestas a dev-dependency for the relevant crates.Acceptance Criteria
Dependencies
Best after [SC-32] and [SC-40] establish baseline coverage.
Notes for Contributors
Requires Rust + Soroban. Workspace:
contracts/(soroban-sdk22, members:assetsup,contrib,multisig-wallet,multisig_transfer,asset-maintenance). Runcargo test --all,cargo fmt --all -- --check, andcargo clippy --all-targets --all-features -- -D warningsbefore opening a PR — CI enforces all three. Comment below to be assigned.