- 06 Dec, 2023 19 commits
-
-
felipe authored
* feat(multisig-mon): integrate with 1pass * use logger instead of console.log * lint
-
Inphi authored
feat(ctb): Specify L1 auth requirements
-
Maurelian authored
Several typos are fixed
-
Maurelian authored
Add spec for superchain-config with pausability
-
Sukey authored
-
Sukey authored
-
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
-
Maurelian authored
-
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 21 commits
-
-
inphi authored
-
refcell.eth authored
Update pr-guidelines.md
-
refcell.eth authored
FaultDisputeGame: Remove TODO
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
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
-