Skip to content

Retry Logic for Transaction Submission #57

Description

@Pidoko257

Description:
Stellar transaction submissions can fail with transient errors (sequence number mismatch, fee bump needed, network congestion). The transaction submission service should implement intelligent retry logic: refresh sequence number on tx_bad_seq, bump fee on tx_insufficient_fee, and use exponential backoff for network timeouts.

Acceptance Criteria:

  • tx_bad_seq error triggers sequence number refresh and rebuild before retry
  • tx_insufficient_fee error bumps the fee by 20% and retries up to 3 times
  • Network timeouts retry with exponential backoff up to 5 attempts
  • Other errors are not retried and are returned immediately with the Stellar error code

Skills Required:

  • Node.js / TypeScript
  • Stellar SDK (transaction submission)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions