Please mark the next release as "required for validators", otherwise it may risk users missing slots when using mev-boost #11717
Labels
Builder
PR or issue that supports builder related work
Release Issue
Issue that may or may not be a bug but found during release period
Validator Client
The next Prysm release contains important changes, including a fix for incorrect builder API types encoding:
Until the next release, the way Prysm encodes the builder types is not conforming to the standard, and results in errors when decoding with types that enforce correctness.
In preparation for Capella and EIP4844 upgrades, mev-boost and the mev-boost-relay is being upgraded to use the Attestant types, which enforce a standard-compliant encoding:
If these updates were to be rolled out to mev-boost and the relays, non-conforming payloads fail the decoding step and lead to users missing slots when using the builder API.
We propose that Prysm marks the next release as "required for validators". Doing so would allow us to toll out the changes to mev-boost and the relays after a reasonable wait period without putting Prysm users at risk of missing slots.
The text was updated successfully, but these errors were encountered: