-
Notifications
You must be signed in to change notification settings - Fork 328
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
[genesis] raise block gas limit to 50M #4181
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4181 +/- ##
==========================================
+ Coverage 75.38% 76.12% +0.74%
==========================================
Files 303 340 +37
Lines 25923 29168 +3245
==========================================
+ Hits 19541 22205 +2664
- Misses 5360 5857 +497
- Partials 1022 1106 +84 ☔ View full report in Codecov by Sentry. |
blockchain/genesis/genesis.go
Outdated
@@ -161,6 +162,8 @@ type ( | |||
Timestamp int64 | |||
// BlockGasLimit is the total gas limit could be consumed in a block | |||
BlockGasLimit uint64 `yaml:"blockGasLimit"` | |||
// BlockGasLimitBoost is the boosted block gas limit (raised to 50M by default) | |||
BlockGasLimitBoost uint64 `yaml:"blockGasLimitBoost"` |
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.
not sure about the naming and place
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.
updated to better name
Quality Gate failedFailed conditions |
Description
as title.
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: