- 29 Nov, 2023 19 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
Delete the old storage layout now that https://github.com/ethereum-optimism/optimism/pull/8243 has been merged which adds another snapshots concept of both the abi and the storage layout. The old method of keeping the storage layout lockfile around is now deprecated. Once we delete it, we will no longer be able to track changes from old versions of the contracts as easily. We can reintroduce the shell script to a future commit if necessary.
-
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
-
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 21 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
-
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
-