-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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.