PatStiles
PatStiles
> @PatStiles can you address the linter failures? Done!
@ralexstokes this could be a little left field but expanding this to support property testing and [state machine](https://proptest-rs.github.io/proptest/proptest/state-machine.html) testing for the relay/builder could be a interesting.
Interested in working on this as expressed in #113 3 for my EPF. For now I’ll finish up the validation checks I laid out in this pr and open a...
> I have some notes on a design here: > > https://hackmd.io/@ralexstokes/mev-relay-rs-design-doc It’s not visible on my end due to permissions.
@ralexstokes Was debating starting the Proposer Auction as @chirag-bgh has started implementing the Builder Auction per your comments in the design doc. Was wondering if I should hold off?
Interested!
I am interested in taking this on, but for the record I am noob city USA
Hi! Willing to take on adding verification of the storage root. Let me know!
I'm down to try this out @ralexstokes unless it falls under/blocked by your current open pr #263
Currently some of the e2e tests are failing due to failed [Hyrax Proof verification](https://github.com/a16z/jolt/blob/main/jolt-core/src/poly/commitment/hyrax.rs#L291). Initially investigating this it seems the msm results of icicle and jolt_core::msm::VariableBase::msm differ. After comparing the...