ralexstokes / mev-rs

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

feat(mev-relay): Relay Verification #132

Closed PatStiles closed 1 year ago

PatStiles commented 1 year ago

Adds relay verifications excluding the following:

Happy to chase adding the header event service but wanted to hold off until the full roadmap is put together #129.

Refs: #113 and #93

ralexstokes commented 1 year ago

a lot of this will ultimately be handled by validation against the consensus node (cf. #167 ) and block validation against an execution node will come later in the roadmap of this repo