Skip to content
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

network: p2p traffic exchange for algorand node #5939

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

algorandskiy
Copy link
Contributor

Summary

Test Plan

Eric-Warehime and others added 24 commits November 2, 2023 15:26
@algorandskiy algorandskiy added New Feature p2p Work related to the p2p project labels Feb 21, 2024
@algorandskiy algorandskiy self-assigned this Feb 21, 2024
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

Attention: Patch coverage is 60.20221% with 433 lines in your changes are missing coverage. Please review.

Project coverage is 55.97%. Comparing base (0e7087b) to head (d38f35c).
Report is 18 commits behind head on master.

❗ Current head d38f35c differs from pull request most recent head 411837f. Consider uploading reports for the commit 411837f to get more accurate results

Files Patch % Lines
network/hybridNetwork.go 0.00% 105 Missing ⚠️
network/p2pNetwork.go 69.70% 88 Missing and 15 partials ⚠️
network/p2p/streams.go 0.00% 40 Missing ⚠️
network/p2p/p2p.go 57.83% 33 Missing and 2 partials ⚠️
network/p2p/http.go 0.00% 26 Missing ⚠️
network/p2p/peerID.go 0.00% 23 Missing ⚠️
network/wsNetwork.go 78.04% 17 Missing and 1 partial ⚠️
network/p2p/capabilities.go 77.27% 9 Missing and 6 partials ⚠️
util/metrics/prometheus.go 75.00% 10 Missing and 2 partials ⚠️
util/metrics/opencensus.go 84.84% 9 Missing and 1 partial ⚠️
... and 16 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5939      +/-   ##
==========================================
+ Coverage   55.78%   55.97%   +0.18%     
==========================================
  Files         490      495       +5     
  Lines       68125    68896     +771     
==========================================
+ Hits        38004    38562     +558     
- Misses      27562    27708     +146     
- Partials     2559     2626      +67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature p2p Work related to the p2p project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants