status-desktop/ui/app/AppLayouts/Chat/ChatColumn
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
..
ChatComponents fix: gas estimate error 2021-01-19 16:11:06 -05:00
MessageComponents fix: gas estimate error 2021-01-19 16:11:06 -05:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml wip community invitatations and more 2021-01-11 13:57:35 -05:00
EmptyChat.qml uiux: add visual effect to walkie-talkie links 2021-01-12 13:26:00 -05:00
Message.qml fix(Timeline): make reactions works 2021-01-14 15:33:46 -05:00
SuggestionBox.qml fix: make sure the mention and emoji pickers close when pressing escape 2020-11-19 13:54:17 -05:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml uiux(StatusButton): introduce warn type 2021-01-19 12:45:03 +01:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00