status-desktop/ui/app/AppLayouts/Profile/Sections
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
..
Contacts fix(Contacts): "Unblock User" i18n ID doesn't have a translation 2020-09-08 14:23:18 -04:00
Data feat: add changeTranslation function 2020-07-21 11:09:00 -04:00
Ens fix: exception handling in mutli-threaded transactions 2020-09-17 12:21:29 -04:00
AboutContainer.qml update to alpha.5 2020-09-08 14:57:28 -04:00
AdvancedContainer.qml refactor: change settings to use a filename instead 2020-09-16 16:58:55 -04:00
AppearanceContainer.qml refactor: change settings to use a filename instead 2020-09-16 16:58:55 -04:00
BackupSeedModal.qml refactor: never save mnemonic in memory unless totally necessary 2020-08-27 16:42:25 -04:00
ContactsContainer.qml fix(Contacts): use qsTr() over qsTrId() for concrete text 2020-09-08 14:23:30 -04:00
DevicesContainer.qml feat: make profile look like the design 2020-07-22 10:17:54 -04:00
EnsContainer.qml fix: code review 2020-09-16 14:22:29 -04:00
HelpContainer.qml chore: remove unused JS library 2020-09-16 17:01:32 -04:00
LanguageContainer.qml refactor: change settings to use a filename instead 2020-09-16 16:58:55 -04:00
MyProfileContainer.qml feat: change other components to use Address where needed 2020-08-27 17:48:03 -04:00
NotificationsContainer.qml chore: run transform script to change qstr to qstrid 2020-07-08 12:37:41 -04:00
PrivacyContainer.qml refactor: change settings to use a filename instead 2020-09-16 16:58:55 -04:00
SignoutContainer.qml chore: run transform script to change qstr to qstrid 2020-07-08 12:37:41 -04:00
SoundsContainer.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
SyncContainer.qml uiux: ensure components have proper theme text color 2020-09-16 16:57:31 -04:00
qmldir feat: set device name 2020-07-06 14:17:19 -04:00