Skip to content

refactor: make MessagePool address resolution at finality non-blocking#7334

Merged
sudo-shashank merged 3 commits into
mainfrom
shashank/refactor-messagepool
Jul 10, 2026
Merged

refactor: make MessagePool address resolution at finality non-blocking#7334
sudo-shashank merged 3 commits into
mainfrom
shashank/refactor-messagepool

rpc call with retry with error log

9583c1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2026 in 0s

64.48% (+0.00%) compared to b4e5736

View this Pull Request on Codecov

64.48% (+0.00%) compared to b4e5736

Details

Codecov Report

❌ Patch coverage is 82.63158% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.48%. Comparing base (b4e5736) to head (9583c1f).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/dev/subcommands/tests_cmd/helpers.rs 0.00% 14 Missing ⚠️
src/message_pool/msgpool/msg_pool.rs 89.42% 4 Missing and 7 partials ⚠️
src/message_pool/msgpool/reorg.rs 69.23% 2 Missing and 2 partials ⚠️
src/chain_sync/chain_follower.rs 0.00% 1 Missing ⚠️
src/dev/subcommands/tests_cmd/wallet.rs 0.00% 1 Missing ⚠️
src/message_pool/nonce_tracker.rs 50.00% 0 Missing and 1 partial ⚠️
src/rpc/methods/eth.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/message_pool/msgpool/mod.rs 97.91% <100.00%> (+<0.01%) ⬆️
src/message_pool/msgpool/provider.rs 67.94% <ø> (+14.10%) ⬆️
src/message_pool/msgpool/selection.rs 86.98% <100.00%> (-0.48%) ⬇️
src/rpc/methods/gas.rs 86.59% <100.00%> (ø)
src/rpc/methods/mpool.rs 14.47% <100.00%> (ø)
src/chain_sync/chain_follower.rs 31.53% <0.00%> (ø)
src/dev/subcommands/tests_cmd/wallet.rs 0.00% <0.00%> (ø)
src/message_pool/nonce_tracker.rs 96.77% <50.00%> (ø)
src/rpc/methods/eth.rs 66.71% <0.00%> (ø)
src/message_pool/msgpool/reorg.rs 66.26% <69.23%> (+0.44%) ⬆️
... and 2 more

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4e5736...9583c1f. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.