- 26 Oct, 2023 40 commits
-
-
Mark Tyneway authored
contracts-bedrock: delete dead rlp code
-
Mark Tyneway authored
contracts-bedrock: delete dead delete output code
-
Mark Tyneway authored
contracts-bedrock: scripts absolute import
-
Mark Tyneway authored
contracts-bedrock: delete dead eas upgrade script
-
Mark Tyneway authored
build(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0
-
Mark Tyneway authored
build(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4
-
dependabot[bot] authored
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.3 to 1.5.4. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joshua Gutow authored
op-e2e: Add waiter to ActL1IncludeTx
-
Adrian Sutton authored
op-challenger: Unsubscribe from l1 heads on shutdown
-
Adrian Sutton authored
This mirrors a change to the L2 block builder to wait for the tx pool to have a processable transaction. The txpool does promotion async so a simple check leads to race conditions. Fixes intermittency in TestFinalizeWhileSyncing
-
Mark Tyneway authored
-
Mark Tyneway authored
We have migrated to using `superchain-ops` for any sort of safe interactions. This code will likely need to be ported over to the `superchain-ops` repo in the future. It is not necessary for now, so delete it.
-
Mark Tyneway authored
-
Mark Tyneway authored
All upgraes in the future will go through the `superchain-ops` repo. Delete this script to reduce compile time of the contracts. All new chains will have EAS in their genesis. Chains that do not have EAS already should use the `superchain-ops` repo to create a deploy script.
-
Mark Tyneway authored
This code is no longer used so we should delete it to reduce compile times slightly. It is a library for computing contract addresses, taken from the solmate issues. It may be in modern versions of solmate if we ever end up needing it again.
-
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
Import the scripts files using relative absolute imports from the project root. This makes the file much more portable and follows the conventions that the rest of the repo uses.
-
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
-