-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Isthmus Contracts #12746
Merged
Merged
feat: Isthmus Contracts #12746
Conversation
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
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1OptimismMintableERC20Factory.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1OptimismMintableERC20Factory.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2OptimismMintableERC20Factory.json
Show resolved
Hide resolved
maurelian
force-pushed
the
feat/isthmus-contracts
branch
from
October 30, 2024 18:30
c5eda67
to
e5896cd
Compare
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1OptimismMintableERC20Factory.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2CrossDomainMessenger.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2StandardBridge.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/snapshots/storageLayout/L2StandardBridgeInterop.json
Show resolved
Hide resolved
maurelian
commented
Oct 30, 2024
packages/contracts-bedrock/src/L2/interfaces/IL1BlockInterop.sol
Outdated
Show resolved
Hide resolved
maurelian
force-pushed
the
feat/isthmus-contracts
branch
from
November 7, 2024 03:44
fb7ab52
to
8c7e192
Compare
tynes
reviewed
Nov 7, 2024
tynes
reviewed
Nov 7, 2024
tynes
approved these changes
Nov 7, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to no response for status checks
Nov 7, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Nov 7, 2024
GrapeBaBa
pushed a commit
to optimism-java/optimism
that referenced
this pull request
Nov 13, 2024
* feat: Isthmus Contracts work squashed remove unused import fix: IOptimismMintableERC721 interface feat: move semver out of abstract OptimismMintableERC20Factory Also add spacer after _initialized/ing fix: Initializer check in DeployOPChain fix: CrossDomainOwnable3 test feat: update semver-lock feat: Add systemConfigAdmin to deploy-config fix: IL1BlockInterop iface fix: update devnetL1-template fix: casing on systemConfigFeeAdmin feat: update ConfigType names feat: rename setHolocene to setL1BlockValuesIsthmus feat: refine setL1BLockValuesIsthmus to read fee vault config directly from getters. fix: read remoteChainId from ERC721 Factory, not Bridge feat: Update test_setL1BlockValuesIsthmus_isDepositor_succeeds to compare with cfg feat: use setIsthmus() * debug: Add fee admin to intent * fix: fee vault immutable checks no longer necessary * fix: TestConfigDataMarshalUnmarshal * fix: immutable check for L2ProxyAdmin owner * fix: SystemConfigFeeAdmin naming in opchain.go * feat: op-deployer - get SystemConfigFeeAdmin from intent.Roles * remove dead comments * feat: resolve feeAdmin setting todo coment * feat: move unsafeBLockSigner into SystemConfig.Roles struct * feat: move batcherHash into SystemConfig.Roles struct * fix: Add missing feeAdmin setter in DeployOpChain test * fix: SystemConfig.init in specs * feat: resolve todo * feat: resolve some todos * feat: Natspec in StaticConfig * feat: resolve some todos * fix: test_getConfigRoundtripGasPayingToken_succeeds with normalizeSmallString * pre-pr * test: Implement roll and reset prevBought gas in SystemConfig Test's cleanStorageAndInit() * feat: Add natspec on SystemConfig.Roles * feat: Fix all incomplete @notice natspec comments * feat: systemConfigFeeAdmin name in opcm * rebuild snapshots * Add ArtifactsFromURL utility * add configurability to createEnv * clean up env.go * fix apply test * fix: TestInteropDeployment * fix: TestApplyExistingOPCM * fix: unchecked return on checkImmutable * fix: goimports env.go * fix: Add devkey for SystemConfigFeeAdmin * fix: TestInteropDeployment * fix: TestInteropDevRecipe * feat: use base CDM interface in L1Block * feat: configure L1 Block config values in L2Genesis * feat: document Isthmus upgrade transactions on `setIsthmus()` * semver fixes * feat: L2 Genesis with cheated config in L1Block * ok: how'd those warnings get in there in the first place? * chore: update semver-lock * works * allocs build, cfg calls commented out cuz they fail * fix: read DeployConfig before it gets deleted * fix: test_allocs_size * fix: restore l1 deps * fix: test_getConfigRoundtripGasPayingToken_succeeds disallow eth address * fix: update test_proveWithdrawalTransaction_benchmark Unclear why this cost changed? * feat: Add Isthmus to Config.sol * feat: hoist L1Block population above allocs writes * chore: delete debug logs * WIP: update SystemConfig bindings and go usage * fix: go linting * feat: deposit setGasPayingToken as first call in SystemConfig.init * semver lock * TODO in L2Genesis * chore: semver * fix: Remove outdated comments * feat: extract logic into _setNetworkConfig() * test: Add total gas usage test * remove dead comment * ci: reduce heavy fuzz runs temporarily --------- Co-authored-by: Matthew Slipper <me@matthewslipper.com>
GrapeBaBa
pushed a commit
to optimism-java/optimism
that referenced
this pull request
Nov 13, 2024
…um-optimism#12870) * Revert "feat: Isthmus Contracts (ethereum-optimism#12746)" This reverts commit dad1087. * temporarily reduce heavy fuzz runs
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.
Description
Moves network specific values into L1Block.sol.
Fixes: #12297, #12349, #12298, #12299, #12300, #12301, #12303, #12304, #12305, #12655
Replaces #12057 with a squashed commit for a clean history.