- 21 Sep, 2023 36 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
build(deps): bump envalid from 7.3.1 to 8.0.0
-
Mark Tyneway authored
contracts-bedrock: internal devnet ProtocolVersions deployment
-
protolambda authored
-
protolambda authored
-
OptimismBot authored
build(deps-dev): bump glob from 10.3.3 to 10.3.5
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump vitest from 0.34.1 to 0.34.4
-
dependabot[bot] authored
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.5. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.5) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.1 to 0.34.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump @types/node from 20.5.0 to 20.6.3
-
mergify[bot] authored
-
OptimismBot authored
chore(indexer): remove indexer all command
-
Will Cory authored
-
OptimismBot authored
Merge pull request #7271 from ethereum-optimism/09-15-feat_indexer_Enable_devnet_indexer_as_a_preset feat(indexer): Enable devnet indexer as a preset
-
mergify[bot] authored
-
OptimismBot authored
feat(op-challenger): Claim Count Metrics
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.6.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
Init Metamask Pass/Fail metrics
-
Will Cory authored
-
mergify[bot] authored
-
Wyatt Barnes authored
-
Will Cory authored
Co-authored-by:
Hamdi Allam <hamdi.allam97@gmail.com>
-
OptimismBot authored
chore(indexer): reenable indexer fully on ci
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
mergify[bot] authored
-
OptimismBot authored
feat(op-challenger): Concurrency Metrics
-
mergify[bot] authored
-
OptimismBot authored
fix(op-challenger): Don't schedule updates for resolved games
-
dependabot[bot] authored
Bumps [envalid](https://github.com/af/envalid) from 7.3.1 to 8.0.0. - [Release notes](https://github.com/af/envalid/releases) - [Commits](https://github.com/af/envalid/compare/v7.3.1...v8.0.0) --- updated-dependencies: - dependency-name: envalid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
fix(op-challenger): Constant Time Parent Lookup
-
- 20 Sep, 2023 4 commits
-
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
Support old Make version by avoiding SHELLSTATUS
-
Karl Bartel authored
SHELLSTATUS is only available on GNU Make 4.2 (released on 2016-05-22) and later, which is unfortunatly not installed on MacOS by default. While I am highly annoyed that Apple is unwilling to update their Make version and don't want encourage such behaviour, the change in this commit avoids this requirement and seems even simpler than the original code.
-