You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When signing a transaction, entering a negative gas price will break the extension. The tx confirmation window will freeze and opening the UI will render an empty screen. In the console, a BigNumber constructor error message will be displayed due to it being created with a negative hex value.
I've eventually worked around this by disabling the extension, switching to Kovan, entering the password to log in, opening settings, and reseting the account.
To Reproduce
Create a transaction to send (for example, send 0 ETH to yourself)
On the tx confirmation screen, with the gas price in focus, tap the Down arrow on the keyboard to decrease the price, going below 0
The UI should presend an infinitely loading overlay; closing the pop-up and opening the UI again should render a blank screen
Expected behavior
Gas price input should prevent the user from entering a negative value.
Browser details (please complete the following information):
Describe the bug
When signing a transaction, entering a negative gas price will break the extension. The tx confirmation window will freeze and opening the UI will render an empty screen. In the console, a BigNumber constructor error message will be displayed due to it being created with a negative hex value.
I've eventually worked around this by disabling the extension, switching to Kovan, entering the password to log in, opening settings, and reseting the account.
To Reproduce
Expected behavior
Gas price input should prevent the user from entering a negative value.
Browser details (please complete the following information):
The text was updated successfully, but these errors were encountered: