- 29 Nov, 2023 1 commit
-
-
Mark Tyneway authored
-
- 28 Nov, 2023 39 commits
-
-
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
-
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>
-
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>
-
Adrian Sutton authored
op-e2e: Rearrange fault proof tests
-
Matthew Slipper authored
feat(op-service): Add CI for `rethdb-reader`
-
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 -
🔖 Will Cory authored -
♻ Will Cory authored -
Hamdi Allam authored
-
protolambda authored
-
Mark Tyneway authored
build(deps-dev): bump jsdom from 22.1.0 to 23.0.0
-
clabby authored
-
Joshua Gutow authored
Ensure genesis contains create2deployer if canyon is enabled at timestamp 0
-
Hamdi Allam authored
fix(indexer): versioned hash database ordering
-