Nothing currently proves that what Trident indexed matches what the chain actually emitted. Without that check, silent under-indexing is invisible — the API returns a confident, incomplete answer.
Scope
- A reconciliation job comparing indexed event counts per ledger range against RPC.
- Report discrepancies with the specific ledger ranges involved.
- Run it over a meaningful testnet window, not just a handful of ledgers.
- Decide whether it runs continuously or on demand, and document the choice.
Done when
- A reconciliation run over a real window reports zero unexplained discrepancies.
Nothing currently proves that what Trident indexed matches what the chain actually emitted. Without that check, silent under-indexing is invisible — the API returns a confident, incomplete answer.
Scope
Done when