status-desktop/ui
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
..
app fix: gas estimate error 2021-01-19 16:11:06 -05:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update to beta.5 2021-01-13 15:14:21 -05:00
imports uiux(StatusButton): introduce warn type 2021-01-19 12:45:03 +01:00
onboarding fix: don't show backup message when mnemonic was imported 2021-01-15 13:51:20 -05:00
shared uiux(StatusButton): introduce warn type 2021-01-19 12:45:03 +01:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml fix: don't show backup message when mnemonic was imported 2021-01-15 13:51:20 -05:00
nim-status-client.pro add import for a community 2021-01-11 13:57:35 -05:00