mev-inspect-py
mev-inspect-py copied to clipboard
Geth support for inspect
Added support for geth nodes by introducing a translation layer at RPC call sites. Translates geth traces and geth receipts to parity like traces and parity like receipts. Works for analyzing arbitrages on polygon chain.
Is there any appetite for getting this merged into main? I think it's a really crucial addition in order to make inspect multichain.
EDIT: I just checked this out and the divergence from main goes deep. Maybe the crucial stuff can be pulled out, or someone more familiar with the repo than me can attempt the rebase?