chore: sync opcm2 support op deployer with develop#775
Merged
0xOneTony merged 2 commits intosc-feat/opcm2-revert-opcmfrom Dec 18, 2025
Merged
chore: sync opcm2 support op deployer with develop#7750xOneTony merged 2 commits intosc-feat/opcm2-revert-opcmfrom
0xOneTony merged 2 commits intosc-feat/opcm2-revert-opcmfrom
Conversation
* test: use a custom Test contract for makeAddr This PR introduces a light wrapper around the forge Test contract specifically for the purpose of making sure people are using a version of makeAddr that will always be reproducible. Without this makeAddr uses a private key which means that fork tests can be unreliable if people mess with these addresses on mainnet. * fix: compilation failures * fix: linting issues, version issues
…nc/opcm2-support-op-deployer
Member
Author
|
There was a conflict on /DeployOPChain.t.sol |
0xniha
approved these changes
Dec 18, 2025
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.
Note
Enforces custom Test import across the test suite, bumps
OptimismPortalInteropto 5.2.0+interop with updated hashes, and updates CI feature matrix and pinned fork block numbers.sol-style-ban-forge-std-test-importto banforge-std/Test.solin tests; requiretest/setup/Test.soland specificforge-std/*imports.test/setup/Test.soloverridingmakeAddrand refactor many tests to use it and granular forge-std modules./.semgrep/tests/sol-rules.sol-style-ban-forge-std-test-import.t.sol.src/L1/OptimismPortalInterop.solsemver to5.2.0+interopand updateversion(); refresh semver lock hashes.contracts-bedrocktest feature matrix (reorder/addCUSTOM_GAS_TOKEN, remove deprecated combo).packages/contracts-bedrock/justfilepinned block numbers forsepoliaandmainnet.Written by Cursor Bugbot for commit 331738c. This will update automatically on new commits. Configure here.