Skip to content

[consensus/simplex] Fix `Seedable` impl for `bls12381_threshold` scheme

88ea01c
Select commit
Loading
Failed to load commit list.
Merged

[consensus/simplex] Fix Seedable impl for bls12381_threshold scheme #2756

[consensus/simplex] Fix `Seedable` impl for `bls12381_threshold` scheme
88ea01c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2026 in 0s

93.20% (+0.00%) compared to 5ca1fb0

View this Pull Request on Codecov

93.20% (+0.00%) compared to 5ca1fb0

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.20%. Comparing base (5ca1fb0) to head (88ea01c).
⚠️ Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main    #2756   +/-   ##
=======================================
  Coverage   93.20%   93.20%           
=======================================
  Files         372      372           
  Lines      113359   113359           
=======================================
  Hits       105655   105655           
  Misses       7704     7704           
Files with missing lines Coverage Δ
consensus/src/marshal/mod.rs 95.28% <ø> (ø)
consensus/src/simplex/elector.rs 100.00% <ø> (ø)
consensus/src/simplex/mod.rs 98.77% <100.00%> (ø)
consensus/src/simplex/scheme/bls12381_threshold.rs 97.01% <100.00%> (ø)
consensus/src/simplex/scheme/reporter.rs 97.07% <100.00%> (ø)
consensus/src/simplex/types.rs 85.80% <ø> (ø)

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 5ca1fb0...88ea01c. 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.