1
0

plugins: ledger: bump max supported ledger_bitcoin version

ledger-bitcoin 0.4 was just released (seemingly without breaking changes)
the changelog claims they want to uphold semver
This commit is contained in:
SomberNight
2025-03-19 17:29:40 +00:00
parent 0266832650
commit 245853ff4f
2 changed files with 2 additions and 2 deletions

View File

@@ -1211,7 +1211,7 @@ class Ledger_KeyStore(Hardware_KeyStore):
class LedgerPlugin(HW_PluginBase):
keystore_class = Ledger_KeyStore
minimum_library = (0, 2, 0)
maximum_library = (0, 4, 0)
maximum_library = (1, 0)
DEVICE_IDS = [(0x2581, 0x1807), # HW.1 legacy btchip # not supported anymore (but we log an exception)
(0x2581, 0x2b7c), # HW.1 transitional production # not supported anymore
(0x2581, 0x3b7c), # HW.1 ledger production # not supported anymore