ralexstokes / mev-rs

a gateway to a network of block builders
Other
420 stars 77 forks source link

mvp relay #169

Closed chirag-bgh closed 5 months ago

ralexstokes commented 1 year ago

this should be rebased against the latest changes, but I am interested in supporting some kind of extension like this so the relay can actually validate blocks

I think a first step would be defining a trait for validation and installing in the current main branch, along with the ability to segregate builders into "trusted" vs "untrusted"

then we can provide an implementation for BlockValidation that uses the reth RPC ext API