-
-
Notifications
You must be signed in to change notification settings - Fork 838
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
fix: emit logs on missed blocks for getLogs
fallback on watchEvent
#220
Conversation
🦋 Changeset detectedLatest commit: 104c1ba The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -15 B (0%) Total Size: 45.8 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 221 221
Lines 13096 13096
Branches 1403 1404 +1
=======================================
Hits 13076 13076
Misses 19 19
Partials 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
ad07015
to
e32cad4
Compare
Fixed an issue where
watchEvent
would not emit events on missed blocks for thegetLogs
fallback (when an RPC Provider does not supportgetFilterChanges
).