-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
op-chain-ops: cleanup default gas limit #6430
Conversation
Use a single default value for when configuring the genesis value of the block gas limit for both L1 and L2 when it is not set in the deploy config. The value defaults to 30 million when it is not explicitly set. This PR is slowly moving changes out of #6123 into their own smaller PRs so that they can be merged in independently of the final functionality.
|
✅ Deploy Preview for opstack-docs canceled.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #6430 +/- ##
===========================================
+ Coverage 40.58% 43.86% +3.27%
===========================================
Files 464 312 -152
Lines 33378 24857 -8521
Branches 1949 0 -1949
===========================================
- Hits 13546 10903 -2643
+ Misses 18356 12947 -5409
+ Partials 1476 1007 -469
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
Use a single default value for when configuring the genesis value of the block gas limit for both L1 and L2 when it is not set in the deploy config. The value defaults to 30 million when it is not explicitly set.
This PR is slowly moving changes out of #6123 into their own smaller PRs so that they can be merged in independently of the final functionality.