-
Notifications
You must be signed in to change notification settings - Fork 142
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(gRPC): add only_connected parameter to getNetworkInfo API #1264
Conversation
@kehiy |
@b00f HTTP is supported for this flag too. we can use it like:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1264 +/- ##
==========================================
- Coverage 76.05% 75.93% -0.13%
==========================================
Files 206 206
Lines 10672 10680 +8
==========================================
- Hits 8117 8110 -7
- Misses 2169 2179 +10
- Partials 386 391 +5 |
@b00f can you have a review? |
Description
This PR updates the Network API in gRPC to display only connected peers. Connected peers are those with a status of "Connected" or "Known".