-
Notifications
You must be signed in to change notification settings - Fork 45
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
Expose the gas measurements #1027
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1027 +/- ##
==========================================
+ Coverage 85.14% 85.18% +0.04%
==========================================
Files 20 20
Lines 1373 1377 +4
Branches 182 182
==========================================
+ Hits 1169 1173 +4
Misses 158 158
Partials 46 46
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1027 +/- ##
==========================================
+ Coverage 85.14% 85.18% +0.04%
==========================================
Files 20 20
Lines 1373 1377 +4
Branches 182 182
==========================================
+ Hits 1169 1173 +4
Misses 158 158
Partials 46 46
Continue to review full report at Codecov.
|
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 adds an API
gas_measurements(contracts_version)
that exposes the gas measurements as a dictionary.