- 28 Nov, 2023 40 commits
-
-
Mark Tyneway authored
ctb: Fix data race in generate-l2-genesis
-
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
-
Mark Tyneway authored
Reduces the compile time to about 80s on my machine. The compile time was greatly increased as part of the migration to using the deploy script to set up the tests. Can we have our cake and eat it to? This commit seems to say yes. The call to `broadcast` now needs to include `msg.sender` because the contract doing all of the deployments is no longer the top level contract. This assumes that the deploy contract is not nested deeper than the 2nd callframe. The deployments would fail if that was not the case. The `cfg` now is behind a public getter on the deploy script, so the majority of the commit is updating places where the deploy config is referenced to change it into calls.
-
Hamdi Allam authored
fix(indexer): variable typo
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
fault-mon: fix optimism-portal address override option
-
🚨 Will Cory authored
-