mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +00:00
45784e1196
When SubQuery restarts and the last processed block's state has been pruned by the RPC node, fetchEventsRange would crash the indexer in a loop. Now returns empty events for pruned blocks so the indexer can skip forward gracefully.