forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 3
chore: merge develop #106
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
Merged
agusduha
merged 77 commits into
sc-feat/new-solady-erc20-permit2
from
chore/erc20-new-solady-version
Oct 17, 2024
Merged
chore: merge develop #106
agusduha
merged 77 commits into
sc-feat/new-solady-erc20-permit2
from
chore/erc20-new-solady-version
Oct 17, 2024
Conversation
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
* feat: add superchain erc20 bridge * fix: interfaces and versions
* refactor: use oz upgradeable erc20 as dependency * chore: update interfaces * fix: tests based on changes * refactor: remove op as dependency * feat: add check for supererc20 bridge on modifier * chore: update tests and interfaces * chore: update stack vars name on test * chore: remove empty gitmodules file * chore: update superchain weth errors
* test: add superchain erc20 bridge tests * test: add optimism superchain erc20 beacon tests * test: remove unnecessary test * test: tests fixes * test: tests fixes
* chore: update missing bridge on natspec * fix: natspecs --------- Co-authored-by: agusduha <[email protected]>
--------- Co-authored-by: agusduha <[email protected]>
* refactor: rename mint and burn functions on superchain erc20 * chore: rename optimism superchain erc20 to superchain erc20 * feat: create optimism superchain erc20 contract * chore: update natspec and errors * fix: superchain erc20 tests * refactor: make superchain erc20 abstract * refactor: move storage and erc20 metadata functions to implementation * chore: update interfaces * chore: update superchain erc20 events * fix: tests * fix: natspecs * fix: add semmver lock and snapshots * fix: remove unused imports * fix: natspecs --------- Co-authored-by: 0xDiscotech <[email protected]>
fix: update redesign with dev
* fix: semver natspec check failure * fix: ignore mock contracts in semver natspec script * fix: error message
* feat: add crosschain erc20 interface * fix: refactor interfaces
Co-authored-by: 0xng <[email protected]> Co-authored-by: 0xParticle <[email protected]> Co-authored-by: gotzenx <[email protected]>
* fix: stop inheriting superchain interfaces * fix: move events and erros into the implementation * fix: make superchainERC20 inherits from crosschainERC20
…licts fix: crosschain merge conflicts
* fix: refactor common errors * fix: remove unused version
* op-supervisor: cleanup, refactor to take local-safe info from op-node * interop: draft fromda DB * op-supervisor: fromda DB fixes and tests * fix test warnings * add extra check ; remove LatestDerived, LatestDerivedFrom --------- Co-authored-by: axelKingsley <[email protected]>
…for all game types at once (ethereum-optimism#12440) * op-challenger: Introduce --prestates-url to specify prestates source for all game types at once. * op-challenger: Add required config validation for asterisc kona. Allow specify both prestate and prestates url to allow overriding. Prestate takes priority. * op-challenger: Introduce vm-flag to make default with overrides pattern easier. * op-challenger: Add vm type info to override flags.
…um-optimism#12441) * op-challenger: Introduce --prestates-url to specify prestates source for all game types at once. * op-challenger: Add required config validation for asterisc kona. Allow specify both prestate and prestates url to allow overriding. Prestate takes priority. * op-challenger: Introduce vm-flag to make default with overrides pattern easier. * op-challenger: Add vm type info to override flags. * op-challenger: Support file: URLs to download prestates from. Makes it possible to support multiple prestates without needing a HTTP server.
* ci: Combine all go tests into one job Combines all Go tests into a single job. This allows the runner to decide how to best parallelize the tests, and simplifies our CCI config. * remove module param * remove dep from compat * remove dep * unquote * use archival node * attach workspace
…#12465) * fix: Allow reading the initialized slot of a Proxy * fix: unused imports
…timism#12479) Reduces flakiness by giving the batcher more time to produce batches.
…eum-optimism#12258) Do schedule a next sequencer action even if the building state is empty in `onEngineTemporaryError`. This can happen if the previous successful payload cleared the building state and then when `startBuildingBlock` is entered, it hits a temp error but never modified the cleared building state, so the temp error handler would never schedule the next action. Towards ethereum-optimism#12240 ethereum-optimism#12041
* use constant instead of magic value * address comments * address comments * add RegSyscallErrno
…pt (ethereum-optimism#12469) * feat: Move checkOutput from DeployOPChainOutput to DeployOPChain script * fix: Fix compiler warnings
…#12480) * op-deployer: Separate L1 and L2 contract artifacts Adds support for specifying separate artifact URLs for L1 and L2. There are two new fields in the intent - `L1ContractsLocator` and `L2ContractsLocator` - which together replace the `ContractArtifactsURL` and `ContractsRelease` fields. Specifying a file or HTTPS URL for either field will automatically enable dev mode for the deployment. Specifying a `tag://` URL will use the standard deployment for L1 and L2. The default have been set to the following: - L1: `op-contracts/v1.6.0` - L2: `op-contracts/v1.7.0-beta.1+l2-contracts` Fixes ethereum-optimism/platforms-team#337. * fix test * fix another test
* op-deployer: Package for production This PR: 1. Moves op-deployer into a standalone package at the root of the monorepo. 2. Updates CI given the move above. 3. Adds infrastructure for `goreleaser` so that we can provide pre-build binaries to our users. * fix error in config * add dep * move filter * filters * goimports * remove deployer docker builds * goimports * remove superfluous package renames * use correct monorepo dir * fix bad package renames * cancel child context * use different context in cleanup * log enclave ID
… standard release tag used (ethereum-optimism#12434) * op-deployer: Most implementation addresses not set in state.json when standard release tag used * Update op-chain-ops/deployer/pipeline/opchain.go Co-authored-by: Matt Solomon <[email protected]> * fix: parallel execution of commands. * fix: tests added * fix: vscode revert * use channel approach --------- Co-authored-by: Matt Solomon <[email protected]> Co-authored-by: Matthew Slipper <[email protected]>
We're seeing issues with concurrent usage of CCI that are causing builds to fail.
* feat: op-program supports custom chain config * address comments * address comments * update mainnet.go/sepolia.go * Update op-program/chainconfig/chaincfg.go Co-authored-by: Adrian Sutton <[email protected]> * more error info on config file not found --------- Co-authored-by: Qi Zhou <[email protected]> Co-authored-by: Adrian Sutton <[email protected]>
) * cannon: Use 4-byte alignment for memory.SetUint32 * cannon: For now, bypass EVM check for 64-bit tests * cannon: Rework rmw ops for Cannon64 compatibility TODO: Fix MIPS 64-bit tests * cannon: Add some comments * cannon: Make TestEVM_MT_LL 64-bit compatible * cannon: Make SC tests 64-bit compatible * cannon: Clean up unused test param * cannon: Add 64-bit tests of ll/sc ops, fix sign extension * cannon: Add tests for lld, scd ops * cannon: Rework test utils * cannon: Update state field LLReservationActive to LLReservationStatus Use the status field to track what type of reservation was made. * cannon: Update MIPS2 version, run semver lock * cannon: Rename go var to match solidity * cannon: Tweak test descriptions * Revert "cannon: Use 4-byte alignment for memory.SetUint32" This reverts commit ce9abdd. * cannon: Rework 64-bit compatibility in tests Also, clean-up pc setting * cannon: Add test cases that clear unaligned LLAddress reservation * Fix testcase descriptions Co-authored-by: Inphi <[email protected]> --------- Co-authored-by: Inphi <[email protected]>
…um-optimism#12484) * cannon: use constant instead of magic value for solidity part * update version
* op-deployer: error handling bugs * fix: less requests to node to get latest block.
…imism#12383) * feat(op-batcher): loop fetch sync status Signed-off-by: jsvisa <[email protected]> * feat(op-batcher): wait for l2 genesis time Signed-off-by: jsvisa <[email protected]> * feat(batcher): add remaining time for tick printing Signed-off-by: jsvisa <[email protected]> * apply code reviews Signed-off-by: jsvisa <[email protected]> * use min instead of if test Signed-off-by: jsvisa <[email protected]> * fix(batcher): reset timer Signed-off-by: jsvisa <[email protected]> --------- Signed-off-by: jsvisa <[email protected]> Co-authored-by: protolambda <[email protected]>
* Initialize using Dependency Set Configuration * op-supervisor: init fromda, route fromda metrics, handle cross-unsafe, improve backend resource initialization * op-supervisor: attach RPC, create processors upfront, implement backend test * op-supervisor: fix dependency set configuration and test setup * Update op-supervisor/supervisor/backend/backend.go Co-authored-by: Axel Kingsley <[email protected]> --------- Co-authored-by: protolambda <[email protected]>
…'t be needed. (ethereum-optimism#12502) Use a longer window in the one test it may affect - 16 does get hit unexpectedly in CI.
agusduha
approved these changes
Oct 17, 2024
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.
No description provided.