Use events API to eager send attestations (#7892)

Co-Authored-By: hopinheimer <knmanas6@gmail.com>

Co-Authored-By: hopinheimer <48147533+hopinheimer@users.noreply.github.com>

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>

Co-Authored-By: Michael Sproul <michael@sigmaprime.io>

Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
This commit is contained in:
hopinheimer
2026-02-03 20:40:16 -05:00
committed by GitHub
parent c25a975929
commit bd1966353a
12 changed files with 810 additions and 47 deletions

View File

@@ -185,6 +185,12 @@ Flags:
If present, do not attempt to discover new validators in the
validators-dir. Validators will need to be manually added to the
validator_definitions.yml file.
--disable-beacon-head-monitor
Disable the beacon head monitor which tries to attest as soon as any
of the configured beacon nodes sends a head event. Leaving the service
enabled is recommended, but disabling it can lead to reduced bandwidth
and more predictable usage of the primary beacon node (rather than the
fastest BN).
--disable-latency-measurement-service
Disables the service that periodically attempts to measure latency to
BNs.