status-desktop/ui
emizzle 7b0d3c496c fix: exception handling in mutli-threaded transactions
Currently, exceptions thrown during transactions or gas estimation that were spawned in another thread are not being propagated, due to a limitation in nim (see https://nim-lang.org/docs/manual_experimental.html#parallel-amp-spawn).

This means any exceptions from status-go were not propagated correctly and would cause the app to crash. This includes entering the wrong password when trying to send a transaction.

The issue was addressed by passing a `success` variable by reference, which is set to false if an exception was thrown by status-go.
2020-09-17 12:21:29 -04:00
..
app fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
imports feat: show toast message for transaction status changes 2020-09-14 14:48:26 -04:00
onboarding feat: change other components to use Address where needed 2020-08-27 17:48:03 -04:00
shared uiux: ensure components have proper theme text color 2020-09-16 16:57:31 -04:00
sounds fix volume of notification sounds 2020-08-20 13:39:57 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml refactor: use profileSettingsFile QtProperty instead of profile directly 2020-09-16 16:58:55 -04:00
nim-status-client.pro feat: add ToastMessage component in shared 2020-09-11 16:55:36 -04:00