-
Notifications
You must be signed in to change notification settings - Fork 20
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
FIx blocks missing case in start_service in Operators info service #265
Labels
bug
Something isn't working
Comments
I think the solution is to run Run Query & Subscription in Parallel |
@supernovahs it is exactly what I thought about, starting to listen and get the history in the background. |
that would be great thanks |
This was referenced Feb 5, 2025
Closed
supernovahs
added a commit
that referenced
this issue
Feb 12, 2025
Fixes #265 ### What Changed? when starting service operatorsinfo_inmemory, the service starts to listen for new events while fetching operator state history. This avoid waiting to get the history then miss blocks. ### Reviewer Checklist - [ ] New features are tested and documented - [ ] PR updates the changelog with a description of changes - [ ] PR has one of the `changelog-X` labels (if applies) - [ ] Code deprecates any old functionality before removing it --------- Co-authored-by: supernova <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we use start the service with the current block number .
there is a gap between processing old logs and when we start subscribing to new logs.
h/t @najeal
The text was updated successfully, but these errors were encountered: