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