-
Notifications
You must be signed in to change notification settings - Fork 402
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
Fix gas calculation #1567
Fix gas calculation #1567
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1567 +/- ##
==========================================
+ Coverage 58.00% 58.03% +0.02%
==========================================
Files 64 64
Lines 8640 8640
==========================================
+ Hits 5012 5014 +2
+ Misses 3215 3214 -1
+ Partials 413 412 -1
|
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 is most likely consensus breaking (or you can at least create cases in which it is), so I'd not put that in a patch release.
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.
Thanks for taking this task! LGTM 💯
(cherry picked from commit bfaf589)
(cherry picked from commit bfaf589) Co-authored-by: Christoph Otter <[email protected]>
closes #1536