-
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): ProposeEvents filtering, API exposing, and getting count by address/event + tests #13624
Conversation
…iko-mono into event_indexer_propose_events
Codecov Report
@@ Coverage Diff @@
## main #13624 +/- ##
==========================================
+ Coverage 36.67% 38.86% +2.19%
==========================================
Files 127 133 +6
Lines 3815 4006 +191
Branches 508 504 -4
==========================================
+ Hits 1399 1557 +158
- Misses 2324 2345 +21
- Partials 92 104 +12
*This pull request uses carry forward flags. Click here to find out more.
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This Pr enhances functionality in our eventindexer to prepare for
alpha-3
.It:
local node status page
coming up in a future PR)alpha-2
to stem the flow of "How many different people have proven blocks" question, by adding blockProven to status page.