ralexstokes / mev-rs

a gateway to a network of block builders
Other
413 stars 76 forks source link

feat(mev-rs): Relay Test Utils #205

Open refcell opened 10 months ago

refcell commented 10 months ago

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.