-
Notifications
You must be signed in to change notification settings - Fork 36
[Mike] 69. Storage key collision audit #167
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 Storage key collision audit
Description
Audit and document all storage keys; add tests preventing collisions.
Requirements and context
Suggested execution
git checkout -b feature/contracts-69-storage-key-collision-auditcontracts/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 storage key collision audit with tests and docsGuidelines