Description
This issue aims to address the implementation of Build an Idempotent, Reorg-Safe Soroban Event Ingestion Pipeline.
The core objective is to: Ingest escrow and dispute contract events exactly-once with ledger-cursor checkpointing, so chain reorgs and RPC retries never double-apply or drop events.
By completing this feature, we will ensure that the TrustFlow protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend
Difficulty
🔴 Hard
Tasks
Acceptance Criteria
Estimated Time
3-5 days
Description
This issue aims to address the implementation of Build an Idempotent, Reorg-Safe Soroban Event Ingestion Pipeline.
The core objective is to: Ingest escrow and dispute contract events exactly-once with ledger-cursor checkpointing, so chain reorgs and RPC retries never double-apply or drop events.
By completing this feature, we will ensure that the TrustFlow protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend
Difficulty
🔴 Hard
Tasks
backend/npm run lintAcceptance Criteria
Estimated Time
3-5 days