- 06 Dec, 2023 24 commits
-
-
Mark Tyneway authored
Initial deployment of `SuperchainConfig` to goerli. Meant to be used as part of the "extended pause" contracts release. Includes the deploy artifact for the deployment. Only 1 deployment is needed per superchain target, meaning that many L2 chains can use the same contract.
-
felipe authored
-
felipe authored
-
Mark Tyneway authored
build(deps-dev): bump tsx from 4.6.1 to 4.6.2
-
felipe authored
* feat(multisig-mon): integrate with 1pass * use logger instead of console.log * lint
-
dependabot[bot] authored
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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 16 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
-