Skip to content

98. [Advanced] Debug multi-signature authorization flows #151

@dotandev

Description

@dotandev

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 authorizing events in the host.
    • Map specific key weights and thresholds in the trace.

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions