-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Uncontrolled error when executing a TX #12696
Comments
Reassigning to confirmations team - users should not be able to click/tap save when inputting invalid params for gas |
Might it be related to Intrinsic gas too low bug, that was fixed yesterday by @OGPoyraz? Swap either fails on iOS with low gas fees: ios_fail.movor iOS crashes: ios_crash.movAndroid seems to always quit with low swap gas fees: android_crash.mp4Error message: |
Tried on branch with fix for Intrinsic gas too low bug - the issue occurs in this build too , with the same error message: branch_crash.mov |
Bug is present on other Popular networks too. |
This issue is present in 7.37.1: 7_37_1.mp4 |
Not present on v7.39.0 (1529) Arbitrum.swap.Uniswap.movBase.swap.Uniswap.mov |
Hi @Unik0rnMaggie, since this issue is not present in 7.39.0. Can we close it? |
Hi @vpintorico I believe so! With the latest RC7.39.0 (1535) on Ethereum Mainnet, when setting custom gas too low, the Tx is cancelled, there is no error: Hi @racitores Can we close this issue if the error is not present in v7.39.0? Swap.uniswap.ethereum1.movSwap.Uniswap.ethereum.Mainnet.mov |
Hey @Unik0rnMaggie, could you try setting the gas limit to |
Describe the bug
Android (crash) and iOS (uncontrolled error) app failed as a result of a custom transaction with low gas. Using STX on uniswap.
Note: the first time it happened, the application crashed (android) and when we tried to open it again, it requested to reset, going again to the SRP process and loosing all previous logs / info. We weren't able to reproduce it again
Expected behavior
The tx should fail, and be listed as fail in the Activity tab
Screenshots/Recordings
Screen.Recording.2024-12-13.at.11.07.25.mov
Steps to reproduce
Check the video for more detail and error output
Error messages or log output
Included in the screenshots/recording area of this issue
Detection stage
During release testing
Version
7.38.0
Build type
None
Device
Android
Operating system
Other (please elaborate in the "Additional Context" section)
Additional context
It happen on both Android and iOS
Severity
sev2
The text was updated successfully, but these errors were encountered: