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

Commits on Oct 24, 2023

  1. Fix ingesting current block

    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 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cae9061 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Jurshsmith committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f57d4f8 View commit details
    Browse the repository at this point in the history