Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracer: Account for the L1 Fee in the prestate tracer #279

Closed
wants to merge 1 commit into from

Conversation

trianglesphere
Copy link
Contributor

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

include the L1 data fee with Capture Start
1 participant