-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(indexer-selection): shift required block range by 1 minute (#442)
Users typically abused the old behavior by setting block constraints at the most recent block from some RPC provider and now the gateway cannot usually ensure that indexers have the required minimum block since indexer statuses are polled every ~30 seconds and the block was often produced within 10 seconds of the query hitting the gateway. Even though the use-case is fragile, we still want to support it before graphprotocol/indexer#791 is implemented.
- Loading branch information
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters