Area: apps/s03-indexer/src/**
Goal: Verify indexing resumes from the last processed ledger.
Tasks:
- Simulate a stored checkpoint.
- Assert the indexer starts from the right ledger.
- Assert missing checkpoint starts from configured genesis.
Acceptance:
- Test is deterministic.
bun run --cwd apps/s03-indexer test passes.
Area:
apps/s03-indexer/src/**Goal: Verify indexing resumes from the last processed ledger.
Tasks:
Acceptance:
bun run --cwd apps/s03-indexer testpasses.