Skip to content

Merge branch 'main' into akaladarshi/fix-estimate-msg-gas

e2a5ad3
Select commit
Loading
Failed to load commit list.
Merged

fix: Fix the GasEstimateMessageGas API #6109

Merge branch 'main' into akaladarshi/fix-estimate-msg-gas
e2a5ad3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2025 in 0s

40.41% (+0.30%) compared to 58352c4

View this Pull Request on Codecov

40.41% (+0.30%) compared to 58352c4

Details

Codecov Report

❌ Patch coverage is 84.24821% with 66 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.41%. Comparing base (58352c4) to head (e2a5ad3).

Files with missing lines Patch % Lines
src/tool/subcommands/api_cmd/api_compare_tests.rs 0.00% 28 Missing ⚠️
src/rpc/methods/gas.rs 89.09% 24 Missing ⚠️
src/shim/econ.rs 96.02% 6 Missing ⚠️
src/rpc/methods/chain.rs 0.00% 3 Missing ⚠️
src/rpc/methods/eth.rs 0.00% 2 Missing ⚠️
src/chain/store/chain_store.rs 0.00% 1 Missing ⚠️
src/rpc/methods/msig.rs 0.00% 1 Missing ⚠️
src/wallet/subcommands/wallet_cmd.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/cli_shared/cli/config.rs 100.00% <100.00%> (ø)
src/daemon/context.rs 65.13% <100.00%> (+0.16%) ⬆️
src/lotus_json/signed_message.rs 92.00% <100.00%> (ø)
src/networks/mod.rs 85.28% <100.00%> (+0.13%) ⬆️
src/rpc/types/mod.rs 0.00% <ø> (ø)
src/chain/store/chain_store.rs 46.61% <0.00%> (ø)
src/rpc/methods/msig.rs 0.00% <0.00%> (ø)
src/wallet/subcommands/wallet_cmd.rs 0.00% <0.00%> (ø)
src/rpc/methods/eth.rs 23.19% <0.00%> (ø)
src/rpc/methods/chain.rs 21.05% <0.00%> (-0.05%) ⬇️
... and 3 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 58352c4...e2a5ad3. Read the comment docs.

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