-
Notifications
You must be signed in to change notification settings - Fork 446
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
Parse new BatchPostingReport field extraGas #1701
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1701 +/- ##
==========================================
+ Coverage 56.21% 56.22% +0.01%
==========================================
Files 217 217
Lines 32617 32628 +11
==========================================
+ Hits 18335 18345 +10
- Misses 12061 12080 +19
+ Partials 2221 2203 -18 |
This is no longer necessary with the new BatchPostingReport mechanism in OffchainLabs/nitro-contracts#26 |
Reopening because this method is more accurate and what we'll want to move to longer term |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR also pulls in a contracts change to use this new field to improve the accuracy of L1 gas charging on L3 chains: OffchainLabs/nitro-contracts#28