You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: