Skip to content

[BUG] No gas estimation before blockchain transactions - transactions may fail #61

Description

@Siddh2024

Description

Blockchain transactions are submitted without estimating gas limits first. If the default gas limit is too low, transactions will fail silently, and users will lose gas fees.

Suggested Fix

Always call estimateGas() before sending transactions and display the estimated gas cost to the user for confirmation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions