-
Notifications
You must be signed in to change notification settings - Fork 55
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: Check ledger range in every handler #1755
fix: Check ledger range in every handler #1755
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1755 +/- ##
===========================================
+ Coverage 71.65% 71.69% +0.03%
===========================================
Files 295 295
Lines 12649 12679 +30
Branches 6471 6500 +29
===========================================
+ Hits 9064 9090 +26
Misses 1872 1872
- Partials 1713 1717 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not every handler. I did not see subscribe
unsubscribe
, they are immune?
fixes #1565