- 13 Sep, 2023 13 commits
-
-
Adrian Sutton authored
Writing to stdout is now done by setting the output to - and an empty string means do not write.
-
OptimismBot authored
feat: configurable decimals to OptimismMintableERC20
-
mergify[bot] authored
-
Hamdi Allam authored
-
OptimismBot authored
ci: Run e2e tests when cannon changes
-
Hamdi Allam authored
-
Will Cory authored
-
mergify[bot] authored
-
Sebastian Stammler authored
Add op-challenger to the tagging service
-
Adrian Sutton authored
-
Joshua Gutow authored
-
OptimismBot authored
Revert "cannon: Use atomic write pattern to avoid leaving partially written files"
-
Joshua Gutow authored
-
- 12 Sep, 2023 24 commits
-
-
OptimismBot authored
cannon: Use atomic write pattern to avoid leaving partially written files
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: migrate L2 contracts to `ISemver`
-
mergify[bot] authored
-
Mark Tyneway authored
Migrate away from `Semver` to `ISemver` for a more flexible way of doing semantic versioning. A continuation of https://github.com/ethereum-optimism/optimism/pull/7165 A follow up PR will continue to update the versioning of other contracts.
-
OptimismBot authored
Merge pull request #7196 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.7.0 build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.7.0
-
mergify[bot] authored
-
Adrian Sutton authored
-
OptimismBot authored
op-challenger: Include pre-built cannon in the op-challenger docker file
-
Adrian Sutton authored
-
OptimismBot authored
specs: Remove l2oo v2 proposal
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Mark Tyneway authored
contracts-bedrock: migrate to ISemver
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Should be a minor bump not patch
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Migrate away from using `Semver` where the semantic version is immutable to using `ISemver` where the semantic version is a constant. Only update the L1 contracts, this change should be followed up with additional PRs that update the other contracts. This change simplifies the code and reduces the bytecode size of each of the contracts.
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.7.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
build(deps-dev): bump markdownlint from 0.30.0 to 0.31.0
-
dependabot[bot] authored
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.30.0 to 0.31.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
feat(indexer): bridge process pre-bedrock blocks
-
- 11 Sep, 2023 3 commits
-
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: use create2 to deploy implementations
-
Hamdi Allam authored
-