status-desktop/ui/app/AppLayouts/Profile
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
..
LeftTab fix: profile icons 2020-08-31 11:34:01 -04:00
Sections fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
LeftTab.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
ProfileLayout.qml refactor: use profileSettingsFile QtProperty instead of profile directly 2020-09-16 16:58:55 -04:00
qmldir feat: layouts for the Profile screens 2020-05-19 20:02:21 -04:00