7b0d3c496c
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. |
||
---|---|---|
.. | ||
ChatComponents | ||
MessageComponents | ||
samples | ||
ChatButtons.qml | ||
ChatInput.qml | ||
ChatMessages.qml | ||
EmptyChat.qml | ||
Message.qml | ||
ReplyArea.qml | ||
SendImageArea.qml | ||
SuggestionBox.qml | ||
SuggestionFilter.qml | ||
TopBar.qml | ||
qmldir |