- 30 May, 2023 30 commits
-
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
sdk: update to add mainnet network in hh config
-
mergify[bot] authored
-
OptimismBot authored
sdk: fix deposit-eth task
-
mergify[bot] authored
-
OptimismBot authored
op-chain-ops: withdrawal testing script
-
mergify[bot] authored
-
OptimismBot authored
op-node: minimal chain config
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: standardize naming for artifacts
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: deploy the L1ERC721Bridge
-
Mark Tyneway authored
Standardizes the naming scheme for the hh deploy artifacts. The goerli artifacts had their names migrated to the new style where proxy is used as a suffix. This is a forwards compatible change because the tooling will look between both the `contracts` package and the `contracts-bedrock` package for the artifacts, meaning that a lookup for the old name and the new name will work. This will prevent there from being 2 artifacts with the same name which may break some of the golang hh tooling.
-
mergify[bot] authored
-
Mark Tyneway authored
Update the mainnet config for what is already known for the hardcoded mainnet config.
-
OptimismBot authored
contracts-bedrock: fix mainnet deploy-config export
-
Mark Tyneway authored
This was not deployed with the other contracts because its artifact was not previously deleted so it was deployed individually.
-
Mark Tyneway authored
Ports a change from `feat/mainnet` so that the hardhat config can run against a mainnet network. Ensures that it can find the deploy artifacts on disk for running the e2e hh tasks.
-
Mark Tyneway authored
Fixes the export so it works as expected with hardhat deploy config. Co-authored-by:
Andreas Bigger <abigger87@gmail.com>
-
OptimismBot authored
contracts-bedrock: fix L2OO deployment assertion
-
Mark Tyneway authored
Migrated withdrawal testing script updates ported from `feat/mainnet` branch. Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
mergify[bot] authored
-
Mark Tyneway authored
-
OptimismBot authored
contracts-bedrock: make check-l2 script faster
-
Mark Tyneway authored
The address was not being referenced resulting in a bug. We should delete this task eventually and have coverage of this with op-e2e although this does cover the hardhat deployments which op-e2e does not cover. Perhaps this should live in hive then longer term. Ported from the `feat/mainnet` branch.
-
Mark Tyneway authored
Makes the script run much faster in parts that are covered by the go post check during the migration. Co-authored-by:
clabby <ben@clab.by>
-
- 29 May, 2023 10 commits
-
-
OptimismBot authored
contracts-bedrock: mainnet-deployment
-
mergify[bot] authored
-
OptimismBot authored
refactor(proxyd): order params chronologically: latest, safe, finalized + small fixes
-
mergify[bot] authored
-
Mark Tyneway authored
Deploy the contracts to be used for the mainnet deployment
-
Mark Tyneway authored
contracts-bedrock: mainnet-deployment
-
OptimismBot authored
feat(op-challenger): Challenger types and enum string refactor
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-