- 29 Nov, 2023 27 commits
-
-
Mark Tyneway authored
Add some docs about how the new testing setup works as well as the gotcha on how sometimes stale testdata can result in the tests failing for an unknown reason. `pnpm clean` should fix it.
-
Mark Tyneway authored
build(deps-dev): bump tsx from 4.5.0 to 4.6.0
-
dependabot[bot] authored
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Merge pull request #8328 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.1 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.0 to 6.13.1
-
Joshua Gutow authored
Revert #8324 and #8242
-
Joshua Gutow authored
This reverts commit c12a946e, reversing changes made to caa9d27e.
-
Joshua Gutow authored
This reverts commit 99cc9a70, reversing changes made to a68993e1.
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.0 to 6.13.1. - [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.13.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Zach Howard authored
ci: Fix multi-client builds
-
Mark Tyneway authored
build(deps-dev): bump typedoc from 0.25.3 to 0.25.4
-
Mark Tyneway authored
build(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0
-
Matthew Slipper authored
-
Maurelian authored
Portal reads pause status from SuperchainConfig
-
Sebastian Stammler authored
op-proposer: Fix err check location in test
-
Joshua Gutow authored
-
Mark Tyneway authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
- 28 Nov, 2023 13 commits
-
-
Mark Tyneway authored
ci: use base_image constant
-
clabby authored
Rename span batch hard fork to delta hard fork
-
Mark Tyneway authored
ctb: Fix data race in generate-l2-genesis
-
Mark Tyneway authored
Previously the ubuntu base image used for the `machine` field in ci was hardcoded. It was not standardized and sometimes different. Updating it would require a multiline diff and was prone to missing a spot. This commit updates the value to be a param that is used across all of the places instead of the value being inlined. This removes a decision to be made when adding a new job and also allows for a 1 line diff when updating the version of the image used.
-
Mark Tyneway authored
feat(ctb): StateDiff JSON Generation
-
dependabot[bot] authored
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.3...v0.25.4) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Merge pull request #8315 from ethereum-optimism/dependabot/go_modules/github.com/btcsuite/btcd/chaincfg/chainhash-1.0.3 build(deps): bump github.com/btcsuite/btcd/chaincfg/chainhash from 1.0.1 to 1.0.3
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.9.5 to 20.10.0
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.80.1 to 7.82.0
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0
-
refcell authored
-
Mark Tyneway authored
-