-
Notifications
You must be signed in to change notification settings - Fork 304
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
tracing: Separate gas parameter #599
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #599 +/- ##
=======================================
Coverage 97.11% 97.11%
=======================================
Files 74 74
Lines 7445 7445
=======================================
Hits 7230 7230
Misses 215 215
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What is the motivation? |
We are going to remove |
See continuation in #600. |
|
|
Decouple "gas left" from ExecutionState and pass it as separate param.
Decouple "gas left" from ExecutionState and pass it as separate param.