Skip to content

commit queue after block accepted#1105

Merged
Rexagon merged 2 commits into
masterfrom
fix/commit-queue-after-block-accepted
Jun 26, 2026
Merged

commit queue after block accepted#1105
Rexagon merged 2 commits into
masterfrom
fix/commit-queue-after-block-accepted

feature(collator): commit queue only when block is accepted

c1316e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2026 in 0s

59.63% (+0.00%) compared to 43a3979

View this Pull Request on Codecov

59.63% (+0.00%) compared to 43a3979

Details

Codecov Report

❌ Patch coverage is 71.42857% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.63%. Comparing base (43a3979) to head (c1316e2).

Files with missing lines Patch % Lines
collator/src/manager/commit.rs 45.00% 8 Missing and 3 partials ⚠️
cli/src/node/mod.rs 0.00% 7 Missing ⚠️
collator/src/manager/mod.rs 81.81% 1 Missing and 1 partial ⚠️
collator/src/internal_queue/state/storage.rs 66.66% 0 Missing and 1 partial ⚠️
collator/src/manager/types.rs 83.33% 0 Missing and 1 partial ⚠️
collator/src/state_node.rs 95.45% 1 Missing ⚠️
collator/src/types.rs 92.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1105   +/-   ##
=======================================
  Coverage   59.63%   59.63%           
=======================================
  Files         484      484           
  Lines       82583    82502   -81     
  Branches    82583    82502   -81     
=======================================
- Hits        49250    49203   -47     
+ Misses      30991    30964   -27     
+ Partials     2342     2335    -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.