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

app/eth2wrap: fallback beacon nodes #3342

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

app/eth2wrap: fallback beacon nodes #3342

wants to merge 1 commit into from

Commits on Oct 15, 2024

  1. app/eth2wrap: fallback beacon nodes

    Implement a way to provide eth2wrap with two classes of beacon nodes addresses: standard and fallback beacon nodes.
    
    When one of the multi BN calls fails, eth2wrap wrappers will try to get an available fallback BN from a list and re-do the call on that.
    
    If no fallback BNs is specified, return the original error.
    
    If the fallback BN call fails, return fallback error instead.
    
    This PR firstly introduces concepts and code, will introduce CLI parameters and initialization code later.
    gsora committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1138ab3 View commit details
    Browse the repository at this point in the history