add Nunchuk export option

This commit is contained in:
scgbckbone 2024-04-17 16:21:57 +02:00 committed by doc-hex
parent 3f62b4e05e
commit a839f02e80
4 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
## 5.2.3 - 2024-XX-XX
- Enhancement: Allow to specify start index for address explorer export and browsing
- Enhancement: Add `Nunchuk` option to `Export Wallet`
- Change: `Passphrase` menu item is no longer offered if BIP39 passphrase
already in use. Use `Restore Master` with ability to keep or purge current
passphrase wallet settings.

View File

@ -26,6 +26,7 @@
## 1.1.1Q - 2024-04-XX
- Enhancement: Allow to specify start index for address explorer export and browsing
- Enhancement: Add `Nunchuk` option to `Export Wallet`
- Change: `Passphrase` menu item is no longer offered if BIP39 passphrase
already in use. Use `Restore Master` with ability to keep or purge current
passphrase wallet settings.

View File

@ -164,6 +164,7 @@ WalletExportMenu = [
# xxxxxxxxxxxxxxxx
MenuItem("Bitcoin Core", f=bitcoin_core_skeleton),
MenuItem("Sparrow Wallet", f=named_generic_skeleton, arg="Sparrow"),
MenuItem("Nunchuk", f=named_generic_skeleton, arg="Nunchuk"),
MenuItem("Electrum Wallet", f=electrum_skeleton),
MenuItem("Wasabi Wallet", f=wasabi_skeleton),
MenuItem("Unchained", f=unchained_capital_export),

View File

@ -283,7 +283,8 @@ def test_export_electrum(way, dev, mode, acct_num, pick_menu_item, goto_home, ca
@pytest.mark.parametrize('app', [
("Generic JSON", "Generic Export"),
("Lily Wallet", "Lily Wallet"),
("Sparrow Wallet", "Sparrow Wallet")
("Sparrow Wallet", "Sparrow Wallet"),
("Nunchuk", "Nunchuk"),
])
def test_export_coldcard(way, dev, acct_num, app, pick_menu_item, goto_home, cap_story, need_keypress,
microsd_path, nfc_read_json, virtdisk_path, addr_vs_path, enter_number,