Skip to content

Fix incorrect dht query behavior#1101

Open
Rexagon wants to merge 4 commits into
masterfrom
fix/overlay-peer-discovery
Open

Fix incorrect dht query behavior#1101
Rexagon wants to merge 4 commits into
masterfrom
fix/overlay-peer-discovery

fix(network): store `KnownPeerHandle` for dht query candidates

f0a4033
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2026 in 1s

60.34% (+0.11%) compared to 88996d8

View this Pull Request on Codecov

60.34% (+0.11%) compared to 88996d8

Details

Codecov Report

❌ Patch coverage is 97.35683% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.34%. Comparing base (88996d8) to head (f0a4033).

Files with missing lines Patch % Lines
network/src/dht/query.rs 97.42% 3 Missing and 2 partials ⚠️
network/src/dht/peer_resolver.rs 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1101      +/-   ##
==========================================
+ Coverage   60.22%   60.34%   +0.11%     
==========================================
  Files         473      473              
  Lines       80541    80675     +134     
  Branches    80541    80675     +134     
==========================================
+ Hits        48507    48680     +173     
+ Misses      29712    29666      -46     
- Partials     2322     2329       +7     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.