1
0

plugins: ledger: rm support for hw.1

This removes support for Ledger HW.1 and "Nano" (non-S) devices.
These were manufactured/sold around 2015-2016, and are long unsupported by the upstream vendor.

We previously added a deprecation warning to the GUI [0] released in 4.3.3 (2023-01-02), to warn owners of these devices.
This PR now fully removes support.

As a consequence, the unmaintained btchip-python dependency can now be removed, which solves [1].

[0]: 9b82eb6d06
[1]: https://github.com/spesmilo/electrum/issues/9370#issuecomment-2593675364
This commit is contained in:
SomberNight
2025-03-18 16:18:49 +00:00
parent 7737dbf795
commit 154adf0081
7 changed files with 21 additions and 359 deletions

View File

@@ -14,8 +14,6 @@ hidapi>=0.7.99.post15
libusb1>=1.6
# device plugin: ledger
# note: btchip-python only needed for "legacy" protocol and HW.1 support
btchip-python>=0.1.32
ledger-bitcoin>=0.2.0
hidapi