Implement a builder server for ePBS following the ethereum/builder-specs#138 for gloas fork
On highlevel this enables :
- proposers to directly fetch
execution_payload_bid from rbuilder via /eth/v1/builder/execution_payload_bid/{slot}/{parent_hash}/{parent_root}/{proposer_index}
- rbuilder to publish
execution_payload via beacon-api endpoint /eth/v1/beacon/execution_payload_envelope when the proposer includes the bid in the beacon block
References
Implement a builder server for ePBS following the ethereum/builder-specs#138 for gloas fork
On highlevel this enables :
execution_payload_bidfrom rbuilder via/eth/v1/builder/execution_payload_bid/{slot}/{parent_hash}/{parent_root}/{proposer_index}execution_payloadvia beacon-api endpoint/eth/v1/beacon/execution_payload_envelopewhen the proposer includes the bid in the beacon blockReferences