- 27 May, 2023 1 commit
-
-
protolambda authored
-
- 26 May, 2023 19 commits
-
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
OptimismBot authored
fix(ci): use npm@8.11.0
-
mergify[bot] authored
-
felipe andrade authored
* bump go-ethereum to 1.12.0 to support finalized and safe block tags * fix index out of range error for malformed requests * goimports
-
Kelvin Fichter authored
Updates the ci builder Dockerfile to use a pinned version of npm that is known to not have a module resolution bug found in the default version of npm that ships with the node version from setup_16.x. Resolves an issue when importing packages that have hardhat as a dependency, which causes the current version of npx to try to execute the hardhat binary found deep within the dependency tree, which in turn causes hardhat to throw a fit.
-
OptimismBot authored
op-node: persist p2p bans with expiration time, update ban-expiry gater
-
mergify[bot] authored
-
Adrian Sutton authored
-
Zach Howard authored
adds fault-detector to hold job
-
Zach Howard authored
-
OptimismBot authored
Add fault-detector to tag-service
-
mergify[bot] authored
-
Matthew Slipper authored
-
Matthew Slipper authored
INF-247 adds fault detector cci docker build and tag support
-
Zach Howard authored
-
OptimismBot authored
proxyd: Pass through finalized and safe tags
-
Matthew Slipper authored
-
- 25 May, 2023 10 commits
-
-
felipe andrade authored
-
OptimismBot authored
op-chain-ops: enable fuzzing
-
Mark Tyneway authored
There have been fuzz tests in `op-chain-ops` for awhile but they have not been being ran in CI. This enables the fuzzing in CI following the same pattern as fuzzing for `op-node`.
-
OptimismBot authored
op-chain-ops: sanity check not empty bytecode
-
mergify[bot] authored
-
felipe andrade authored
-
mergify[bot] authored
-
OptimismBot authored
op-chain-ops: better logging in migrate script
-
Mark Tyneway authored
Sanity check that empty bytecode is not set in the state for the `Proxy`. There are other checks for this after the migration happens and this never should happen so this is just a sanity check to catch a problem earlier in the process.
-
Mark Tyneway authored
Add some additional loglines for sanity checking in the migration script. Checks for the L1 chain id and logs some info about the database config before opening it. Also add some context for error messages that should never happnen in practice.
-
- 24 May, 2023 10 commits
-
-
OptimismBot authored
feat: Add dai to indexer
-
mergify[bot] authored
-
OptimismBot authored
chore: Remove Kovan
-
mergify[bot] authored
-
protolambda authored
-
protolambda authored
-
OptimismBot authored
op-node: P2P scorer refactor
-
mergify[bot] authored
-
Adrian Sutton authored
-
OptimismBot authored
op-node: implement new layered p2p connection gater
-