celestiaorg / celestia-node

Celestia Data Availability Nodes
Apache License 2.0
932 stars 926 forks source link

fix(p2p): disable quic #3937

Closed walldiss closed 1 week ago

walldiss commented 1 week ago

quic has been unstable lately as a transport. This PR disables quic and web transport support temporary until all related issues are resolved and tested.

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 78.26087% with 5 lines in your changes missing coverage. Please review.

Project coverage is 45.29%. Comparing base (2469e7a) to head (b134897). Report is 381 commits behind head on main.

Files with missing lines Patch % Lines
nodebuilder/p2p/host.go 61.53% 4 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3937 +/- ## ========================================== + Coverage 44.83% 45.29% +0.45% ========================================== Files 265 307 +42 Lines 14620 21846 +7226 ========================================== + Hits 6555 9895 +3340 - Misses 7313 10878 +3565 - Partials 752 1073 +321 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.