SomberNight
|
b0464cc934
|
refactor 'init_wallet_wizard' hook a bit. add test_wizard trezor test
|
2025-07-21 02:40:17 +00:00 |
|
ThomasV
|
b86be552e7
|
hardware wallets: show address on device also from tx dialog
|
2025-05-06 18:22:07 +00:00 |
|
ThomasV
|
6e087950cf
|
move hw_wallet.py from plugins to electrum library
|
2025-04-10 10:19:15 +02:00 |
|
SomberNight
|
154adf0081
|
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]: https://github.com/spesmilo/electrum/commit/9b82eb6d06f8534652849f3370ab8af7d7ca9c7f
[1]: https://github.com/spesmilo/electrum/issues/9370#issuecomment-2593675364
|
2025-03-18 16:18:49 +00:00 |
|
SomberNight
|
15d5b96dda
|
hw plugins: ledger: minor fix re qt6 migration
follow-up https://github.com/spesmilo/electrum/pull/9189
|
2024-10-10 20:12:09 +00:00 |
|
SomberNight
|
cfe8502f96
|
qt desktop gui: upgrade qt5->qt6
closes https://github.com/spesmilo/electrum/issues/8007
|
2024-09-18 15:48:38 +00:00 |
|
Sander van Grieken
|
0aebc1a31e
|
qt+plugins: cleanup. remove all old wizard code
|
2023-09-20 14:34:31 +02:00 |
|
Sander van Grieken
|
46c60c9f09
|
wizard: add ledger
|
2023-09-20 14:34:31 +02:00 |
|
ghost43
|
ac239a81b8
|
Merge pull request #8041 from bigspider/app-bitcoin-new
Modify Ledger plugin to support the new bitcoin app v2.1.0
|
2022-11-10 14:24:14 +00:00 |
|
SomberNight
|
e75110ec04
|
hw_wallet: de-dupe "message_dialog" code, make text selectable
|
2022-11-09 21:10:52 +00:00 |
|
Salvatore Ingala
|
2d64dc13c9
|
Modify Ledger plugin to support the new bitcoin app v2.1.0
|
2022-11-08 17:44:05 +01:00 |
|
SomberNight
|
200f547a07
|
ledger: fix compat with hw.1 - signing flow deadlocked
broke in 8a1b46d839ac24f77bfa5e3a1eed0cb7284b59eac5b685854c517f224c98dc44
|
2020-10-24 23:32:18 +02:00 |
|
Christian Clauss
|
e34afd62ce
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
2019-08-11 22:35:23 +00:00 |
|
SomberNight
|
f60f690ca9
|
change many str(e) to repr(e) as some exceptions were cryptic
it's often valuable to see the type of the exception
(especially as for some exceptions str(e) == '')
|
2019-07-17 20:12:52 +02:00 |
|
SomberNight
|
f405c3fbdd
|
ledger: (trivial) rm some remnants of hw1 setup
|
2019-06-29 02:28:00 +02:00 |
|
SomberNight
|
026448837f
|
no more "import *"
fixes #5101
fixes #5105
|
2019-02-11 20:21:24 +01:00 |
|
SomberNight
|
16bac5fd73
|
rm qt icons file
so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the icons
based on electrumsv/electrumsv@bf8802c2ea
|
2019-02-01 20:15:28 +01:00 |
|
SomberNight
|
70c32590a9
|
hw plugins: fix only_hook_if_libraries_available
follow-up f9a5f2e183
|
2018-09-30 00:25:36 +02:00 |
|
SomberNight
|
f9a5f2e183
|
fix #4698
|
2018-09-19 20:02:03 +02:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|