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
We want to support builder spec v0.2.1. The builder API will be implemented by both EL and CL clients that wish to participate in a builder network. Large number of validators will rely on this interface to extract MEV so it's important CLs integrate this spec. Without it, it could affect network share negatively as validators will seek to CL clients with better economics
Requirements
New builder service
http client to call builder api
Add builder healthz monitoring
Other services should aware when a builder is down
Poll builder_status
Implement builder APIs
builder_status
builder_registerValidatorV1
beacon node support
validator client support
builder_getHeaderV1
builder_getPayloadV1
Utililize parallsell calls to engine_getPayload and builder_getHeaderV1 for fallback
Disallow builder usage until first finalized epoch post TTD
Background
We want to support builder spec v0.2.1. The builder API will be implemented by both EL and CL clients that wish to participate in a builder network. Large number of validators will rely on this interface to extract MEV so it's important CLs integrate this spec. Without it, it could affect network share negatively as validators will seek to CL clients with better economics
Requirements
builder_status
builder_status
builder_registerValidatorV1
builder_getHeaderV1
builder_getPayloadV1
engine_getPayload
andbuilder_getHeaderV1
for fallbackSignedBuilderBid
Beacon Node
register_validator
endpoint ethereum/beacon-APIs#209Validator Client
register_validator
endpoint ethereum/beacon-APIs#209The text was updated successfully, but these errors were encountered: