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

[BCFR-899] MaxLogsKept implementation #14574

Merged
merged 15 commits into from
Oct 16, 2024
Merged

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    f1022fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ba4a7 View commit details
    Browse the repository at this point in the history
  3. Fix unreachable code

    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dbfb7f6 View commit details
    Browse the repository at this point in the history
  4. pnpm changeset

    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7159552 View commit details
    Browse the repository at this point in the history
  5. Re-use block-range paging from DeleteBlocksBefore for SelectExcessLogs

    Also: add block_number >= lower
    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7228598 View commit details
    Browse the repository at this point in the history
  6. Use ExecPagedQuery for SelectUnmatchedLogIDs

    Also: add deduping of ids for logs matching multiple filters
    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    81c1367 View commit details
    Browse the repository at this point in the history
  7. Improve logging

    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    49dea9a View commit details
    Browse the repository at this point in the history
  8. Add test for SelectExcessLogIDs

    Also, remove some extraneous lines in orm_test.go
    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dd0a6b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e5a51f View commit details
    Browse the repository at this point in the history
  10. Typo in changeset

    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cf32ecf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cc1226 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bfc752 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    436ef38 View commit details
    Browse the repository at this point in the history
  14. Address remaining PR comments

    - Remove topics from SelectExcessLogs query
    - Early exit from loadFilters
    - upper >= end
    reductionista committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    97cfcb3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76d4550 View commit details
    Browse the repository at this point in the history