- 26 Oct, 2023 22 commits
-
-
Mark Tyneway authored
Migrate to the modern import style in the tests where the path relative from the project root is used. This makes the code much more portable and easier to modify without the dot dot syntax. There should be very little old relative style imports left in the codebase if any. There are no functional changes with this commit.
-
Mark Tyneway authored
build(deps): bump viem from 1.16.6 to 1.17.1
-
protolambda authored
devnet: devnet-test and CI improvements
-
felipe authored
feat(op-service): new http latency metric
-
Mark Tyneway authored
build(deps-dev): bump nx from 17.0.1 to 17.0.2
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.18.2 to 2.18.3
-
Felipe Andrade authored
-
Felipe Andrade authored
-
Felipe Andrade authored
-
Felipe Andrade authored
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.0.1 to 17.0.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/17.0.2/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
ops: fix docker-bake indexer and ci-builder target and update codeowners
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.18.2 to 2.18.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.18.2...hardhat@2.18.3) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.6 to 1.17.1. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.6...viem@1.17.1) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
ops: fix image branch format, filter out special characters
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
chore(chain-mon): Add dev scripts for chain mon
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
ops,ci: docker buildx bake, fix publish/release flows
-
Mark Tyneway authored
ci: re-enable ctb codecov
-
- 25 Oct, 2023 18 commits
-
-
inphi authored
-
Mark Tyneway authored
Merge pull request #7836 from ethereum-optimism/10-25-fix_use_20.8.1_instead_of_20.9.0_for_bullseye_slim_image fix: use 20.8.1 instead of 20.9.0 for bullseye slim image
-
Will Cory authored
-
inphi authored
And increase the resource class of the contract-bedrock-tests job
-
Will Cory authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
Will Cory authored
feat(indexer): Throw when unknown key in toml
-
Hamdi Allam authored
feat(indexer): FilterLogs client-side consistency
-
protolambda authored
-
Hamdi Allam authored
-
protolambda authored
-
Mark Tyneway authored
Merge pull request #7771 from ethereum-optimism/dependabot/npm_and_yarn/types/pino-multi-stream-5.1.5 build(deps-dev): bump @types/pino-multi-stream from 5.1.4 to 5.1.5
-
Mark Tyneway authored
Merge pull request #7798 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.9.0 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.9.0
-
Mark Tyneway authored
contracts-bedrock: dispute game setup fix
-
Mark Tyneway authored
Prevent `setUp` from being called twice in the dispute game tests. `setUp` is called from within `init` which in some cases resulted in the top level `setUp` being called twice. Now `init` is no longer responsible for calling `setUp`. Ran into this issue when porting the common test script to use the deploy script to set up the forge unit tests.
-