- 12 Nov, 2021 9 commits
-
-
Annie Ke authored
-
Mark Tyneway authored
Adds a skeleton for the initial predeploy tests
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
feat: add mainnet deploy artifacts
-
Mark Tyneway authored
Fixed proxyd release github workflow
-
Ben Wilson authored
-
kf authored
-
- 11 Nov, 2021 31 commits
-
-
Maurelian authored
Merge pull request #1727 from ethereum-optimism/maurelian/eng-1630-post-deployment-verification-script
-
Maurelian authored
-
Maurelian authored
feat: Add task-utils, with interactive user prompt feat: Add colors to printed strings fix: Detect network name refactor: Extract comparison and logs into printComparison() feat: validate source code of all updated addresses fix: await isHardhatNode fix: Remove todo comments refactor: Extract to getContractArtifacts feat: Add validation of libAddressManager fix: allow passing URL as an arg fix: batches contract name improve logging Validation: lots of logging improvements feat: Add validate ChugSplashDictator fix: truncateLongString should return at least 32 bytes refactor: Rename task-utils to validation-utils fixup! feat: Add validate ChugSplashDictator fix: truncateLongString should return at least 32 bytes refactor: Rename task-utils to validation-utils
-
smartcontracts authored
fix: run yarn on develop
-
Annie Ke authored
-
Mark Tyneway authored
go/proxyd: Make endpoints match Geth, better logging
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
release: v0.5.0 regenesis changesets
-
Mark Tyneway authored
Bump minor versions
-
smartcontracts authored
regenesis: 0.5.0
-
Kelvin Fichter authored
-
Maurelian authored
-
ben-chain authored
-
ben-chain authored
-
Kelvin Fichter authored
-
Matthew Slipper authored
-
Mark Tyneway authored
Enable the RPC test for `rollup_gasPrices` that was previously disabled due to how the gas pricing scheme was changed in `v0.5.0`.
-
Matthew Slipper authored
-
Mark Tyneway authored
THE `TARGET_GAS_LIMIT` should be set to 15 million. This will match what is deployed on kovan and what will be deployed on mainnet.
-
Matthew Slipper authored
-
Mark Tyneway authored
-
Maurelian authored
-
Maurelian authored
This commit adds an addressNames object, which should be used both for names in the address manager, and naming deployment artifacts. fix(contracts): Remove unused queue container test code feat(contracts): Split up managed and unmanaged names refactor(contracts): Move address names into a single nested object refactor(contracts): Make address keys similar to values chore: add changeset docs(contracts): Add a docstring to deployAndPostDeploy refactor(contracts): Remove unnecessary contract name If the Address Manager's name is the same as the contract artifact we don't need specify the contract name argument.
-
Maurelian authored
-
Maurelian authored
refactor(contracts): Rename deployAndPostDeploy to deployAndVerifyAndThen
-
Matthew Slipper authored
-
kf authored
-
Mark Tyneway authored
The dockerfile was failing on the step due to `python` no longer existing in the alpinelinux archives. This commit updates the version of `python` to `python3` so that the deployer image can build properly. Also update the integration-tests image to use python3 and the deployer entrypoint script to use python3 ``` > [ethereumoptimism/deployer:latest stage-1 2/13] RUN apk add --no-cache git curl python bash jq: 124 2.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 124 2.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 124 2.803 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 124 2.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 124 6.396 ERROR: unable to select packages: 124 6.416 ERROR: unable to select packages: 124 6.431 python (no such package): 124 6.431 required by: world[python] 124 6.451 python (no such package): 124 6.451 required by: world[python] ```
-