mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
build-wine/deterministic.spec: add Coldcard plugin and ckcc-protocol dependancy Require version 0.7.2 of ckcc-protocol (window fixes) Rework import paths to new standards Updated icons New minimum version, for latest PSBT constants Upgrade to final PSBT (BIP 174) standard encoding Remove log noise Show bootloader version number as well Handle case where libraries are missing better Remove noise about missing packages, for rest of world Add reference to ckcc-protocol module/data Remove dead code Beef up the README more Slightly better looking Add version numbers and upgrade firmware feature Split out DFU support into own file First pass at adding Coinkite Coldcard hardware wallet to Electrum
7 lines
308 B
Python
7 lines
308 B
Python
from electrum.i18n import _
|
|
|
|
fullname = 'Coldcard Wallet'
|
|
description = 'Provides support for the Coldcard hardware wallet from Coinkite'
|
|
requires = [('ckcc-protocol', 'github.com/Coldcard/ckcc-protocol')]
|
|
registers_keystore = ('hardware', 'coldcard', _("Coldcard Wallet"))
|
|
available_for = ['qt', 'cmdline']
|