op-geth icon indicating copy to clipboard operation
op-geth copied to clipboard

tracer: Account for the L1 Fee in the prestate tracer

Open trianglesphere opened this issue 1 year ago • 0 comments
trafficstars

Description

This undoes the L1 fee for the prestate tracer. To implement this change I had to modify the tracer API because I need access to the Message object to get the L1 cost. This object is only available at CaptureTxStart, but the VM & L1 Cost is not available until CaptureStart thus the modification of the Tracer API & extra fields in the Prestate Trace.

Tests

TODO

Metadata

  • Fixes https://github.com/ethereum-optimism/op-geth/issues/226

trianglesphere avatar Apr 01 '24 23:04 trianglesphere