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

eth/filters: add global block logs cache #25459

Merged
merged 13 commits into from Aug 19, 2022
Merged

Commits on Aug 4, 2022

  1. Copy the full SHA
    f44bffe View commit details
    Browse the repository at this point in the history
  2. eth/filters: add global logs cache

    This adds a cache for block logs which is shared by all filters. In
    order to share the cache reference, filters now need to be created
    through a 'filter system' object.
    fjl authored and s1na committed Aug 4, 2022
    Copy the full SHA
    c1229c8 View commit details
    Browse the repository at this point in the history
  3. cmd/geth: add flag for log cache size

    fjl authored and s1na committed Aug 4, 2022
    Copy the full SHA
    7e10c29 View commit details
    Browse the repository at this point in the history
  4. eth/ethconfig: add setting for log cache size

    fjl authored and s1na committed Aug 4, 2022
    Copy the full SHA
    3eab20d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    601bd8a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a05dbf1 View commit details
    Browse the repository at this point in the history
  7. eth/filters: remove db reference in Filter

    fjl authored and s1na committed Aug 4, 2022
    Copy the full SHA
    a0edae2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dfb6bd7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e7d49e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Copy the full SHA
    6684589 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    79c524c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. forgot to commit other file

    s1na committed Aug 8, 2022
    Copy the full SHA
    515f9f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb4dc73 View commit details
    Browse the repository at this point in the history