Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current historical block height written to real-time block height in Indexer Status #338

Closed
morgsmccauley opened this issue Oct 31, 2023 · 0 comments · Fixed by #353
Closed
Assignees
Labels
bug Something isn't working

Comments

@morgsmccauley
Copy link
Collaborator

In V2, we don't make a distinction between historical real-time executions, therefore causing the historical block height to be written to the real-time column. This can be observed via the "Indexer State" UI:

As the Indexer starts:
image
A few moments later once the historical process starts, note that the "Current Block Height" is less than the above:
image

We need to update the Runner so that it sets the 'historical' flag when executing historical blocks.

@morgsmccauley morgsmccauley added the bug Something isn't working label Oct 31, 2023
@morgsmccauley morgsmccauley self-assigned this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant