- 12 Sep, 2023 20 commits
-
-
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
-
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 20 commits
-
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: use create2 to deploy implementations
-
Hamdi Allam authored
-
Hamdi Allam authored
-
mergify[bot] authored
-
OptimismBot authored
deps: use node lts
-
mergify[bot] authored
-
Hamdi Allam authored
-
OptimismBot authored
deps: remove dead js deps
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump semver from 5.7.1 to 5.7.2
-
mergify[bot] authored
-
OptimismBot authored
specs: Remove attestation game specs
-
mergify[bot] authored
-
Adrian Sutton authored
Introduces GameSolver which evaluates the overall game state and decides all actions to take. Agent now uses GameSolver so that it has no knowledge of the game playing strategy.
-
Adrian Sutton authored
Root claim needs to have the invalid VM status byte set.
-
Mark Tyneway authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
Upgrade from node.js v16 to v18. v16 starts end of life on 9/11/2023, meaning it will no longer get security updates. v18 is currently LTS, https://github.com/nodejs/release#release-schedule for additional information. We previously were not able to upgrade node.js versions because we were using an older version of hardhat that did not support newer versions of node.js but that is no longer the case.
-
Mark Tyneway authored
The following deps are no longer used in the monorepo: - lerna - copyfiles - mkdirp This was confirmed using `git grep -rin` for the package name in the monorepo. Deleting these from the root `package.json` will reduce some noise in the monorepo by preventing dependabot update PRs as well as reducing the dependency tree and install time.
-