Skip to content
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

fix: merge develop #104

Conversation

agusduha
Copy link
Member

No description provided.

0x00101010 and others added 15 commits October 16, 2024 16:04
…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 <matt@mattsolomon.dev>

* fix: parallel execution of commands.

* fix: tests added

* fix: vscode revert

* use channel approach

---------

Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
Co-authored-by: Matthew Slipper <me@matthewslipper.com>
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 <adrian@symphonious.net>

* more error info on config file not found

---------

Co-authored-by: Qi Zhou <qizhou@ethstorage.io>
Co-authored-by: Adrian Sutton <adrian@symphonious.net>
)

* 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 <mlaw2501@gmail.com>

---------

Co-authored-by: Inphi <mlaw2501@gmail.com>
…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 <delweng@gmail.com>

* feat(op-batcher): wait for l2 genesis time

Signed-off-by: jsvisa <delweng@gmail.com>

* feat(batcher): add remaining time for tick printing

Signed-off-by: jsvisa <delweng@gmail.com>

* apply code reviews

Signed-off-by: jsvisa <delweng@gmail.com>

* use min instead of if test

Signed-off-by: jsvisa <delweng@gmail.com>

* fix(batcher): reset timer

Signed-off-by: jsvisa <delweng@gmail.com>

---------

Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: protolambda <proto@protolambda.com>
* 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 <axel.kingsley@gmail.com>

---------

Co-authored-by: protolambda <proto@protolambda.com>
@agusduha agusduha self-assigned this Oct 17, 2024
@agusduha agusduha merged commit 60168f9 into sc-fix/remove-immutables-from-superchain-erc20-beacon Oct 17, 2024
1 check passed
@agusduha agusduha deleted the fix/merge-develop-to-superchain-beacon branch October 17, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.