-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
MissingBlockerror forhash
In this situation, the indexer's feedback should overwrite/invalidate its claim for the block it previously provided info for.
Metadata
Metadata
Assignees
Labels
No labels