-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Write comprehensive test cases for multi-admin and threshold (multisig) behavior.
Requirements and Context:
- Must achieve minimum 95% test coverage
- Should test single admin (threshold 1)
- Should test M-of-N threshold (e.g., 2 of 3)
- Should test add/remove admin and threshold update
- Should test sensitive operations require threshold
- Should test event emission and auth failures
Suggested Execution:
-
Fork the repo and create a branch
git checkout -b test/multi-admin-multisig-tests
-
Implement changes
- Write tests:
src/test.rs(multi-admin and multisig tests) - Validate test coverage
- Write tests:
-
Test and commit
- Run tests with coverage; include test output
Example Commit Message:
test: add comprehensive tests for multi-admin and multisig support
Guidelines:
- Minimum 95 percent test coverage
- Clear documentation
- Timeframe: 72 hours
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program