chore: merge v30 non interop audit fixes#2017
Merged
Conversation
This reverts commit 1392466.
…s into vg/merge-v30-non-interop-audit-fixes
kelemeno
reviewed
Feb 13, 2026
l1-contracts/contracts/core/ctm-deployment/CTMDeploymentTracker.sol
Outdated
Show resolved
Hide resolved
l1-contracts/contracts/l2-upgrades/L2GenesisForceDeploymentsHelper.sol
Outdated
Show resolved
Hide resolved
| // If the address does not have any bytecode, we expect that it is a proxy. | ||
| if (_newAddress.code.length == 0) { | ||
| forceDeployOnAddressZKsyncOS(bytecodeInfoSystemProxy, _newAddress); | ||
| // We can call unsafe directly, since the code length is checked to be 0 already. |
Collaborator
There was a problem hiding this comment.
but forceDeployOnAddressZKsyncOS contain other checks like for teh address being >0xff, we can just remove it from here
...cts/state-transition/chain-deps/gateway-ctm-deployer/GatewayCTMDeployerVerifiersZKsyncOS.sol
Outdated
Show resolved
Hide resolved
l1-contracts/contracts/state-transition/libraries/BatchDecoder.sol
Outdated
Show resolved
Hide resolved
StanislavBreadless
approved these changes
Feb 17, 2026
StanislavBreadless
approved these changes
Feb 17, 2026
…s into vg/merge-v30-non-interop-audit-fixes
…om/matter-labs/era-contracts into vg/merge-v30-non-interop-audit-fixes
Contributor
|
Coverage after merging vg/merge-v30-non-interop-audit-fixes into draft-v31 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What ❔
Why ❔
Checklist