-
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
feat(eventindexer): Event indexer #13439
Conversation
Codecov Report
@@ Coverage Diff @@
## main #13439 +/- ##
==========================================
+ Coverage 35.44% 35.55% +0.10%
==========================================
Files 121 122 +1
Lines 3718 3741 +23
Branches 497 497
==========================================
+ Hits 1318 1330 +12
- Misses 2312 2320 +8
- Partials 88 91 +3
*This pull request uses carry forward flags. Click here to find out more. see 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
New backend service to index for various events without any processing or handling.
Exposes an API as well.
Currently this is used to capture BlockProven events, and return them via an API for the status page and for informational purposes.
i dont think the lint/build can pass until this is merged into
main
though.