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

node: clear new p2p net handlers on fast catchup #6127

Merged

p2p: serve extra http on localhost only

475261a
Select commit
Loading
Failed to load commit list.
Merged

node: clear new p2p net handlers on fast catchup #6127

p2p: serve extra http on localhost only
475261a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 1s

56.22% (+1.93%) compared to 3b3b5ce

View this Pull Request on Codecov

56.22% (+1.93%) compared to 3b3b5ce

Details

Codecov Report

Attention: Patch coverage is 30.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 56.22%. Comparing base (3b3b5ce) to head (475261a).

Files with missing lines Patch % Lines
network/hybridNetwork.go 0.00% 3 Missing ⚠️
network/p2p/http.go 0.00% 2 Missing ⚠️
network/p2pNetwork.go 0.00% 1 Missing ⚠️
network/wsNetwork.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6127      +/-   ##
==========================================
+ Coverage   54.28%   56.22%   +1.93%     
==========================================
  Files         494      494              
  Lines       69936    69932       -4     
==========================================
+ Hits        37968    39320    +1352     
+ Misses      29246    27932    -1314     
+ Partials     2722     2680      -42     

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