Skip to content

Merge remote-tracking branch 'origin/main' into hm/head-change-revert

38c8eb4
Select commit
Loading
Failed to load commit list.
Merged

fix: broadcast HeadChange::Revert(Tipset) in set_heaviest_tipset #6732

Merge remote-tracking branch 'origin/main' into hm/head-change-revert
38c8eb4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 16, 2026 in 1s

63.62% (-0.02%) compared to b751bf4

View this Pull Request on Codecov

63.62% (-0.02%) compared to b751bf4

Details

Codecov Report

❌ Patch coverage is 52.35602% with 91 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.62%. Comparing base (b751bf4) to head (38c8eb4).

Files with missing lines Patch % Lines
src/rpc/methods/chain.rs 39.72% 43 Missing and 1 partial ⚠️
src/message_pool/msgpool/mod.rs 23.07% 10 Missing ⚠️
src/state_manager/mod.rs 16.66% 10 Missing ⚠️
src/daemon/mod.rs 40.00% 6 Missing ⚠️
...tool/subcommands/api_cmd/generate_test_snapshot.rs 0.00% 6 Missing ⚠️
src/chain/store/chain_store.rs 82.75% 1 Missing and 4 partials ⚠️
src/message_pool/msgpool/msg_pool.rs 72.72% 2 Missing and 1 partial ⚠️
src/db/parity_db.rs 0.00% 2 Missing ⚠️
src/message_pool/msgpool/provider.rs 77.77% 2 Missing ⚠️
src/chain_sync/chain_follower.rs 50.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
Files with missing lines Coverage Δ
src/db/memory.rs 89.60% <100.00%> (+0.71%) ⬆️
src/db/mod.rs 43.13% <ø> (ø)
src/message_pool/msgpool/test_provider.rs 98.30% <100.00%> (+0.04%) ⬆️
src/rpc/methods/sync.rs 71.87% <100.00%> (-0.52%) ⬇️
src/rpc/mod.rs 88.48% <ø> (-0.72%) ⬇️
src/tool/offline_server/server.rs 30.66% <100.00%> (ø)
src/tool/subcommands/api_cmd/test_snapshot.rs 85.31% <100.00%> (ø)
src/chain_sync/chain_follower.rs 39.36% <50.00%> (ø)
src/db/car/many.rs 66.66% <83.33%> (ø)
src/db/gc/snapshot.rs 18.77% <0.00%> (ø)
... and 9 more

... and 4 files 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 b751bf4...38c8eb4. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.