- 05 Dec, 2023 28 commits
-
-
refcell.eth authored
Update pr-guidelines.md
-
refcell.eth authored
FaultDisputeGame: Remove TODO
-
Maurelian authored
contracts-bedrock: delete dead deployments
-
Mark Tyneway authored
op-service: Use atomic int in receipts tests
-
tre authored
Update smallOpChainFaucetDripValue to be same as largeOpChainFaucetDr…
-
Sebastian Stammler authored
numCalls are incremented concurrently, so access needs to be made concurrency safe. - testify.Mock doesn't hold a lock when calling a provided Run function. - simple mock also has concurrent access.
-
Joshua Gutow authored
op-challenger: Add comment to avoid confusion about what GetBlockRange returns
-
Adrian Sutton authored
op-e2e: Update output_cannon e2e test to execute a step and resolve the game
-
Joshua Gutow authored
op-service: Refactor `EthClient` with `ReceiptsProvider` abstraction
-
Mark Tyneway authored
build(deps-dev): bump lint-staged from 15.1.0 to 15.2.0
-
Adrian Sutton authored
The output bisection changes wound up in a new contract so no changes need to be made to the existing FaultDisputeGame contract and the TODO can be removed.
-
Mark Tyneway authored
Merge pull request #8423 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.13.2 build(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2
-
protolambda authored
Add span batch logging & metrics
-
Adrian Sutton authored
-
Adrian Sutton authored
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
contracts-bedrock: L1CrossDomainMessenger sepolia
-
Mark Tyneway authored
build(deps-dev): bump vitest from 0.34.1 to 1.0.1
-
dependabot[bot] authored
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.1 to 1.0.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.13.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
There is nothing in these deployment directories except for the `.chainId` file. No need to keep them around if we are not actually tracking deployments for these networks.
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.10.2 to 20.10.3
-
dependabot[bot] authored
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.1.0 to 15.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.1.0...v15.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.2 to 20.10.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-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Evan Richard authored
EIP4844: Add single minimal e2e test.
-
clabby authored
Change output cannon game type to 1
-
clabby authored
feat: Fix Foundry Update to reset Git Repo
-
- 04 Dec, 2023 12 commits
-
-
clabby authored
feat(ctb): `OutputBisectionGame`
-
Mark Tyneway authored
Merge pull request #8414 from ethereum-optimism/dependabot/go_modules/github.com/urfave/cli/v2-2.26.0 build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0
-
clabby authored
ctb: Fix multithreaded test race
-
Adrian Sutton authored
Load the split depth from the contract when creating output_cannon games Increase the max game depth so the cannon trace completes. Legacy cannon games now have a fixed depth of 30 to avoid making those tests even slower. Fix extra data creation in e2e helpers so the l2 block number is set correctly.
-
clabby authored
-
clabby authored
Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
clabby authored
Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
clabby authored
chores
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-