Skip to content

feat(chain): add topological ordering to `CanonicalView`

5969a64
Select commit
Loading
Failed to load commit list.
Draft

refactor(chain): add CanonicalView topological ordering #2219

feat(chain): add topological ordering to `CanonicalView`
5969a64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2026 in 0s

78.76% (+1.07%) compared to 47556ab

View this Pull Request on Codecov

78.76% (+1.07%) compared to 47556ab

Details

Codecov Report

❌ Patch coverage is 89.73881% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.76%. Comparing base (47556ab) to head (5969a64).

Files with missing lines Patch % Lines
crates/chain/src/canonical.rs 80.18% 19 Missing and 2 partials ⚠️
crates/chain/src/canonical_task.rs 94.71% 9 Missing and 3 partials ⚠️
crates/chain/src/canonical_view_task.rs 93.37% 6 Missing and 4 partials ⚠️
crates/chain/src/indexed_tx_graph.rs 0.00% 8 Missing ⚠️
crates/chain/src/local_chain.rs 88.88% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2219      +/-   ##
==========================================
+ Coverage   77.69%   78.76%   +1.07%     
==========================================
  Files          29       30       +1     
  Lines        5801     5938     +137     
  Branches      271      283      +12     
==========================================
+ Hits         4507     4677     +170     
+ Misses       1223     1185      -38     
- Partials       71       76       +5     

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