specs: add L2ProxyAdmin to upgrade spec#877
Closed
maurelian wants to merge 1 commit intol2cm-upgrades-spec/1-conditional-deployerfrom
Closed
specs: add L2ProxyAdmin to upgrade spec#877maurelian wants to merge 1 commit intol2cm-upgrades-spec/1-conditional-deployerfrom
maurelian wants to merge 1 commit intol2cm-upgrades-spec/1-conditional-deployerfrom
Conversation
This was referenced Jan 27, 2026
0xOneTony
reviewed
Jan 28, 2026
| worse, the ProxyAdmin's own storage could be corrupted. This could result in loss of admin control over predeploys or | ||
| enable exploitation of corrupted state. | ||
|
|
||
| #### i03-003: Backwards Compatibility Maintained |
Contributor
There was a problem hiding this comment.
Does this also mean we will keep support of the ResolvedDelegate and Chugsplash proxies?
Contributor
Author
There was a problem hiding this comment.
we need to keep the full interface available, but we don't necessary need to keep the logic that enables upgrading ResolvedDelegate and Chugsplash proxies.
| - Proxy implementations are thoroughly tested and audited | ||
| - Fork-based testing validates upgrade operations against actual deployed proxies | ||
|
|
||
| ### Invariants |
Contributor
There was a problem hiding this comment.
I think an other invariant could be that upgradePredeploys must be atomic and we cant have partial upgrades if for whatever reason this fails mid upgrade
Contributor
Author
There was a problem hiding this comment.
We have that for the L2ContractsManager, which I think is sufficient
604774e to
d5f42eb
Compare
8d9b299 to
6a16c68
Compare
e5709ba to
90a65b3
Compare
b3e2228 to
73e34ea
Compare
90a65b3 to
e155ba0
Compare
73e34ea to
2b508d0
Compare
e155ba0 to
da00e93
Compare
Adds L2ProxyAdmin component for batch upgrade orchestration: - Defines upgradePredeploys() function for DELEGATECALL-based batch upgrades - Exclusive Depositor Account authorization - Backwards compatibility with existing ProxyAdmin interface Includes 4 invariants, 3 assumptions, and interface definition. Part 2 of 6-part specification.
2b508d0 to
a4ee0a4
Compare
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.
Adds L2ProxyAdmin component for batch upgrade orchestration:
Includes 4 invariants, 3 assumptions, and interface definition.
Part 2 of 6-part specification.
Stack: