mev-rs
mev-rs copied to clipboard
feat(mev-rs): Relay Test Utils
Description
Introduces a test utilities module in mev-rs
that sits behind a test-utils
feature flag. This exposes a helper method to create a mock relay.
Future work will need to provide an abstraction for the internal blinded block provider and relayer such that mock clients can be used in place of the currently used concrete internal components.