Skip to content

feat: Implement account sequence manager #351

Description

Description

Prevent sequence number gaps with a thread-safe sequence manager that refreshes from chain when stale.

Requirements

  • Implement AccountManager with mutex
  • Add sequence number tracking
  • Add chain refresh when stale (30s max drift)
  • Add reset function for external transactions

Acceptance Criteria

  • Sequence numbers never gap
  • Thread-safe with mutex
  • Refreshes from chain when stale
  • Handles external transactions

Priority

High

Activity

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

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programarchitectureArchitecture and designenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions