-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Can't customise gas limit in new UI #3942
Comments
Also default / calculated gas is too low |
FYI @kumavis: I uninstalled, re-installed and customised the gas again just trying to do a vanilla token send - seems to have worked well: https://etherscan.io/tx/0x9c9306630bb39007771514ebca051b26b6e1a75a69bfa426e37c184e31b680cf I did notice that, in the new UI, SNT is not loaded as one of the auto options - is there a reason for that? Would be awesome to have it there, alongside ANT etc... Contract address: 0x744d70fdbe2ba4cf95131626614a1763df805b9e |
And, another update on my latest woes with the new UI: I managed to send the transaction at the bottom of that list (linked in previous comment) but any further token sends from the same account fail. The first one failed outright and is listed as such. The second one, listed as approved, caused the UI to hang indefinitely until I changed to another account and back. It then says approved, but is not clickable (neither is the failed one), and there is no matching tx out of the account on etherscan. |
facing same issue as @andytudhope |
@andytudhope would you mind submitting a ticket to [email protected] with your issue number on github and your state logs too so i can better debug your issue |
cc @scottydelta ^^ |
I'm having a slightly different issue here #4508 When I change the gas limit, it updates the gas fee but the total transaction cost does not get update. |
I am making a call to a contract that invokes another call which the estimateGas does not account for (when confirming bounties). Therefore, I want to customise the gasLimit to an amount I know will succeed and send the transaction.
Customising the gasLimit and saving it does not work.
Chrome 65.0.3325.181
Mac OS
Here is how I set up the transaction:
Here is the result:
https://etherscan.io/tx/0x7df2aba99e5be81a56d9058cb8759e2077213b38c35c05a1ac1a7f46e61924d1
The text was updated successfully, but these errors were encountered: