status-desktop/ui/app/AppLayouts/Chat
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
..
ChatColumn fix: gas estimate error 2021-01-19 16:11:06 -05:00
CommunityComponents fix(Timeline): make reactions works 2021-01-14 15:33:46 -05:00
ContactsColumn feat: add muted states for channel 2021-01-15 13:52:50 -05:00
components fix(Timeline): make reactions works 2021-01-14 15:33:46 -05:00
data change status-spanish to status-espanol, it's more guay 2020-09-23 17:19:17 -04:00
ChatColumn.qml wip community invitatations and more 2021-01-11 13:57:35 -05:00
ChatLayout.qml fix(Timeline): make reactions works 2021-01-14 15:33:46 -05:00
CommunityColumn.qml fix: code review suggestions 2021-01-11 13:57:35 -05:00
ContactsColumn.qml fix: fix QML warnings + some UI fixes to match the design 2021-01-15 13:52:05 -05:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00