Open
Description
Previously, subgraphs continued scanning even when all the data sources had passed the end block.
This update finds the maximum end block across the data sources and stops the subgraph from scanning once the max_end_block is reached.
The agent won't be able to close allocations for those subgraphs because they aren't at chainhead.
related: graphprotocol/graph-node#5583
Activity
dwerner commentedon Feb 4, 2025
Reproducing this with local-network:
dwerner commentedon Feb 4, 2025
https://github.com/graphprotocol/indexer/blob/main/packages/indexer-common/src/indexer-management/monitor.ts#L951
fix: closes issue #1071 - fetch a poi from the latestBlock if it's be…
dwerner commentedon Feb 5, 2025
In my fix here #1085
I am now able to resolve the PoI from the block automatically.