This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 284
Withdraw errors with high gas prices #4773
Labels
Comments
This is one more important line from log:
|
And here is PR that introduced the problem: #3802 It seems that if amount is low and gas price is high, then the resulting amount is negative and this is not handled. |
etam
added a commit
that referenced
this issue
Oct 16, 2019
@mdtanrikulu I've made a PR to golem to raise an exception in such case. But maybe you could also do some magic in GUI, to show the user that there is a problem. As you can see in screenshot, the amount to be withdrawn is smaller than gas price. |
@etam Sure, I will make a check before and for after if I catch the exception and the magic will appear 🎉Thanks! |
etam
added a commit
that referenced
this issue
Oct 21, 2019
fix merged to b0.21 |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Description
Golem Version: INFO 0.20.2+dev538.g964b8e3
Golem-Messages version (leave empty if unsure): golem_messages Version: 3.11.0
Electron version (if used): history_list_update_fix
OS [e.g. Windows 10 Pro]: Linux 18.04
Branch (if launched from source): b0.21
Mainnet/Testnet: mainnet
Priority label is set to the lowest by default. To setup higher priority please change the label
P0 label is set for Severity-Critical/Effort-easy
P1 label is set for Severity-Critical/Effort-hard
P2 label is set for Severity-Low/ Effort-easy
P3 label is set for Severity-Low/Effort-hard
Description of the issue:
When withdrawing eth from wallet when gas prices are high gives an error in GUI and golem.log
from debug logs:
Actual result:
In withdrawal modal seems that transaction is unsuccessful but eth from wallet is sent. Sent amount is 10 times higher than requested. In confirmation modal amount is shown as a minus value.
Screenshots:
Steps To Reproduce
Short description of steps to reproduce the behavior:
e.g.
Expected behavior
Golem should send required amount of money
Logs and any additional context
golem.log
Proposed Solution?
(Optional: What could be a solution for that issue)
The text was updated successfully, but these errors were encountered: