- 10 Aug, 2023 11 commits
-
-
mergify[bot] authored
-
OptimismBot authored
op-service,batcher,proposer: Retry when dialing RPC URLs
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump @ethersproject/web from 5.7.0 to 5.7.1
-
mergify[bot] authored
-
OptimismBot authored
feat(ci-builder): Use abigenrc
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6654 from ethereum-optimism/dependabot/npm_and_yarn/vitest/coverage-istanbul-0.34.1 build(deps-dev): bump @vitest/coverage-istanbul from 0.33.0 to 0.34.1
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
- 09 Aug, 2023 29 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: system config single implementation
-
Mark Tyneway authored
-
Mark Tyneway authored
Co-authored-by:
refcell.eth <abigger87@gmail.com> Co-authored-by:
clabby <ben@clab.by>
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.28.0
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6664 from ethereum-optimism/dependabot/npm_and_yarn/mocha-and-types/mocha-10.2.0 build(deps-dev): bump mocha and @types/mocha
-
dependabot[bot] authored
Bumps [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 0.33.0 to 0.34.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.1/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.28.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump typescript from 4.9.3 to 5.1.6
-
mergify[bot] authored
-
Mark Tyneway authored
* op-chain-ops: initialized + initializing in check-l2 Logs the values of initialized and initializing in `check-l2`. They are not public so we read them directly from storage using the storage layout. * op-chain-ops: fix typo
-
Adrian Sutton authored
Generating snapshots is very slow and uses a lot of disk space so they should be relatively infrequent.
-
Adrian Sutton authored
* op-challenger: Increase the default cannon snapshot frequency Generating snapshots is very slow and uses a lot of disk space so they should be relatively infrequent. * op-challenger: Use proof from last step when required trace index is beyond end of trace
-
dependabot[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 8.4.0 to 10.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.2.0) Updates `@types/mocha` from 8.2.3 to 10.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump supertest from 6.1.6 to 6.3.3
-
dependabot[bot] authored
Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.6 to 6.3.3. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.1.6...v6.3.3) --- updated-dependencies: - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@ethersproject/web](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/web) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.7.1/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/commits/v5.7.1/packages/web) --- updated-dependencies: - dependency-name: "@ethersproject/web" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
-
OptimismBot authored
specs: fix broken links
-
Mark Tyneway authored
-
Mark Tyneway authored
The contracts bedrock links broke when the package was migrated to a foundry style package.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-