benk10
benk10
## Changes - Separated the interface from the Python dependent implementation - Created a new module structure to support multiple implementations for making HWI calls - Added a binary implementation...
Add a border to QR for easier scanning in dark mode. This fixes scanning of PSBT on Jade in dark mode by adding white border to the QR. Addresses #5256...
Once a user scans the QR to connect to the desktop app to verify address, the mobile app should display the address so the user can compare it with the...
When verifying address on a hardware wallet using the desktop app, the descriptor the mobile app is currently sending the desktop app for single sig wallets is malformatted, which makes...
Coldcard and Jade are also supported with HWI, so the desktop app is able to connect to them as well. We need to enable this type of communication on the...
Currently, if the user has only one node in the app and tries to click disconnect it will appear to have worked, but just continue to connect to the node....
The relay backup should not be a mandatory part, but we should allow the user to opt in / out, and also to delete their existing backup data if they...
In settings, currency defaults could have a clearer name, and should be higher in the list.
It is not clear what parts does the personal cloud backup is backing up. We should better explain that part to the user.
On first open, we should let the user explicitly choose between connecting to own electrum, or use a public one, instead of using public by default without asking. This is...