- 12 Sep, 2023 2 commits
- 11 Sep, 2023 32 commits
-
-
OptimismBot authored
deps: use node lts
-
mergify[bot] 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.
-
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>
-
OptimismBot authored
Merge pull request #7170 from ethereum-optimism/dependabot/go_modules/proxyd/github.com/supranational/blst-0.3.11 build(deps): bump github.com/supranational/blst from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11 in /proxyd
-
mergify[bot] authored
-
OptimismBot authored
monorepo: run nx repair
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [github.com/supranational/blst](https://github.com/supranational/blst) from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11. - [Release notes](https://github.com/supranational/blst/releases) - [Commits](https://github.com/supranational/blst/commits/v0.3.11) --- updated-dependencies: - dependency-name: github.com/supranational/blst dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
Merge pull request #7125 from ethereum-optimism/dependabot/go_modules/proxyd/github.com/ethereum/go-ethereum-1.12.1 build(deps): bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12.1 in /proxyd
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump actions/checkout from 2 to 4
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump chai and @types/chai
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0
-
mergify[bot] authored
-
- 10 Sep, 2023 6 commits
-
-
Mark Tyneway authored
-
OptimismBot authored
Merge pull request #7163 from ethereum-optimism/dependabot/go_modules/op-ufm/github.com/supranational/blst-0.3.11 build(deps): bump github.com/supranational/blst from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11 in /op-ufm
-
mergify[bot] authored
-
OptimismBot authored
fix(indexer): bridge processor fixes
-
Mark Tyneway authored
Commit the results of running `nx repair` as suggested by nx during the commit hook.
-
mergify[bot] authored
-