- 11 Nov, 2021 40 commits
-
-
smartcontracts authored
fix: run yarn on develop
-
Annie Ke authored
-
Mark Tyneway authored
go/proxyd: Make endpoints match Geth, better logging
-
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] ```
-
Mark Tyneway authored
Update the regenesis surgery tests to use the `GenesisJsonProvider`. Remove hardhat to test with and use `ts-mocha` instead.
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Mark Tyneway authored
Repair the latest known queue index on startup to prevent skipped deposits
-
Mark Tyneway authored
This will ensure the `builder` is built first so that other services that depend on the `builder` do not pull a remote `builder` image.
-
kf authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Matthew Slipper authored
-