- 30 Aug, 2023 30 commits
-
-
OptimismBot authored
[epociask/indexer.architecture] Indexer Architectural Docs
-
mergify[bot] authored
-
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.
-
Ethen Pociask authored
-
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 10 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.
-