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

Fix ingesting current block #38

Merged
merged 2 commits into from
Oct 24, 2023
Merged

Fix ingesting current block #38

merged 2 commits into from
Oct 24, 2023

Conversation

Jurshsmith
Copy link
Member

@Jurshsmith Jurshsmith commented Oct 24, 2023

Currently, the current block gets ignored if an event of interest gets emitted in real-time. This is because the ingestion engine strictly requires the filter's block range to be 1 or more. This change fixes this issue by ensuring that the ingestion engine can query the current block more than once depending on if the current block has already been ingested or not.

Currently, the current block gets ignored if an event of interest
gets emitted in real time. This is because the ingestion engine
strictly requires the a filter's block range to be 1 or more.
This change ensures that the ingestion engine can query the current
block more than once depending on if the current block has already
been ingested or not.
@Jurshsmith Jurshsmith merged commit 245971d into main Oct 24, 2023
3 checks passed
@Jurshsmith Jurshsmith deleted the fix-ingesting-current-block branch October 24, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant