Skip to content

Merge branch 'main' into hm/fix-tipset-key-save-load

1b7421c
Select commit
Loading
Failed to load commit list.
Merged

fix: update TipsetKey save and load logic to match Lotus #6712

Merge branch 'main' into hm/fix-tipset-key-save-load
1b7421c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2026 in 0s

63.40% (+0.00%) compared to 56382dd

View this Pull Request on Codecov

63.40% (+0.00%) compared to 56382dd

Details

Codecov Report

❌ Patch coverage is 75.64103% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.40%. Comparing base (56382dd) to head (1b7421c).

Files with missing lines Patch % Lines
src/blocks/tipset.rs 89.79% 0 Missing and 5 partials ⚠️
src/ipld/util.rs 63.63% 3 Missing and 1 partial ⚠️
src/rpc/methods/chain.rs 0.00% 3 Missing ⚠️
src/chain/store/chain_store.rs 0.00% 0 Missing and 2 partials ⚠️
src/cli/subcommands/snapshot_cmd.rs 0.00% 1 Missing ⚠️
src/daemon/db_util.rs 0.00% 1 Missing ⚠️
src/daemon/mod.rs 0.00% 1 Missing ⚠️
src/db/gc/snapshot.rs 0.00% 1 Missing ⚠️
src/rpc/methods/f3/types.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/chain/mod.rs 75.00% <100.00%> (+0.45%) ⬆️
src/rpc/methods/eth.rs 67.95% <ø> (-0.37%) ⬇️
src/tool/subcommands/archive_cmd.rs 29.56% <100.00%> (+0.09%) ⬆️
src/utils/cid/mod.rs 87.50% <100.00%> (+1.78%) ⬆️
src/cli/subcommands/snapshot_cmd.rs 0.00% <0.00%> (ø)
src/daemon/db_util.rs 54.11% <0.00%> (ø)
src/daemon/mod.rs 29.08% <0.00%> (+0.10%) ⬆️
src/db/gc/snapshot.rs 18.77% <0.00%> (-0.09%) ⬇️
src/rpc/methods/f3/types.rs 62.29% <0.00%> (+1.80%) ⬆️
src/chain/store/chain_store.rs 69.49% <0.00%> (+0.81%) ⬆️
... and 3 more

... and 13 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 56382dd...1b7421c. Read the comment docs.

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