Skip to content

Add blockchain transaction monitoring and alerting for failed/ stalled transactions #402

@Smartdevs17

Description

@Smartdevs17

Description

Blockchain transactions can fail or get stuck without notification. Implement monitoring that tracks transaction status and alerts on anomalies.

Acceptance Criteria

  • Transaction status tracking from submission to finality
  • Stuck transaction detection (no status change within timeout)
  • Failed transaction analysis with error categorization
  • Automated retry for transient failures
  • Alerting via email/Push/webhook on critical failures
  • Transaction health dashboard

Technical Scope

  • backend/src/services/stellar.ts
  • backend/src/services/failure-analysis.ts
  • backend/src/routes/
  • Edge: chain reorganization handling, mempool eviction detection

Metadata

Metadata

Assignees

No one assigned

    Labels

    200-points200 point issuedrips-waveIssues in the Drips Wave programhighHigh complexity issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions