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
Green-Sky
left a comment
There was a problem hiding this comment.
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
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