ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 653 forks source link

fix: bug in tracer for failed deposits #264

Closed smartcontracts closed 3 months ago

smartcontracts commented 3 months ago

Description Fixes a bug in the CallTracer and FlatCallTracer that causes an error to be thrown when attempting to trace a deposit transaction that fails as a result of insufficient funds. PR modifies the tracers so that they will return an empty result when they hit this bug.