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

core/types: Include overhead in the L1GasUsed for receipts. #95

Merged
merged 1 commit into from
May 26, 2023

Conversation

ajsutton
Copy link
Contributor

Description

Adds the L1 overhead to the l1GasUsed reported for L2 transactions. This restores the invariant that l1Fee = l1GasPrice * l1FeeScalar * l1GasUsed as it did pre-bedrock.

Tests

Added tests to check derivation of L1 gas related fields.

Invariants

l1Fee = l1GasPrice * l1FeeScalar * l1GasUsed

TODOs

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.

2 participants