flashbots / mev-boost-relay

MEV-Boost Relay for Ethereum proposer/builder separation (PBS)
https://boost-relay.flashbots.net
GNU Affero General Public License v3.0
421 stars 119 forks source link

Add optimistic header v2 endpoint #618

Open avalonche opened 6 months ago

avalonche commented 6 months ago

📝 Summary

Adds a header endpoint to only parse and save the header in order to construct the getHeader endpoint. A separate endpoint will be implemented as part of the optimistic v2 block submission endpoint.

Major changes:

TODO:

⛱ Motivation and Context

Implements the optimistic v2 proposal.

📚 References


✅ I have run these commands