mev-rs icon indicating copy to clipboard operation
mev-rs copied to clipboard

a gateway to a network of block builders

Results 39 mev-rs issues
Sort by recently updated
recently updated
newest added

this call should have a reasonable timeout to avoid blocking on slow relays: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L259 follow the timeout pattern here: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L161-L164

good first issue

https://github.com/ralexstokes/mev-rs/blob/9d88a2386b58c2948fa850f0dd4b3dfe18bd4962/mev-rs/src/blinded_block_relayer/mod.rs#L18-L21 `submit_bid` should support some way for the caller to signal they want to enable cancellations going by the [current API](https://flashbots.github.io/relay-specs/#/Builder/submitBlock), it looks like can get away with just adding...

enhancement
good first issue
build

add some tests on top of #112 to avoid things like #121

Following the successful integration of `reth` in the builder (see #112), I'd like to scope out what it would look like to build a relay using `reth`. The relay would...

want a component that can be configured to do something kind of like this: https://github.com/MariusVanDerWijden/tx-fuzz although it can start even simpler: every slot, just inject a valid transaction that transfers...

build

TODO: define what metrics are worth exposing

boost

how is logging UX? are there any things in `flashbots/mev-boost` that we should also log here?

boost