This is a maintenance release for Vouch 1.7.x. Changes include:
- only beacon nodes that are used for attestation data are listened to for head events
- fix crash if beacon node returns nil block during cache update
- add score to blinded block proposal trace
- increase speed of validator registration generation, reduce memory usage
- add strategies to obtain the beacon block root
The full changelog can be found at https://github.com/attestantio/vouch/blob/master/CHANGELOG.md
Additional configuration parameters
This release provides the following additional configuration parameters:
strategies.beaconblockroot.*
strategies to obtain the current beacon block root from multiple beacon nodes. See the configuration documentation for example valuestracing.*
sending of OTLP traces to a suitable endpoint (e.g. jaeger) for examination. See the configuration documentation for example values