- 26 Oct, 2023 7 commits
-
-
Mark Tyneway authored
Import the scripts files using relative absolute imports from the project root. This makes the file much more portable and follows the conventions that the rest of the repo uses.
-
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
-
Mark Tyneway authored
ops,ci: docker buildx bake, fix publish/release flows
-
Mark Tyneway authored
ci: re-enable ctb codecov
-
- 25 Oct, 2023 33 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
-
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.
-
Hamdi Allam authored
feat(indexer): relax calldata requirement in bridge api
-
dependabot[bot] authored
Bumps [@types/pino-multi-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pino-multi-stream) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pino-multi-stream) --- updated-dependencies: - dependency-name: "@types/pino-multi-stream" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Version Packages
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.5 to 6.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump @types/morgan from 1.9.6 to 1.9.7
-
github-actions[bot] authored
-
Mark Tyneway authored
build(deps-dev): bump vite from 4.4.10 to 4.5.0
-
Adrian Sutton authored
op-geth: Pull in op-geth with upstream v1.13.4 changes
-
dependabot[bot] authored
Bumps [@types/morgan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/morgan) from 1.9.6 to 1.9.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/morgan) --- updated-dependencies: - dependency-name: "@types/morgan" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.10 to 4.5.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.0/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
-
Adrian Sutton authored
This reverts commit b36a8be3.
-
Mark Tyneway authored
specs: disallow empty span-batches
-
Mark Tyneway authored
specs: protocol-version comparison prerelease edge-case note
-
Mark Tyneway authored
feat(ctb): Cleanup ffi utils
-
Mark Tyneway authored
docs(ctb): Document the correct approach to defining immutable variables
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.8.6 to 20.8.8
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.74.1 to 7.75.0
-
Hamdi Allam authored
fix(indexer) legacy withdrawal hash
-