contracts-bedrock: delete dead SystemConfig code#5279
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
d1e1a20 to
c07968f
Compare
refcell
left a comment
There was a problem hiding this comment.
Gas savings, we love to see it
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.