- 29 Nov, 2023 4 commits
- 28 Nov, 2023 36 commits
-
-
Mark Tyneway authored
ci: use base_image constant
-
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
-
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
-
Mark Tyneway authored
build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0
-
refcell authored
-
Mark Tyneway authored
-
dependabot[bot] authored
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/term/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
refcell authored
-
Mark Tyneway authored
build(deps): bump golang.org/x/time from 0.4.0 to 0.5.0
-
Maurelian authored
Add minimal SuperchainConfig contract
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
The rest of the system does not yet read from the SuperchainConfig. fix scc tests
-
dependabot[bot] authored
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.4.0 to 0.5.0. - [Commits](https://github.com/golang/time/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/btcsuite/btcd/chaincfg/chainhash](https://github.com/btcsuite/btcd) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](https://github.com/btcsuite/btcd/compare/chaincfg/chainhash/v1.0.1...chaincfg/chainhash/v1.0.3) --- updated-dependencies: - dependency-name: github.com/btcsuite/btcd/chaincfg/chainhash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Matthew Slipper authored
Forge reads the genesis outfile before it is completely written. This leads to errors like the following: ``` [FAIL. Reason: setup failed: failed to parse json file: "/root/project/packages/contracts-bedrock/.testdata/genesis.json": EOF while parsing a value at line 1 column 0] ``` To fix this, this PR adds a loop at the end of the file that checks if the L2 outfile is over 8 megabytes. This is a hack - a longer term fix would be to investigate why the process Forge calls via `vm.ffi` exits prior to fully writing the file. I tried calling `Sync()` from within the Go code, but it didn't fix the issue.
-
Adrian Sutton authored
op-e2e: Rearrange fault proof tests
-
Matthew Slipper authored
feat(op-service): Add CI for `rethdb-reader`
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.5 to 20.10.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
-
Mark Tyneway authored
Merge pull request #8304 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.0 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0
-
clabby authored
contracts-bedrock: fix compile time
-
clabby authored
Co-authored-by:
Joshua Gutow <jgutow@oplabs.co>
-
Mark Tyneway authored
-
Mark Tyneway authored
-