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

Merged
merged 53 commits into from
Jun 28, 2024

config: document EnableP2PHybridMode takes precedence over EnableP2P

63bf1a9
Select commit
Loading
Failed to load commit list.
Merged

network: p2p traffic exchange for algorand node #5939

config: document EnableP2PHybridMode takes precedence over EnableP2P
63bf1a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 25, 2024 in 0s

56.14% (+5.18%) compared to 24382d8

View this Pull Request on Codecov

56.14% (+5.18%) compared to 24382d8

Details

Codecov Report

Attention: Patch coverage is 58.40241% with 552 lines in your changes missing coverage. Please review.

Project coverage is 56.14%. Comparing base (24382d8) to head (63bf1a9).

Current head 63bf1a9 differs from pull request most recent head 66a1d35

Please upload reports for the commit 66a1d35 to get more accurate results.

Files Patch % Lines
network/p2pNetwork.go 67.11% 100 Missing and 21 partials ⚠️
network/hybridNetwork.go 0.00% 111 Missing ⚠️
data/txHandler.go 48.88% 44 Missing and 2 partials ⚠️
network/p2p/logger.go 0.00% 42 Missing ⚠️
network/p2p/p2p.go 53.93% 39 Missing and 2 partials ⚠️
network/p2p/streams.go 0.00% 41 Missing ⚠️
network/p2p/http.go 0.00% 27 Missing ⚠️
network/p2p/peerID.go 0.00% 23 Missing ⚠️
network/wsNetwork.go 76.19% 19 Missing and 1 partial ⚠️
network/p2p/capabilities.go 77.27% 9 Missing and 6 partials ⚠️
... and 19 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5939      +/-   ##
==========================================
+ Coverage   50.96%   56.14%   +5.18%     
==========================================
  Files         482      488       +6     
  Lines       68593    69528     +935     
==========================================
+ Hits        34957    39038    +4081     
+ Misses      30859    27838    -3021     
+ Partials     2777     2652     -125     

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