-
Notifications
You must be signed in to change notification settings - Fork 36
[Mike] 66. Max contract value ceiling #164
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 Max contract value ceiling
Description
Enforce configurable caps on total funded amount per contract.
Requirements and context
Suggested execution
git checkout -b feature/contracts-66-max-contract-value-ceilingcontracts/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 max contract value ceiling with tests and docsGuidelines