-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(relayer): add TargetBlock in indexer #15921
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15921 +/- ##
==========================================
- Coverage 26.82% 26.82% -0.01%
==========================================
Files 105 105
Lines 6188 6203 +15
==========================================
+ Hits 1660 1664 +4
- Misses 4348 4358 +10
- Partials 180 181 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
why do we need this, when we have it in processor? it is only intended to be run locally or very sparingly to process a specific stuck message. do you have a use case for this? |
My use case is to index one specified block and debug the transactions. |
No description provided.