- 31 Aug, 2023 1 commit
-
-
Jason Yellick authored
When starting from a fresh clone of the repo and running ``` make make cannon-prestate make devnet-up ``` We are left with a file changed in the tree at ``` packages/contracts-bedrock/deploy-config/devnetL1.json ``` This file is a bit annoying as it should not be checked in but shows as an outstanding change. The python script reads the original file, backs it up, then rewrites that file with a new timestamp. I'm not entirely certain why the timestamp needs to be rewritten, so I've left that modification in place. Instead, this change takes the approach of moving the original file to a 'template' path, and ignoring the modified file. In this way there's no longer any need to constantly create a backup and have the changes show up in a git diff.
-
- 30 Aug, 2023 27 commits
-
-
OptimismBot authored
Add cannon-prestate as prereq to devnet-up
-
Jason Yellick authored
The devnet-up ultimately requires the cannont-prestate target to have already executed, or the script errors out. Consequently, for someone checking out the repo if they simply do a: ``` make && make devnet-up ``` Things still fail. This change simply mirrors a similar check added to the e2e Makefile.
-
OptimismBot authored
op-program: Support prefetching l2-transactions
-
Adrian Sutton authored
-
OptimismBot authored
feat(indexer): wire up rpc client metrics
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
fix(indexer): Use subsystem rather than label to differentiate between l1/l2
-
OptimismBot authored
ci: Require cannon-go-lint-and-test to pass before merging
-
Hamdi Allam authored
-
Hamdi Allam authored
-
mergify[bot] authored
-
OptimismBot authored
op-wheel: add engine-api utils
-
mergify[bot] authored
-
Adrian Sutton authored
-
Adrian Sutton authored
Allow passing Config and Value to TxMgr
-
OptimismBot authored
cannon: Prevent deadlock on pre-image reads
-
inphi authored
-
inphi authored
-
inphi authored
Reading a FileChannel that does not have a writer blocks indefinitely. This occurs in cannon whenever the pre-image oracle server shuts down prematurely. We add a new io.ReadWriter that can detect when a FileChannel would otherwise block indefinitely.
-
OptimismBot authored
fix(indexer): e2e test lifecycle
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Use gzip encoded proofs and snapshots
-
mergify[bot] authored
-
- 29 Aug, 2023 12 commits
-
-
Hamdi Allam authored
-
OptimismBot authored
Add ability to restrict the networks that op-node discovers peers on
-
Andrew Huang authored
-
OptimismBot authored
op-challenger: Include the op-program host binary in docker image.
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Detect already resolved games at startup
-
mergify[bot] authored
-
Andrew Huang authored
-
OptimismBot authored
Update rollup-node-p2p.md
-
Adrian Sutton authored
Avoids the need to manually specify the op-program binary to run as the cannon pre-image server.
-
NetWalker108 authored
Typo fix
-
Adrian Sutton authored
-