-
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
contracts-bedrock: delete dead SystemConfig code #5279
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
d1e1a20
to
c07968f
Compare
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.
Gas savings, we love to see it
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, pending CI checks
Includes all of the audit fixes. The upgrades via the `ProxyAdmin` must all happen in a single atomic transaction to ensure there are no errors due to inter-contract API changes. This does not include the changes in #5279. The `SystemConfig` contract will need to be deployed again.
Linting fix is here #5281 |
The old constant for the min gas limit was left behind in the PR that made the min gas limit calculation safe. This commit deletes the constant and updates the tests to use the new method.
Include systemconfig bindings with new version
c07968f
to
5303a14
Compare
Rebuilt the bindings, this should fix the bindings build task |
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. |
1 similar comment
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Includes all of the audit fixes. The upgrades via the `ProxyAdmin` must all happen in a single atomic transaction to ensure there are no errors due to inter-contract API changes. This does not include the changes in #5279. The `SystemConfig` contract will need to be deployed again.
Description
The old constant for the min gas limit was left behind in the PR that made the min gas limit calculation safe. This commit deletes the constant and updates the tests to use the new method.