mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 15:17:45 +00:00
There was a bug introduced https://github.com/status-im/status-desktop/commit/2ac67f95a where we'd rely on the possibly resolved public key, which is passed to `generateAlias()`. The public key is never guaranteed to be an actual key (if resolution fails, it's a an empty string). Passing an empty string to `generateAlias()` causes `status-go` to crash and we don't handle that error. This commit ensures that we only attempt to generate an alias when we indeed have a successfully resolved public key.
Nim-status-client
Desktop client for the Status Network built with Nim and Qt
note: this documentation is wip
Getting started
Overview
Architecture & Development
Guides & Tutorials
Continuous Integration
API
Translations
License
Licensed under the Mozilla Public License Version 2.0
Description
Languages
QML
39.4%
JavaScript
29.5%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%