You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if user uses a different CL client that does not support V3 yet, do we introduce a flag to allow user to override the behaviour?
@michaelsproul suggested that we could use it by default once Deneb is enabled (all clients would have it ready by then), or have a flag to enable it prior to Deneb, so like:
if deneb_already_happened || config.use_v3{
beacon_node.get_v3(..)}else{
beacon_node.get_v2(..)}
Description
The
validator/blocks
v3 implementation is currently being worked on in #4629. Once that's ready we should switch the VC to use the v3 endpoint.A few other clients are also in the process of implementing the endpoint, so we'd need to come up with a sensible upgrade strategy.
Beacon API spec:
The text was updated successfully, but these errors were encountered: