status-desktop/src
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
status fix: gas estimate error 2021-01-19 16:11:06 -05:00
eventemitter.nim refactor: make event emitter threadsafe 2020-10-16 10:45:24 -04:00
nim_status_client.nim chore: refactor prod/dev app icon and related logic for macOS 2021-01-15 19:12:42 -05:00
nim_windows_launcher.nim build: implement packaging steps for the Windows build 2020-07-17 13:57:32 -05:00