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
422 stars 119 forks source link

feat: Enhance relay with whitelist filtering capability for validator and builder selection #657

Open ckartik opened 1 month ago

ckartik commented 1 month ago

đź“ť Summary

This PR integrates mev-commit functionality into the relay, enabling support for mev-commit registered validators and builders. image

â›± Motivation and Context

This enhancement provides a more structured approach to block submission, focusing on whitelist-based validation to support preconfirmation protocols like mev-commit. It constrains block submissions to vetted builders during a validator’s purposing slot if opted into whitelist filtering.

Key changes include:

đź“š References


âś… I have run these commands