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
The gateway's view of a chain is constructed from claims about block { number timestamp hash } claims in the responses of indexers. For simplicity, imagine only 1 indexer serving subgraphs for some chain and imagine the following scenario:
indexer responds to some query, including a claim for block info number & hash
a following query is sent to the same indexer, using block constraints set to hash
the indexer responds with a MissingBlock error for hash
In this situation, the indexer's feedback should overwrite/invalidate its claim for the block it previously provided info for.
The text was updated successfully, but these errors were encountered:
The gateway's view of a chain is constructed from claims about
block { number timestamp hash }
claims in the responses of indexers. For simplicity, imagine only 1 indexer serving subgraphs for some chain and imagine the following scenario:number
&hash
hash
MissingBlock
error forhash
In this situation, the indexer's feedback should overwrite/invalidate its claim for the block it previously provided info for.
The text was updated successfully, but these errors were encountered: