-
Notifications
You must be signed in to change notification settings - Fork 292
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: get the number of close dht nodes with announce/store support #2357
Conversation
082921e
to
e8ab90d
Compare
80fa160
to
27218c2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2357 +/- ##
==========================================
- Coverage 74.51% 74.41% -0.10%
==========================================
Files 87 87
Lines 26211 26235 +24
==========================================
- Hits 19530 19523 -7
- Misses 6681 6712 +31
☔ View full report in Codecov by Sentry. |
27218c2
to
d700b2a
Compare
0dea30f
to
9ff7754
Compare
4fe8124
to
38178e6
Compare
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.
Reviewable status: 1 change requests, 0 of 1 approvals obtained (waiting on @iphydf)
a discussion (no related file):
Previously, iphydf wrote…
Raw numbers is better, I think. It avoids floats and gives additional information.
Done.
a discussion (no related file):
Previously, iphydf wrote…
(Reviewable was unable to map this GitHub inline comment thread to the right spot — sorry!)
Can we return a uint between 0 and 100? We don't currently have floats in the tox (or toxav) API. I'd prefer not to add them.
Done.
38178e6
to
a6fe9f1
Compare
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.
LGTM after the int type fix.
a6fe9f1
to
a7eaa0f
Compare
a7eaa0f
to
8099d82
Compare
number of total and how many >= 0.2.18 peers you are connected with.
This change is