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(blooms): Suppress error from resolving server addresses for blocks #13385

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. Suppress error from resolving server addresses for blocks

    Instead of returning the error, `FilterChunks` returns the full,
    unfiltered list of chunks.
    
    This makes sure that queries do not fail if no bloom gateway instances
    are available.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b101b28 View commit details
    Browse the repository at this point in the history
  2. fixup! Suppress error from resolving server addresses for blocks

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1ce1644 View commit details
    Browse the repository at this point in the history