- 26 Oct, 2023 27 commits
-
-
Adrian Sutton authored
op-challenger: Unsubscribe from l1 heads on shutdown
-
Mark Tyneway authored
contracts-bedrock: pseudorandom blocknumber in portal fuzz test
-
Adrian Sutton authored
Avoids leaving a background function running that could trigger logging.
-
Adrian Sutton authored
op-e2e: Increase timeouts for cannon
-
Adrian Sutton authored
Some tests are failing because the challenger can't generate the cannon trace before the timeout. Better to have long timeouts than flaky tests.
-
Mark Tyneway authored
build(deps): bump viem from 1.16.6 to 1.17.1
-
protolambda authored
devnet: devnet-test and CI improvements
-
felipe authored
feat(op-service): new http latency metric
-
Mark Tyneway authored
build(deps-dev): bump nx from 17.0.1 to 17.0.2
-
Mark Tyneway authored
Set a pseudorandom `block.number` when fuzzing the `OptimismPortal` deposit transaction codepath. This is a small fix required for the migration to using the deploy script to set up the unit tests. This prevents underflows with computing the `_prevBlockNum` and also adds additional converage since previously the block number was not being set dynamically. Breaking this out into its own smaller PR so that the deploy script migration can be smaller.
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.18.2 to 2.18.3
-
Felipe Andrade authored
-
Felipe Andrade authored
-
Felipe Andrade authored
-
Felipe Andrade authored
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.0.1 to 17.0.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/17.0.2/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
ops: fix docker-bake indexer and ci-builder target and update codeowners
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.18.2 to 2.18.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.18.2...hardhat@2.18.3) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.6 to 1.17.1. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.6...viem@1.17.1) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
ops: fix image branch format, filter out special characters
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
chore(chain-mon): Add dev scripts for chain mon
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
ops,ci: docker buildx bake, fix publish/release flows
-
Mark Tyneway authored
ci: re-enable ctb codecov
-
- 25 Oct, 2023 13 commits
-
-
inphi authored
-
Mark Tyneway authored
Merge pull request #7836 from ethereum-optimism/10-25-fix_use_20.8.1_instead_of_20.9.0_for_bullseye_slim_image fix: use 20.8.1 instead of 20.9.0 for bullseye slim image
-
Will Cory authored
-
inphi authored
And increase the resource class of the contract-bedrock-tests job
-
Will Cory authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
Will Cory authored
feat(indexer): Throw when unknown key in toml
-
Hamdi Allam authored
feat(indexer): FilterLogs client-side consistency
-
protolambda authored
-
Hamdi Allam authored
-