Skip to content

feat: Implement idempotent DB writes for event processing #357

Description

Description

All DB writes from event processing must be idempotent to prevent duplicates.

Requirements

  • Use INSERT ON CONFLICT for all writes
  • Add transaction hash deduplication
  • Add event IDempotency keys
  • Test idempotency with replay scenarios

Acceptance Criteria

  • All writes idempotent
  • Duplicates rejected gracefully
  • Transaction hash deduplication working
  • Tests verify idempotency

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 programsecuritySecurity vulnerability

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions