- 30 May, 2023 22 commits
-
-
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
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 17 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
-
Mark Tyneway authored
-
Mark Tyneway authored
These values must be updated day of
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: mainnet proxy admin owner config
-
Mark Tyneway authored
Fixes the bug in the `L2OutputOracle` config such that it only enforces that the submission interval is not 0. This previously also existed in the constructor of the smart contract and was fixed there in the following commit: https://github.com/ethereum-optimism/optimism/commit/51623242abd2c4b226dd2c3eb4cb95e99355f94a
-
mergify[bot] authored
-
- 27 May, 2023 1 commit
-
-
Felipe Andrade authored
-