Skip to content
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

Merged
merged 12 commits into from
Feb 23, 2024

Conversation

xiaodino
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: Patch coverage is 42.30769% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 26.82%. Comparing base (f53766b) to head (0fab55b).
Report is 35 commits behind head on main.

❗ Current head 0fab55b differs from pull request most recent head 503e895. Consider uploading reports for the commit 503e895 to get more accurate results

Files Patch % Lines
packages/relayer/indexer/indexer.go 44.44% 10 Missing ⚠️
packages/relayer/indexer/config.go 42.85% 2 Missing and 2 partials ⚠️
packages/relayer/processor/process_single.go 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ *Carryforward flag
eventindexer 17.22% <ø> (ø) Carriedforward from 2904748
guardian-prover-health-check 34.81% <ø> (ø) Carriedforward from 2904748
relayer 37.81% <42.30%> (-0.08%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dantaik dantaik enabled auto-merge February 20, 2024 01:46
@dantaik dantaik requested a review from mask-pp February 20, 2024 07:51
@cyberhorsey
Copy link
Contributor

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?

@xiaodino
Copy link
Contributor Author

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.

@xiaodino xiaodino requested a review from cyberhorsey February 21, 2024 19:17
@dantaik dantaik added this pull request to the merge queue Feb 23, 2024
Merged via the queue into main with commit d54172c Feb 23, 2024
8 checks passed
@dantaik dantaik deleted the xiaodino/refactor-indexer-add-target branch February 23, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants