forked from spesmilo/electrum
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Satochip plugin hardware wallet to support latest firmware v0.11
This allows to support the latest Satochip firmware v0.11 with improved performances and support for secure channel (encrypted and authenticated communication between the EC wallet and the card for improved security). The plugin has been simplified by using the pysatochip library for communication with the card. Also, the Satochip_2FA plugin (used for optional 2-Factor-Authentication) has been merged with the Satochip plugin. Seed generation: use BIP39 by default for better compatibility (instead of electrum seeds) User interface improvements: 2FA can be activated from the option menu See: Electron-Cash#1915 Electron-Cash#2127
- Loading branch information
Showing
15 changed files
with
401 additions
and
2,455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ trezor[hidapi]>=0.12.0 | |
keepkey>=6.1 | ||
btchip-python | ||
hidapi | ||
pyscard==1.9.9 | ||
pysatochip==0.11.2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.