-
Notifications
You must be signed in to change notification settings - Fork 369
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
Added parameter to set the block gas limit #1245
Conversation
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.
Looks good!
Codecov Report
@@ Coverage Diff @@
## master #1245 +/- ##
=========================================
- Coverage 74.24% 74.15% -0.1%
=========================================
Files 287 287
Lines 7703 7652 -51
Branches 666 960 +294
=========================================
- Hits 5719 5674 -45
+ Misses 1871 1865 -6
Partials 113 113
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.
🔥
Description
Added the parameter to the
BlockchainParameters
contractTested
Just added unit test for now.
Other changes
Related issues
Backwards compatibility
Brief explanation of why these changes are/are not backwards compatible.