status-desktop/ui/app/AppLayouts/Profile/Sections/Ens
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
..
Added.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
ENSConnected.qml feat: change pubkeys for already owned ens usernames 2020-08-28 11:31:35 -04:00
ENSDetails.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
ENSPopup.qml fix: rebase gone wrong 2020-09-11 13:25:55 -04:00
ENSRegistered.qml feat: register status ens usernames 2020-08-28 11:31:35 -04:00
List.qml fix: rebase gone wrong 2020-09-11 13:25:55 -04:00
RegisterENSModal.qml fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
Search.qml fix: rebase gone wrong 2020-09-11 13:25:55 -04:00
TermsAndConditions.qml fix: code review 2020-09-16 14:22:29 -04:00
Welcome.qml fix: rebase gone wrong 2020-09-11 13:25:55 -04:00