- 06 Dec, 2023 12 commits
-
-
refcell.eth authored
contracts-bedrock: deploy extended pause L1CrossDomainMessenger
-
refcell.eth authored
Merge pull request #8420 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.2 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2
-
refcell.eth authored
build(deps-dev): bump vite from 5.0.4 to 5.0.5
-
protolambda authored
op-node: Log and set metrics after batch is derived without error
-
refcell.eth authored
contracts-bedrock: remove dead imports
-
refcell authored
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Evan Richard authored
Add config flag to set max number of concurrent L1 RPC requests.
-
protolambda authored
-
EvanJRichard authored
op-e2e: Add a default value to this flag in L1 setup.
-
Mark Tyneway authored
Merge pull request #8426 from ethereum-optimism/dependabot/npm_and_yarn/vitest/coverage-istanbul-1.0.1 build(deps-dev): bump @vitest/coverage-istanbul from 0.34.6 to 1.0.1
-
Mark Tyneway authored
Fix several typos in "ufm-test-services/README.md"
-
- 05 Dec, 2023 28 commits
-
-
refcell.eth authored
Update pr-guidelines.md
-
refcell.eth authored
FaultDisputeGame: Remove TODO
-
Sukey authored
-
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.
-
Tei Im authored
-
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
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) 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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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
-
dependabot[bot] authored
Bumps [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 0.34.6 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/coverage-istanbul) --- updated-dependencies: - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump vitest from 0.34.1 to 1.0.1
-
Mark Tyneway authored
contracts-bedrock: L1CrossDomainMessenger sepolia
-
Mark Tyneway authored
The `Safe` and `SafeProxyFactory` were imported twice. This commit simply deletes one of the sets of imports so the contracts are only imported once.
-
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
-