This is a patch release for Vouch with the following change:
- import latest go-builder-client for copying execution requests on unblinding
This covers an issue where proposal submissions were failing on unblinding MEV blocks that contained Pectra deposits, withdrawals and consolidations.
Notes for Clients
Teku
Teku v25.5.0 is not compatible with this and prior versions of Vouch due to a change in the format of the response from the get spec endpoint. This format change will be supported in future versions of Vouch.
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.