status-desktop/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents
Malik Al-Jabr 3ad3739218 fix: gas estimate error
fixes #935
A bug occurs when someone requests a large amount of funds from you since the gas estimation will fail and there isn't a way of handling errors in the source yet.

This PR handles the error appropriatley for both `estimateGas` and `estimateTokenGas` where the response is only converted from hex to int if the RPC call was successful. Otherwise return the error message as the response and let the UI decide how to display it.

Currently the error for gas estimation in transaction bubbles is displayed in a popup however, ive come to realize that 2 popups open instead of one. This is a new bug of which I can't pinpoint the root cause at the moment and have opted to file a separate issue for it.
2021-01-19 16:11:06 -05:00
..
ChatCommandButton.qml feat: add chat command bubbles for received txs 2020-09-09 15:03:45 -04:00
ChatCommandModal.qml fix: fix PopupModal to not show a footer at all if there is no children 2021-01-13 14:32:35 -05:00
ChatInputButton.qml fix: fix layout of input buttons when some are hidden 2020-08-19 15:25:13 -04:00
SignTransactionModal.qml fix: gas estimate error 2021-01-19 16:11:06 -05:00