Skip to content

fix(transaction): improve gas estimation reliability and error handling#5344

Open
gacevicljubisa wants to merge 3 commits intomasterfrom
fix/improve-gas-estimation-and-fallback-handling
Open

fix(transaction): improve gas estimation reliability and error handling#5344
gacevicljubisa wants to merge 3 commits intomasterfrom
fix/improve-gas-estimation-and-fallback-handling

Conversation

@gacevicljubisa
Copy link
Member

Checklist

  • I have read the coding guide.
  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

This fixes "intrinsic gas too low" errors when MinEstimatedGasLimit was 0
and estimation failed. The fallback ensures transactions can proceed even
when RPC balance checks fail, since actual transaction cost is typically
much lower than maximum theoretical cost used in estimation.

Open API Spec Version Changes (if applicable)

Motivation and Context (Optional)

Related Issue (Optional)

Screenshots (if appropriate):

@acud acud added this to the v2.8.0 milestone Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants