With v1.27 the Indexer rolls out the final phase of retention policies. Filtered JSON-RPC queries on data older than the retention period (30 days) will no longer be served: only point lookups fall back to the archival store. Testnet/staging cut is on July 3; Mainnet rollout July 15.
Transaction-by-address queries (FromAddress / ToAddress / FromOrToAddress) are now backed by the archival store since Genesis, so account history is unaffected. What breaks is filtering by transaction kind, input/changed object, and event type beyond 30 days.
Docs:
Impact overview
With v1.27 the Indexer rolls out the final phase of retention policies. Filtered JSON-RPC queries on data older than the retention period (30 days) will no longer be served: only point lookups fall back to the archival store. Testnet/staging cut is on July 3; Mainnet rollout July 15.
Transaction-by-address queries (FromAddress / ToAddress / FromOrToAddress) are now backed by the archival store since Genesis, so account history is unaffected. What breaks is filtering by transaction kind, input/changed object, and event type beyond 30 days.
Docs:
Impact overview