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

Save simulated block value to database #630

Closed avalonche closed 4 months ago

avalonche commented 5 months ago

📝 Summary

Adds "block value" reflecting the simulated block value (as opposed to the block's bid value) to the block validation api. This is then saved to the relay db, but it is not exposed in the data api.

⛱ Motivation and Context

Improve transparency and data collection by saving a bid's true block value after simulation. This allows more visibility into builder subsidies in blocks.

📚 References


✅ I have run these commands