-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add lightclient getHeadUpdate route #3481
Conversation
Code Climate has analyzed commit 7f20e01 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Performance Report✔️ no performance regression detected Full benchmark results
|
Codecov Report
@@ Coverage Diff @@
## master #3481 +/- ##
==========================================
+ Coverage 37.83% 37.89% +0.06%
==========================================
Files 307 307
Lines 8095 8111 +16
Branches 1246 1248 +2
==========================================
+ Hits 3063 3074 +11
- Misses 4880 4887 +7
+ Partials 152 150 -2 |
Motivation
When the lightclient is done syncing, there's a delay until the first SSE event happens. Worst case this could be a 12s wait. Also this route offers an alternative if SSE are not available.
Description