feat(op-batcher): wait for pre-genesis RPC request loop#12383
feat(op-batcher): wait for pre-genesis RPC request loop#12383protolambda merged 7 commits intoethereum-optimism:developfrom
Conversation
Signed-off-by: jsvisa <delweng@gmail.com>
Signed-off-by: jsvisa <delweng@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12383 +/- ##
===========================================
- Coverage 64.32% 64.14% -0.19%
===========================================
Files 52 52
Lines 4348 4348
===========================================
- Hits 2797 2789 -8
- Misses 1376 1385 +9
+ Partials 175 174 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
@protolambda PTAL |
|
Thank you for the PR @jsvisa ! |
Signed-off-by: jsvisa <delweng@gmail.com>
protolambda
left a comment
There was a problem hiding this comment.
Looks good! Thank you for implementing this change. Two small nits, then happy to merge. In terms of testing I think it's covered well enough in op-e2e, almost every test already starts the batcher and awaits genesis (depending on genesis timing).
Signed-off-by: jsvisa <delweng@gmail.com>
|
small nit would be ok without it |
Signed-off-by: jsvisa <delweng@gmail.com>
|
I think semgrep is failing when this gets updated with the latest changes from develop: https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/68416/workflows/7f921a39-67d0-4347-a696-ed7d359aa0f4/jobs/2831634 |
|
Signed-off-by: jsvisa <delweng@gmail.com>
thanks for the info, we did leaked the timer, now use |
Description
closes #11630
Tests
Additional context
Metadata