status-desktop/ui/app/AppLayouts/Wallet
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
..
components fix(Wallet): reset add account modal 2020-09-11 14:41:35 -04:00
data implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
AccountSettingsModal.qml feat: Send transaction component -- Account selector 2020-08-05 16:38:49 +10:00
AddCustomTokenModal.qml feat: list, toggle and remove custom tokens 2020-09-09 16:10:51 -04:00
AssetsTab.qml refactor: rename Asset.fiatValue -> Asset.fiatBalanceDisplay 2020-08-10 09:32:01 -04:00
CollectiblesTab.qml feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00
HistoryTab.qml fix: fix defaultTokenList use in QML 2020-09-14 14:54:17 -04:00
LeftTab.qml fix: transaction history handling 2020-09-07 12:54:59 -04:00
ReceiveModal.qml feat(tx-comps): Send transaction modal 2020-09-03 15:32:55 -04:00
SendModal.qml fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
SetCurrencyModal.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
TokenSettingsModal.qml feat: list, toggle and remove custom tokens 2020-09-09 16:10:51 -04:00
WalletHeader.qml feat: list, toggle and remove custom tokens 2020-09-09 16:10:51 -04:00
WalletLayout.qml refactor: use profileSettingsFile QtProperty instead of profile directly 2020-09-16 16:58:55 -04:00
qmldir feat: add files for the wallet tabs 2020-05-28 13:59:56 -04:00