-
Notifications
You must be signed in to change notification settings - Fork 36
[Mike] 72. Fuzz seed corpus for escrow #170
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Implement Fuzz seed corpus for escrow
Description
Curated fuzz inputs and regression seeds for critical entrypoints.
Requirements and context
Suggested execution
git checkout -b feature/contracts-72-fuzz-seed-corpus-for-escrowcontracts/escrow/src/lib.rsand related modules as neededcontracts/escrow/src/test.rsplus new focused test modulesREADME.mdanddocs/escrow/as appropriate for this changeTest and commit
cargo test)Example commit message
feat: implement fuzz seed corpus for escrow with tests and docsGuidelines