Skip to content

fix(sdk): Add comprehensive retry logic with exponential backoff for network failures #191

Description

@Kevin737866

Description

Intelligent retry for transient errors.

Acceptance Criteria

  • RetryConfig: maxRetries, baseDelayMs, maxDelayMs, backoffMultiplier
  • Retryable: network timeout, 429, horizon 504, mempool full
  • Non-retryable: invalid signature, insufficient funds, contract error
  • Retry state events for UI feedback
  • Tests: retry on timeout, no retry on auth, max exhausted, backoff timing

Files to Modify

  • sdk/src/errors.ts
  • sdk/src/index.ts
  • sdk/src/constants.ts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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