A series of utilities for interacting with an external builder network.
implementation diversity, performance
The software can be split into three parts:
mev-relay-rs
A relay performs two high-level functions: supports the mevboost
auction for proposers and mevboost
auction for buildersmev-boost-rs
A boost implementation that serves the builder-specs
APIsmev-build-rs
: A builder that submits block to relays.This half of the design corresponds to implementing the builder-specs APIs
This half of the design corresponds to implementing the relay-specs APIs.
mev-boost-rs
& mev-build-rs
This include mostly testing of these components and keeping the builder up to date with reth
.
mev-rs
reth-based-relay issue description
An opensource implementation of ethernodes.org (methodlogy of ethernodes is not known).