-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPCM upgrade: Add MTCannon to OPCM (#13979)
* mtcannon upgrade notes * mtcannon upgrade strawman impl * rename mips to mips64 * feat: rename _currentGame to _disputeGame * feat: Move has input into the OpChain struct, and take one per game * bump semvers * feat: rename OpChains to OpChainConfigs and mips to mips64 * feat: Add PrestateNotSet error and tests * test fixes * fix snapshots and interfaces * fix empty prestate tests * semver * update arg name to _opChainConfig * Deploy Mips64 in test * Address feedback in OPCM.t.sol * refactor: only take one absolute prestate per chain * feat: Move superchainProxy admin from opcm upgrade() to constructor() * Make use of named variable in deploy.s.sol * feat: Add state var checks to ChainAssertsion.checkOPCM * wip: adding SuperchainProxyAdmin to op-deployer * fix: Correct check of scc and pv impls in chainAssertions.opcm * lint and fix unused import --------- Co-authored-by: Matt Solomon <[email protected]>
- Loading branch information
Showing
21 changed files
with
342 additions
and
175 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.