Skip to content

fix(rpc): raise eth_estimateGas until the message succeeds + tests - #7473

Open
LesnyRumcajs wants to merge 1 commit into
mainfrom
fix-eth-gas-search
Open

fix(rpc): raise eth_estimateGas until the message succeeds + tests#7473
LesnyRumcajs wants to merge 1 commit into
mainfrom
fix-eth-gas-search

fix(rpc): raise `eth_estimateGas` until the message succeeds + tests

c2292b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2026 in 0s

65.06% (-0.17%) compared to 0b42ef6

View this Pull Request on Codecov

65.06% (-0.17%) compared to 0b42ef6

Details

Codecov Report

❌ Patch coverage is 25.28474% with 328 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.06%. Comparing base (0b42ef6) to head (c2292b3).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/dev/subcommands/devnet_cmd/eth_gas.rs 0.00% 207 Missing ⚠️
src/rpc/methods/eth.rs 35.89% 50 Missing ⚠️
src/dev/subcommands/tests_cmd/helpers.rs 0.00% 40 Missing ⚠️
src/dev/subcommands/devnet_cmd.rs 0.00% 25 Missing ⚠️
src/shim/executor.rs 89.18% 3 Missing and 1 partial ⚠️
src/dev/subcommands/mod.rs 0.00% 1 Missing ⚠️
src/rpc/methods/eth/errors.rs 96.29% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/dev/subcommands/tests_cmd.rs 0.00% <ø> (ø)
src/rpc/methods/gas.rs 88.23% <100.00%> (+1.47%) ⬆️
src/state_manager/message_simulation.rs 78.92% <100.00%> (+0.42%) ⬆️
src/dev/subcommands/mod.rs 71.42% <0.00%> (-1.04%) ⬇️
src/rpc/methods/eth/errors.rs 98.14% <96.29%> (+16.66%) ⬆️
src/shim/executor.rs 87.24% <89.18%> (+0.34%) ⬆️
src/dev/subcommands/devnet_cmd.rs 0.00% <0.00%> (ø)
src/dev/subcommands/tests_cmd/helpers.rs 0.00% <0.00%> (ø)
src/rpc/methods/eth.rs 68.79% <35.89%> (+0.22%) ⬆️
src/dev/subcommands/devnet_cmd/eth_gas.rs 0.00% <0.00%> (ø)

... and 8 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 f6ebc6a...c2292b3. 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.