Skip to content

Configure BeaconNodeFallback via CLI #248

@dknopik

Description

@dknopik

The BeaconNodeFallback struct from LH provides a way to connect to multiple Beacon Nodes. It has two parameters that can be configured beyond the BN URLs:

  • broadcast_topics: Which requests should be broadcasted to all BNs instead of sending sequentially, stopping with the first successful request.
  • sync_tolerances: Which nodes do we consider synced, based on distance between current slot and current head?

We currently use the default values only. Power users might want to set these values via CLI, as is possible with Lighthouses CLI. Implement this, reusing CLI parameter names from lighthouse.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions