Skip to content

Add `Encode::encode_mut` & `Encode::encode -> Bytes`

429c414
Select commit
Loading
Failed to load commit list.
Merged

[runtime/p2p] Use Buf / BufMut in networking APIs #2558

Add `Encode::encode_mut` & `Encode::encode -> Bytes`
429c414
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2026 in 0s

92.81% (-0.01%) compared to ff8fefb

View this Pull Request on Codecov

92.81% (-0.01%) compared to ff8fefb

Details

Codecov Report

❌ Patch coverage is 99.72376% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.81%. Comparing base (ff8fefb) to head (429c414).

Files with missing lines Patch % Lines
...rc/authenticated/discovery/actors/tracker/actor.rs 0.00% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main    #2558      +/-   ##
==========================================
- Coverage   92.82%   92.81%   -0.01%     
==========================================
  Files         361      361              
  Lines      106797   106800       +3     
==========================================
- Hits        99134    99129       -5     
- Misses       7663     7671       +8     
Files with missing lines Coverage Δ
codec/src/codec.rs 100.00% <100.00%> (ø)
codec/src/types/hash_map.rs 100.00% <100.00%> (ø)
codec/src/types/hash_set.rs 100.00% <100.00%> (ø)
collector/src/p2p/mocks/sender.rs 100.00% <100.00%> (ø)
collector/src/p2p/mod.rs 98.97% <100.00%> (ø)
consensus/src/aggregation/types.rs 97.40% <100.00%> (ø)
consensus/src/marshal/actor.rs 92.86% <100.00%> (ø)
consensus/src/ordered_broadcast/engine.rs 85.95% <100.00%> (ø)
consensus/src/simplex/actors/batcher/mod.rs 97.45% <100.00%> (-0.01%) ⬇️
consensus/src/simplex/actors/resolver/actor.rs 79.74% <100.00%> (ø)
... and 49 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff8fefb...429c414. Read the comment docs.

🚀 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.