Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #15902 +/- ##
============================================
- Coverage 82.49% 0 -82.50%
============================================
Files 161 0 -161
Lines 8866 0 -8866
============================================
- Hits 7314 0 -7314
+ Misses 1412 0 -1412
+ Partials 140 0 -140
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
b5de1b6 to
6dec9ed
Compare
axelKingsley
commented
May 15, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 5, 2025
geoknee
reviewed
Jun 6, 2025
geoknee
reviewed
Jun 11, 2025
* seenBlocks init moved to constructor (so we don't need to Start the component in unit tests) * local processBlocks helper reintroduced for easier unit testing * sentinel error for no contiguous blocks added, walkback handled by parent function * next block set properly when walkback completes * minor logging improvements
covering * start / stop * processBlock * walkback with reorg example
geoknee
added a commit
to geoknee/optimism-package
that referenced
this pull request
Jun 11, 2025
geoknee
approved these changes
Jun 11, 2025
sigma
added a commit
to ethpandaops/optimism-package
that referenced
this pull request
Jun 12, 2025
See ethereum-optimism/optimism#15902 I have manually tested this with the downstream kurtosis-devnet from optimism monorepo. --------- Signed-off-by: Yann Hodique <yann@oplabs.co> Co-authored-by: Yann Hodique <yann@oplabs.co>
iquidus
pushed a commit
to Layr-Labs/optimism
that referenced
this pull request
Jul 24, 2025
* op-interop-mon * renames * Add Updaters * Build fixes and remove dripper references * Don't Stop on Start * Use Enqueue pattern on Finder * basic fixes * Runtime improvements * Fix broken ExecutingMessage extraction * Track Jobs by pointer ; Job Thread Safety ; Metric Collection * Metric Collection ; Terminal State Transition Tracking ; General Improvements * Refactor Job Management ; Address Comments * use sources.EthClient and manual Block-Walking * refactor finder * seenBlocks init moved to constructor (so we don't need to Start the component in unit tests) * local processBlocks helper reintroduced for easier unit testing * sentinel error for no contiguous blocks added, walkback handled by parent function * next block set properly when walkback completes * minor logging improvements * add unit tests for finder covering * start / stop * processBlock * walkback with reorg example * add arch diagram to readme * remove unused field * spell * update block buffer --------- Co-authored-by: geoknee <georgeknee@googlemail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See
README.mdfor implementation specific details.New Service for monitoring Executing Messages during their lifecycle.
#16225
Fast Follow Tasks: