flashbots / rbuilder

rbuilder is a blazingly fast, state of the art Ethereum MEV-Boost block builder written in Rust
Apache License 2.0
271 stars 55 forks source link

feat: Remove Flashbots specific block_processor #77

Closed ferranbt closed 1 month ago

ferranbt commented 3 months ago

Remove the post block production block_processor hook since It is a specific logic for the FB infra.

metachris commented 2 months ago

Arguably we could keep it in the codebase and simply provide a dummy API to receive the data. I imagine this would be pretty useful to others too.