- 12 Sep, 2023 14 commits
-
-
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.
-
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 26 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.
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Make Position actually immutable
-
Adrian Sutton authored
The Position type public API is immutable, but it used mutation internally and used a mix of pointer and non-pointer types. Convert everything to non-pointer types and don't perform any mutations.
-
Hamdi Allam authored
-
Adrian Sutton authored
Add links to specifications from fault proof docs.
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-