TL;DR
Replace the v1 SQLite-backed ingestion and query path with the RPC v2 full-history stores: remove the SQLite ingestion/query code and serve from v2 through the JSON-RPC handlers and service.
Scope
- Remove the SQLite-backed ingestion and query code.
- Serve
getLedger(s) / getTransaction(s) / getEvents from the v2 stores via the handlers.
- Wire v2 ingestion into the service.
(Backfill PRD #678 deferred SQLite removal until v2 is production-ready — this is that cutover.)
TL;DR
Replace the v1 SQLite-backed ingestion and query path with the RPC v2 full-history stores: remove the SQLite ingestion/query code and serve from v2 through the JSON-RPC handlers and service.
Scope
getLedger(s)/getTransaction(s)/getEventsfrom the v2 stores via the handlers.(Backfill PRD #678 deferred SQLite removal until v2 is production-ready — this is that cutover.)