This is a patch release for Vouch with the following change:
- import latest go-builder-client for sending consensus version headers to proposal unblinder
This is to ensure that vouch sends the consensus version header to unblinder relays when configured as a block relay.
Notes for Clients
Lighthouse
Lighthouse v6.0.x is not compatible with this version of Vouch for networks running the Dencun fork. Release candidates for the upcoming 7.0.x release of Lighthouse have been tested and confirmed as compatible with this version of Vouch for Dencun and Electra.
Prysm
Prysm versions prior to v5.1.0 must be started with the --enable-debug-rpc-endpoints
option for Vouch to operate correctly. --enable-debug-rpc-endpoints
is deprecated in Prysm v5.1.0 and enabled by default.
Lodestar
Lodestar versions prior to v1.20.0 must be started with the --rest.namespace=beacon,config,events,node,validator,lightclient,debug
option for Vouch to operate correctly.