mev-rs
mev-rs copied to clipboard
a gateway to a network of block builders
`mev-boost-rs` currently lacks access to the validator set so when it gets a public key in a `BidRequest`, it cannot match it to the corresponding block during `open_bid`. the `RelayMux`...
we added binaries to the release CI flow but it looks like it may have some compatibility issues with some (older?) systems bug report: ``` @ralexstokes I get this when...
In case case mev-rs receives no bid from any builder it will respond with 204 status code to a [getHeader](https://ethereum.github.io/builder-specs/#/Builder/getHeader), this is as expected but it also sets content-type and...
Blocked on: needs update from `ethereum-consensus` for polymorphic types reth support for Prague building: https://github.com/paradigmxyz/reth/issues/7363 ~multiple forks when making builder submission~ ~consider how we handle blobs and the `BlobsBundle` type...
https://github.com/ralexstokes/mev-rs/blob/f17cb87e2dbfbb011eef1177575f92b5f2cee554/Dockerfile#L19 The intent of this feature flag is to allow a user to partition which component they want, e.g. `--features boost`, but without the `--no-default-features` flag, the full suite is...
Had build issues w/ dep in nix environment, but could be helpful for builder perf
Adding support for the `minimal` feature and the [current setting to build all features in CI](https://github.com/ralexstokes/mev-rs/blob/711d04dc2eeffaaa7150029c08e98dae9ef17101/.github/workflows/ci.yml#L34) extends the CI times as the software is built essentially twice. To reduce CI...
define relay enpoint partial cmp, and derive full ord and dedup the relay endpoint