-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Description
Description
Enhance the simulator to specifically debug failures in complex multi-signature and threshold-based authorization.
Requirements and Context
- Background: Auth failures are common and hard to trace in Soroban.
- Success Criteria (Done):
- Detailed report on which signature or threshold check failed.
Suggested Execution
- Fork/Branch:
feature/advanced-auth-debug - Implementation:
- Track
authorizingevents in the host. - Map specific key weights and thresholds in the trace.
- Track
Test and Commit
- Testing:
- Fail a multi-sig check and verify the CLI identifies exactly which key was missing.
- PR Inclusions:
- Advanced auth tracing logic.
Example Commit Message
feat(advanced): enhance multi-sig and threshold auth debugging
Guidelines
- Must-haves: Support for custom account contract auth.
Reactions are currently unavailable