ethereum-optimism / cannon

On chain interactive fault prover for Ethereum
MIT License
584 stars 135 forks source link

Update minigeth: fix bad handling of missing preimages in MIPS preimage #97

Closed norswap closed 2 years ago

norswap commented 2 years ago

cf. https://github.com/ethereum-optimism/minigeth/pull/1

Fixes https://github.com/ethereum-optimism/cannon/issues/89

Before merging, the minigeth l2minigeth branch must be rewritten to include changes into the "standard format" that we use to facilitate rebases (one commit per (directory, [deletions,modification]) pair).