- 19 Oct, 2023 32 commits
-
-
Felipe Andrade authored
-
Mark Tyneway authored
build(deps-dev): bump tsx from 3.12.7 to 3.14.0
-
dependabot[bot] authored
Bumps [tsx](https://github.com/esbuild-kit/tsx) from 3.12.7 to 3.14.0. - [Release notes](https://github.com/esbuild-kit/tsx/releases) - [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/esbuild-kit/tsx/compare/v3.12.7...v3.14.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
op-geth: update to include v1.13.2 and v1.13.3 geth changes
-
Adrian Sutton authored
-
Adrian Sutton authored
deps: bump superchain registry dep
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Mark Tyneway authored
contracts-bedrock: fix invariant test
-
Adrian Sutton authored
Temporarily ignore failures in contracts code coverage generation until the generation process is fixed.
-
Mark Tyneway authored
-
Mark Tyneway authored
New version of forge is more strict in how it does invariant testing, need to specify the ABI using a special `targetInterfaces` function. https://github.com/foundry-rs/foundry/pull/5605 h/t msolomon
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
This does pass thru to circleci as expected
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Bumps to latest using the following command: ``` go get github.com/ethereum-optimism/superchain-registry/superchain@latest ```
-
Mark Tyneway authored
ci-builder: another fix
-
Mark Tyneway authored
Fixes a typo in the copying of files
-
Mark Tyneway authored
ci-builder: don't use nvm
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
- Use nodesource to install nodejs. This is recommended, using nvm keeps the versions in lockstep but it causes a headache. - Bump the version of slither to the latest release. Unblocks needing to do another release to utilize its new features.
-
Mark Tyneway authored
ops: fix entrypoint overriding behavior in circleci for nvm to work
-
protolambda authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Mark Tyneway authored
ci: use bash login-style shell to activate nvm and source bashrc
-
protolambda authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
- 18 Oct, 2023 8 commits
-
-
Mark Tyneway authored
ci: bump build timeout
-
Mark Tyneway authored
Docker build times out in CI due to long forge compilation times. https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/29778/workflows/2eb9b0fa-9e94-402f-8dbe-775bb6680722/jobs/1406653 Makes the timeout 45m which should be plenty, it seemed to take at least 20 minutes to build locally
-
Mark Tyneway authored
ci-builder: add just, update foundry version, optimize image
-
protolambda authored
-
Mark Tyneway authored
devnet: bump go-ethereum to v1.13.4
-
Mark Tyneway authored
github: Add @ajsutton (Adrian) to rollup codeowners
-
protolambda authored
-
Sebastian Stammler authored
-