mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-12 13:39:52 +00:00
trezor: bump library requirement
This commit is contained in:
parent
3fc70bd97a
commit
da41e4c289
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
trezor[hidapi]>=0.11.0
|
trezor[hidapi]>=0.11.5
|
||||||
safet[hidapi]>=0.1.0
|
safet[hidapi]>=0.1.0
|
||||||
keepkey>=6.0.3
|
keepkey>=6.0.3
|
||||||
btchip-python>=0.1.26
|
btchip-python>=0.1.26
|
||||||
|
|
|
@ -112,7 +112,7 @@ class TrezorPlugin(HW_PluginBase):
|
||||||
libraries_URL = 'https://github.com/trezor/python-trezor'
|
libraries_URL = 'https://github.com/trezor/python-trezor'
|
||||||
minimum_firmware = (1, 5, 2)
|
minimum_firmware = (1, 5, 2)
|
||||||
keystore_class = TrezorKeyStore
|
keystore_class = TrezorKeyStore
|
||||||
minimum_library = (0, 11, 0)
|
minimum_library = (0, 11, 5)
|
||||||
maximum_library = (0, 12)
|
maximum_library = (0, 12)
|
||||||
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
|
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
|
||||||
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)
|
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)
|
||||||
|
|
Loading…
Add table
Reference in a new issue