├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── build_and_functional_tests.yml │ ├── guidelines_enforcer.yml │ └── swap-ci-workflow.yml ├── .gitignore ├── .gitmodules ├── CHANGELOG.md ├── LICENSE ├── Makefile ├── README.md ├── doc └── btc.asc ├── glyphs ├── bitcoin_48px.png ├── bitcoin_64px.gif ├── bitcoin_cash_48px.png ├── bitcoin_cash_64px.gif ├── bitcoin_gold_48px.png ├── bitcoin_gold_64px.gif ├── bitcoin_legacy_48px.png ├── bitcoin_legacy_64px.gif ├── bitcoin_private_48px.png ├── bitcoin_private_64px.gif ├── bitcoin_testnet_64px.gif ├── bitcoin_testnet_legacy_48px.png ├── bitcoin_testnet_legacy_64px.gif ├── dash_48px.png ├── dash_64px.gif ├── digibyte_48px.png ├── digibyte_64px.gif ├── dogecoin_48px.png ├── dogecoin_64px.gif ├── firo_48px.png ├── firo_64px.gif ├── gamecredits_48px.png ├── gamecredits_64px.gif ├── horizen_48px.png ├── horizen_64px.gif ├── hydra_48px.png ├── hydra_64px.gif ├── hydra_testnet_48px.png ├── hydra_testnet_64px.gif ├── komodo_48px.png ├── komodo_64px.gif ├── lbry_48px.png ├── lbry_64px.gif ├── litecoin_48px.png ├── litecoin_64px.gif ├── nix_48px.png ├── nix_64px.gif ├── out_48px.png ├── out_indexed_48px.png ├── peercoin_48px.png ├── peercoin_64px.gif ├── pivx_48px.png ├── pivx_64px.gif ├── qtum_64px.gif ├── ravencoin_48px.png ├── ravencoin_64px.gif ├── stealth_48px.png ├── stealth_64px.gif ├── stratis_48px.png ├── stratis_64px.gif ├── vertcoin_48px.png ├── vertcoin_64px.gif ├── viacoin_48px.png ├── viacoin_64px.gif ├── xrhodium_48px.png ├── xrhodium_64px.gif ├── xsn_48px.png ├── xsn_64px.gif ├── zcash_48px.png ├── zcash_64px.gif ├── zclassic_48px.png └── zclassic_64px.gif ├── icons ├── apex_p_app_bitcoin.png ├── apex_p_app_bitcoin_cash.png ├── apex_p_app_bitcoin_gold.png ├── apex_p_app_bitcoin_legacy.png ├── apex_p_app_bitcoin_private.png ├── apex_p_app_bitcoin_testnet_legacy.png ├── apex_p_app_dash.png ├── apex_p_app_digibyte.png ├── apex_p_app_dogecoin.png ├── apex_p_app_firo.png ├── apex_p_app_gamecredits.png ├── apex_p_app_horizen.png ├── apex_p_app_hydra.png ├── apex_p_app_hydra_testnet.png ├── apex_p_app_komodo.png ├── apex_p_app_lbry.png ├── apex_p_app_litecoin.png ├── apex_p_app_nix.png ├── apex_p_app_peercoin.png ├── apex_p_app_pivx.png ├── apex_p_app_ravencoin.png ├── apex_p_app_stratis.png ├── apex_p_app_vertcoin.png ├── apex_p_app_viacoin.png ├── apex_p_app_xrhodium.png ├── apex_p_app_zclassic.png ├── bitcoin.png ├── bitcoin_cash.png ├── bitcoin_gold.png ├── bitcoin_private.png ├── bitcoin_testnet.png ├── dash.png ├── digibyte.png ├── dogecoin.png ├── firo.png ├── flex_app_bitcoin.png ├── flex_app_bitcoin_cash.png ├── flex_app_bitcoin_gold.png ├── flex_app_bitcoin_legacy.png ├── flex_app_bitcoin_private.png ├── flex_app_bitcoin_testnet.png ├── flex_app_bitcoin_testnet_legacy.png ├── flex_app_dash.png ├── flex_app_digibyte.png ├── flex_app_dogecoin.png ├── flex_app_firo.png ├── flex_app_gamecredits.png ├── flex_app_horizen.png ├── flex_app_hydra.png ├── flex_app_hydra_testnet.png ├── flex_app_komodo.png ├── flex_app_lbry.png ├── flex_app_litecoin.png ├── flex_app_nix.png ├── flex_app_peercoin.png ├── flex_app_pivx.png ├── flex_app_ravencoin.png ├── flex_app_stratis.png ├── flex_app_vertcoin.png ├── flex_app_viacoin.png ├── flex_app_xrhodium.png ├── flex_app_zclassic.png ├── gamecredits.png ├── horizen.png ├── komodo.png ├── lbry.png ├── litecoin.png ├── nanox_app_bitcoin_cash.gif ├── nanox_app_bitcoin_gold.gif ├── nanox_app_bitcoin_legacy.gif ├── nanox_app_bitcoin_private.gif ├── nanox_app_bitcoin_testnet_legacy.gif ├── nanox_app_dash.gif ├── nanox_app_digibyte.gif ├── nanox_app_dogecoin.gif ├── nanox_app_firo.gif ├── nanox_app_gamecredits.gif ├── nanox_app_horizen.gif ├── nanox_app_hydra.gif ├── nanox_app_hydra_testnet.gif ├── nanox_app_komodo.gif ├── nanox_app_lbry.gif ├── nanox_app_litecoin.gif ├── nanox_app_nix.gif ├── nanox_app_peercoin.gif ├── nanox_app_pivx.gif ├── nanox_app_qtum.gif ├── nanox_app_ravencoin.gif ├── nanox_app_stratis.gif ├── nanox_app_vertcoin.gif ├── nanox_app_viacoin.gif ├── nanox_app_xrhodium.gif ├── nanox_app_zcash.gif ├── nanox_app_zclassic.gif ├── nix.png ├── peercoin.png ├── pivx.png ├── ravencoin.png ├── stax_app_bitcoin.png ├── stax_app_bitcoin_cash.png ├── stax_app_bitcoin_gold.png ├── stax_app_bitcoin_legacy.png ├── stax_app_bitcoin_private.png ├── stax_app_bitcoin_testnet.png ├── stax_app_bitcoin_testnet_legacy.png ├── stax_app_dash.png ├── stax_app_digibyte.png ├── stax_app_dogecoin.png ├── stax_app_firo.png ├── stax_app_gamecredits.png ├── stax_app_horizen.png ├── stax_app_hydra.png ├── stax_app_hydra_testnet.png ├── stax_app_komodo.png ├── stax_app_lbry.png ├── stax_app_litecoin.png ├── stax_app_nix.png ├── stax_app_peercoin.png ├── stax_app_pivx.png ├── stax_app_ravencoin.png ├── stax_app_stratis.png ├── stax_app_vertcoin.png ├── stax_app_viacoin.png ├── stax_app_xrhodium.png ├── stax_app_zcash.png ├── stax_app_zclassic.png ├── stratis.png ├── vertcoin.png ├── viacoin.png ├── xrhodium.png ├── zcash.png └── zclassic.png ├── js ├── bundle.sh ├── dist │ └── ledger-btc.js ├── ledger-btc.js ├── ledger3q.js └── thirdparty │ ├── async.min.js │ ├── q.js │ └── u2f-api.js ├── ledger_app.toml └── tests ├── .gitignore ├── README.md ├── conftest.py ├── psbt └── singlesig │ ├── pkh-1to1.psbt │ ├── sh-wpkh-1to2.psbt │ ├── sh-wpkh-1to2.rawtx │ ├── tr-1to2-sighash-all.psbt │ ├── tr-1to2-sighash-default.psbt │ ├── tr-1to2-sighash-omitted.psbt │ ├── wpkh-1to2.psbt │ ├── wpkh-1to2.rawtx │ ├── wpkh-2to2.psbt │ └── wpkh-2to2.rawtx ├── ragger_bitcoin ├── README.md ├── __init__.py ├── ragger_adaptor.py ├── ragger_bitcoin.py └── ragger_instructions.py ├── requirements.txt ├── setup.cfg ├── snapshots ├── apex_p │ ├── test_get_public_key_m │ │ ├── 44' │ │ │ └── 1' │ │ │ │ ├── 0'_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 0'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 0'_0_2 │ │ │ │ └── 00000.png │ │ │ │ ├── 10'_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 10'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 10'_0_2 │ │ │ │ └── 00000.png │ │ │ │ └── 2' │ │ │ │ └── 1 │ │ │ │ ├── 42_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 42_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 42_0_2 │ │ │ │ └── 00000.png │ │ ├── 48' │ │ │ └── 1' │ │ │ │ └── 4' │ │ │ │ └── 1' │ │ │ │ └── 0 │ │ │ │ ├── 7_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 7_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 7_0_2 │ │ │ │ └── 00000.png │ │ ├── 49' │ │ │ └── 1' │ │ │ │ └── 1' │ │ │ │ └── 1 │ │ │ │ ├── 3_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 3_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 3_0_2 │ │ │ │ └── 00000.png │ │ ├── 84' │ │ │ └── 1' │ │ │ │ └── 2' │ │ │ │ └── 0 │ │ │ │ ├── 10_0_0 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 10_0_1 │ │ │ │ └── 00000.png │ │ └── 86' │ │ │ └── 1' │ │ │ └── 4' │ │ │ └── 1 │ │ │ ├── 12_0_0 │ │ │ └── 00000.png │ │ │ ├── 12_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 12_0_2 │ │ │ └── 00000.png │ ├── test_sign_message_0_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_0_1 │ │ └── 00000.png │ ├── test_sign_message_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_2 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_3 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_2_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_2_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_2 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_3 │ │ └── 00000.png │ └── test_sign_psbt_singlesig_wpkh_2to2_1_0 │ │ └── 00000.png ├── flex │ ├── test_get_public_key_m │ │ ├── 44' │ │ │ └── 1' │ │ │ │ ├── 0'_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 0'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 0'_0_2 │ │ │ │ └── 00000.png │ │ │ │ ├── 10'_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 10'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 10'_0_2 │ │ │ │ └── 00000.png │ │ │ │ └── 2' │ │ │ │ └── 1 │ │ │ │ ├── 42_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 42_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 42_0_2 │ │ │ │ └── 00000.png │ │ ├── 48' │ │ │ └── 1' │ │ │ │ └── 4' │ │ │ │ └── 1' │ │ │ │ └── 0 │ │ │ │ ├── 7_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 7_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 7_0_2 │ │ │ │ └── 00000.png │ │ ├── 49' │ │ │ └── 1' │ │ │ │ └── 1' │ │ │ │ └── 1 │ │ │ │ ├── 3_0_0 │ │ │ │ └── 00000.png │ │ │ │ ├── 3_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 3_0_2 │ │ │ │ └── 00000.png │ │ ├── 84' │ │ │ └── 1' │ │ │ │ └── 2' │ │ │ │ └── 0 │ │ │ │ ├── 10_0_0 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 10_0_1 │ │ │ │ └── 00000.png │ │ └── 86' │ │ │ └── 1' │ │ │ └── 4' │ │ │ └── 1 │ │ │ ├── 12_0_0 │ │ │ └── 00000.png │ │ │ ├── 12_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 12_0_2 │ │ │ └── 00000.png │ ├── test_sign_message_0_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_0_1 │ │ └── 00000.png │ ├── test_sign_message_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_2 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_3 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_0 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_1 │ │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_2 │ │ └── 00000.png │ └── test_sign_psbt_singlesig_wpkh_2to2_0_3 │ │ └── 00000.png ├── nanosp │ ├── test_get_public_key_m │ │ ├── 44' │ │ │ └── 1' │ │ │ │ ├── 0'_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ ├── 0'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 10'_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ ├── 10'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 2' │ │ │ │ └── 1 │ │ │ │ ├── 42_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 42_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 48' │ │ │ └── 1' │ │ │ │ └── 4' │ │ │ │ └── 1' │ │ │ │ └── 0 │ │ │ │ ├── 7_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 7_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 49' │ │ │ └── 1' │ │ │ │ └── 1' │ │ │ │ └── 1 │ │ │ │ ├── 3_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 3_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 84' │ │ │ └── 1' │ │ │ │ └── 2' │ │ │ │ └── 0 │ │ │ │ └── 10_0_0 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ └── 86' │ │ │ └── 1' │ │ │ └── 4' │ │ │ └── 1 │ │ │ ├── 12_0_0 │ │ │ ├── 00000.png │ │ │ ├── 00001.png │ │ │ ├── 00002.png │ │ │ └── 00003.png │ │ │ └── 12_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ ├── test_sign_message_0_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_1_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_1_1 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_1 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ ├── 00003.png │ │ └── 00004.png │ └── test_sign_psbt_singlesig_wpkh_2to2_0_1 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png ├── nanox │ ├── test_get_public_key_m │ │ ├── 44' │ │ │ └── 1' │ │ │ │ ├── 0'_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ ├── 0'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ ├── 10'_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ ├── 10'_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ │ │ └── 2' │ │ │ │ └── 1 │ │ │ │ ├── 42_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 42_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 48' │ │ │ └── 1' │ │ │ │ └── 4' │ │ │ │ └── 1' │ │ │ │ └── 0 │ │ │ │ ├── 7_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 7_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 49' │ │ │ └── 1' │ │ │ │ └── 1' │ │ │ │ └── 1 │ │ │ │ ├── 3_0_0 │ │ │ │ ├── 00000.png │ │ │ │ ├── 00001.png │ │ │ │ ├── 00002.png │ │ │ │ └── 00003.png │ │ │ │ └── 3_0_1 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ ├── 84' │ │ │ └── 1' │ │ │ │ └── 2' │ │ │ │ └── 0 │ │ │ │ └── 10_0_0 │ │ │ │ ├── 00000.png │ │ │ │ └── 00001.png │ │ └── 86' │ │ │ └── 1' │ │ │ └── 4' │ │ │ └── 1 │ │ │ ├── 12_0_0 │ │ │ ├── 00000.png │ │ │ ├── 00001.png │ │ │ ├── 00002.png │ │ │ └── 00003.png │ │ │ └── 12_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ ├── test_sign_message_0_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_1_0 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_message_1_1 │ │ ├── 00000.png │ │ └── 00001.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_1 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ └── 00003.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_0 │ │ ├── 00000.png │ │ ├── 00001.png │ │ ├── 00002.png │ │ ├── 00003.png │ │ └── 00004.png │ └── test_sign_psbt_singlesig_wpkh_2to2_0_1 │ │ ├── 00000.png │ │ ├── 00001.png │ │ └── 00002.png └── stax │ ├── test_get_public_key_m │ ├── 44' │ │ └── 1' │ │ │ ├── 0'_0_0 │ │ │ └── 00000.png │ │ │ ├── 0'_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ ├── 0'_0_2 │ │ │ └── 00000.png │ │ │ ├── 10'_0_0 │ │ │ └── 00000.png │ │ │ ├── 10'_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ ├── 10'_0_2 │ │ │ └── 00000.png │ │ │ └── 2' │ │ │ └── 1 │ │ │ ├── 42_0_0 │ │ │ └── 00000.png │ │ │ ├── 42_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 42_0_2 │ │ │ └── 00000.png │ ├── 48' │ │ └── 1' │ │ │ └── 4' │ │ │ └── 1' │ │ │ └── 0 │ │ │ ├── 7_0_0 │ │ │ └── 00000.png │ │ │ ├── 7_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 7_0_2 │ │ │ └── 00000.png │ ├── 49' │ │ └── 1' │ │ │ └── 1' │ │ │ └── 1 │ │ │ ├── 3_0_0 │ │ │ └── 00000.png │ │ │ ├── 3_0_1 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 3_0_2 │ │ │ └── 00000.png │ ├── 84' │ │ └── 1' │ │ │ └── 2' │ │ │ └── 0 │ │ │ ├── 10_0_0 │ │ │ ├── 00000.png │ │ │ └── 00001.png │ │ │ └── 10_0_1 │ │ │ └── 00000.png │ └── 86' │ │ └── 1' │ │ └── 4' │ │ └── 1 │ │ ├── 12_0_0 │ │ └── 00000.png │ │ ├── 12_0_1 │ │ ├── 00000.png │ │ └── 00001.png │ │ └── 12_0_2 │ │ └── 00000.png │ ├── test_sign_message_0_0 │ ├── 00000.png │ └── 00001.png │ ├── test_sign_message_0_1 │ └── 00000.png │ ├── test_sign_message_1_0 │ ├── 00000.png │ ├── 00001.png │ └── 00002.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_2 │ └── 00000.png │ ├── test_sign_psbt_singlesig_pkh_1to1_0_3 │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_0_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_sh_wpkh_1to2_1_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_0_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_1_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_0_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_1to2_2_1_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_0 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_1 │ └── 00000.png │ ├── test_sign_psbt_singlesig_wpkh_2to2_0_2 │ └── 00000.png │ └── test_sign_psbt_singlesig_wpkh_2to2_0_3 │ └── 00000.png ├── test_get_pubkey.py ├── test_sign.py └── test_sign_message.py /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/build_and_functional_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.github/workflows/build_and_functional_tests.yml -------------------------------------------------------------------------------- /.github/workflows/guidelines_enforcer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.github/workflows/guidelines_enforcer.yml -------------------------------------------------------------------------------- /.github/workflows/swap-ci-workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.github/workflows/swap-ci-workflow.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/.gitmodules -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/README.md -------------------------------------------------------------------------------- /doc/btc.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/doc/btc.asc -------------------------------------------------------------------------------- /glyphs/bitcoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_cash_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_cash_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_cash_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_cash_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_gold_48px.png: -------------------------------------------------------------------------------- 1 | bitcoin_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_gold_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_gold_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_legacy_48px.png: -------------------------------------------------------------------------------- 1 | bitcoin_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_legacy_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_legacy_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_private_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_private_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_private_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_private_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_testnet_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_testnet_64px.gif -------------------------------------------------------------------------------- /glyphs/bitcoin_testnet_legacy_48px.png: -------------------------------------------------------------------------------- 1 | bitcoin_48px.png -------------------------------------------------------------------------------- /glyphs/bitcoin_testnet_legacy_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/bitcoin_testnet_legacy_64px.gif -------------------------------------------------------------------------------- /glyphs/dash_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/dash_48px.png -------------------------------------------------------------------------------- /glyphs/dash_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/dash_64px.gif -------------------------------------------------------------------------------- /glyphs/digibyte_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/digibyte_48px.png -------------------------------------------------------------------------------- /glyphs/digibyte_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/digibyte_64px.gif -------------------------------------------------------------------------------- /glyphs/dogecoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/dogecoin_48px.png -------------------------------------------------------------------------------- /glyphs/dogecoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/dogecoin_64px.gif -------------------------------------------------------------------------------- /glyphs/firo_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/firo_48px.png -------------------------------------------------------------------------------- /glyphs/firo_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/firo_64px.gif -------------------------------------------------------------------------------- /glyphs/gamecredits_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/gamecredits_48px.png -------------------------------------------------------------------------------- /glyphs/gamecredits_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/gamecredits_64px.gif -------------------------------------------------------------------------------- /glyphs/horizen_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/horizen_48px.png -------------------------------------------------------------------------------- /glyphs/horizen_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/horizen_64px.gif -------------------------------------------------------------------------------- /glyphs/hydra_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/hydra_48px.png -------------------------------------------------------------------------------- /glyphs/hydra_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/hydra_64px.gif -------------------------------------------------------------------------------- /glyphs/hydra_testnet_48px.png: -------------------------------------------------------------------------------- 1 | hydra_48px.png -------------------------------------------------------------------------------- /glyphs/hydra_testnet_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/hydra_testnet_64px.gif -------------------------------------------------------------------------------- /glyphs/komodo_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/komodo_48px.png -------------------------------------------------------------------------------- /glyphs/komodo_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/komodo_64px.gif -------------------------------------------------------------------------------- /glyphs/lbry_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/lbry_48px.png -------------------------------------------------------------------------------- /glyphs/lbry_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/lbry_64px.gif -------------------------------------------------------------------------------- /glyphs/litecoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/litecoin_48px.png -------------------------------------------------------------------------------- /glyphs/litecoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/litecoin_64px.gif -------------------------------------------------------------------------------- /glyphs/nix_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/nix_48px.png -------------------------------------------------------------------------------- /glyphs/nix_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/nix_64px.gif -------------------------------------------------------------------------------- /glyphs/out_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/out_48px.png -------------------------------------------------------------------------------- /glyphs/out_indexed_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/out_indexed_48px.png -------------------------------------------------------------------------------- /glyphs/peercoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/peercoin_48px.png -------------------------------------------------------------------------------- /glyphs/peercoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/peercoin_64px.gif -------------------------------------------------------------------------------- /glyphs/pivx_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/pivx_48px.png -------------------------------------------------------------------------------- /glyphs/pivx_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/pivx_64px.gif -------------------------------------------------------------------------------- /glyphs/qtum_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/qtum_64px.gif -------------------------------------------------------------------------------- /glyphs/ravencoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/ravencoin_48px.png -------------------------------------------------------------------------------- /glyphs/ravencoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/ravencoin_64px.gif -------------------------------------------------------------------------------- /glyphs/stealth_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/stealth_48px.png -------------------------------------------------------------------------------- /glyphs/stealth_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/stealth_64px.gif -------------------------------------------------------------------------------- /glyphs/stratis_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/stratis_48px.png -------------------------------------------------------------------------------- /glyphs/stratis_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/stratis_64px.gif -------------------------------------------------------------------------------- /glyphs/vertcoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/vertcoin_48px.png -------------------------------------------------------------------------------- /glyphs/vertcoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/vertcoin_64px.gif -------------------------------------------------------------------------------- /glyphs/viacoin_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/viacoin_48px.png -------------------------------------------------------------------------------- /glyphs/viacoin_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/viacoin_64px.gif -------------------------------------------------------------------------------- /glyphs/xrhodium_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/xrhodium_48px.png -------------------------------------------------------------------------------- /glyphs/xrhodium_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/xrhodium_64px.gif -------------------------------------------------------------------------------- /glyphs/xsn_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/xsn_48px.png -------------------------------------------------------------------------------- /glyphs/xsn_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/xsn_64px.gif -------------------------------------------------------------------------------- /glyphs/zcash_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/zcash_48px.png -------------------------------------------------------------------------------- /glyphs/zcash_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/zcash_64px.gif -------------------------------------------------------------------------------- /glyphs/zclassic_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/zclassic_48px.png -------------------------------------------------------------------------------- /glyphs/zclassic_64px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/glyphs/zclassic_64px.gif -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_bitcoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin_cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_bitcoin_cash.png -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin_gold.png: -------------------------------------------------------------------------------- 1 | apex_p_app_bitcoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin_legacy.png: -------------------------------------------------------------------------------- 1 | apex_p_app_bitcoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_bitcoin_private.png -------------------------------------------------------------------------------- /icons/apex_p_app_bitcoin_testnet_legacy.png: -------------------------------------------------------------------------------- 1 | apex_p_app_bitcoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_dash.png -------------------------------------------------------------------------------- /icons/apex_p_app_digibyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_digibyte.png -------------------------------------------------------------------------------- /icons/apex_p_app_dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_dogecoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_firo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_firo.png -------------------------------------------------------------------------------- /icons/apex_p_app_gamecredits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_gamecredits.png -------------------------------------------------------------------------------- /icons/apex_p_app_horizen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_horizen.png -------------------------------------------------------------------------------- /icons/apex_p_app_hydra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_hydra.png -------------------------------------------------------------------------------- /icons/apex_p_app_hydra_testnet.png: -------------------------------------------------------------------------------- 1 | apex_p_app_hydra.png -------------------------------------------------------------------------------- /icons/apex_p_app_komodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_komodo.png -------------------------------------------------------------------------------- /icons/apex_p_app_lbry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_lbry.png -------------------------------------------------------------------------------- /icons/apex_p_app_litecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_litecoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_nix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_nix.png -------------------------------------------------------------------------------- /icons/apex_p_app_peercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_peercoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_pivx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_pivx.png -------------------------------------------------------------------------------- /icons/apex_p_app_ravencoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_ravencoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_stratis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_stratis.png -------------------------------------------------------------------------------- /icons/apex_p_app_vertcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_vertcoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_viacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_viacoin.png -------------------------------------------------------------------------------- /icons/apex_p_app_xrhodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_xrhodium.png -------------------------------------------------------------------------------- /icons/apex_p_app_zclassic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/apex_p_app_zclassic.png -------------------------------------------------------------------------------- /icons/bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/bitcoin.png -------------------------------------------------------------------------------- /icons/bitcoin_cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/bitcoin_cash.png -------------------------------------------------------------------------------- /icons/bitcoin_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/bitcoin_gold.png -------------------------------------------------------------------------------- /icons/bitcoin_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/bitcoin_private.png -------------------------------------------------------------------------------- /icons/bitcoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/bitcoin_testnet.png -------------------------------------------------------------------------------- /icons/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/dash.png -------------------------------------------------------------------------------- /icons/digibyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/digibyte.png -------------------------------------------------------------------------------- /icons/dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/dogecoin.png -------------------------------------------------------------------------------- /icons/firo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/firo.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_cash.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_gold.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_legacy.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_private.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_testnet.png -------------------------------------------------------------------------------- /icons/flex_app_bitcoin_testnet_legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_bitcoin_testnet_legacy.png -------------------------------------------------------------------------------- /icons/flex_app_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_dash.png -------------------------------------------------------------------------------- /icons/flex_app_digibyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_digibyte.png -------------------------------------------------------------------------------- /icons/flex_app_dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_dogecoin.png -------------------------------------------------------------------------------- /icons/flex_app_firo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_firo.png -------------------------------------------------------------------------------- /icons/flex_app_gamecredits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_gamecredits.png -------------------------------------------------------------------------------- /icons/flex_app_horizen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_horizen.png -------------------------------------------------------------------------------- /icons/flex_app_hydra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_hydra.png -------------------------------------------------------------------------------- /icons/flex_app_hydra_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_hydra_testnet.png -------------------------------------------------------------------------------- /icons/flex_app_komodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_komodo.png -------------------------------------------------------------------------------- /icons/flex_app_lbry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_lbry.png -------------------------------------------------------------------------------- /icons/flex_app_litecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_litecoin.png -------------------------------------------------------------------------------- /icons/flex_app_nix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_nix.png -------------------------------------------------------------------------------- /icons/flex_app_peercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_peercoin.png -------------------------------------------------------------------------------- /icons/flex_app_pivx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_pivx.png -------------------------------------------------------------------------------- /icons/flex_app_ravencoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_ravencoin.png -------------------------------------------------------------------------------- /icons/flex_app_stratis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_stratis.png -------------------------------------------------------------------------------- /icons/flex_app_vertcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_vertcoin.png -------------------------------------------------------------------------------- /icons/flex_app_viacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_viacoin.png -------------------------------------------------------------------------------- /icons/flex_app_xrhodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_xrhodium.png -------------------------------------------------------------------------------- /icons/flex_app_zclassic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/flex_app_zclassic.png -------------------------------------------------------------------------------- /icons/gamecredits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/gamecredits.png -------------------------------------------------------------------------------- /icons/horizen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/horizen.png -------------------------------------------------------------------------------- /icons/komodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/komodo.png -------------------------------------------------------------------------------- /icons/lbry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/lbry.png -------------------------------------------------------------------------------- /icons/litecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/litecoin.png -------------------------------------------------------------------------------- /icons/nanox_app_bitcoin_cash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_bitcoin_cash.gif -------------------------------------------------------------------------------- /icons/nanox_app_bitcoin_gold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_bitcoin_gold.gif -------------------------------------------------------------------------------- /icons/nanox_app_bitcoin_legacy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_bitcoin_legacy.gif -------------------------------------------------------------------------------- /icons/nanox_app_bitcoin_private.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_bitcoin_private.gif -------------------------------------------------------------------------------- /icons/nanox_app_bitcoin_testnet_legacy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_bitcoin_testnet_legacy.gif -------------------------------------------------------------------------------- /icons/nanox_app_dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_dash.gif -------------------------------------------------------------------------------- /icons/nanox_app_digibyte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_digibyte.gif -------------------------------------------------------------------------------- /icons/nanox_app_dogecoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_dogecoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_firo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_firo.gif -------------------------------------------------------------------------------- /icons/nanox_app_gamecredits.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_gamecredits.gif -------------------------------------------------------------------------------- /icons/nanox_app_horizen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_horizen.gif -------------------------------------------------------------------------------- /icons/nanox_app_hydra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_hydra.gif -------------------------------------------------------------------------------- /icons/nanox_app_hydra_testnet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_hydra_testnet.gif -------------------------------------------------------------------------------- /icons/nanox_app_komodo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_komodo.gif -------------------------------------------------------------------------------- /icons/nanox_app_lbry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_lbry.gif -------------------------------------------------------------------------------- /icons/nanox_app_litecoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_litecoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_nix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_nix.gif -------------------------------------------------------------------------------- /icons/nanox_app_peercoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_peercoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_pivx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_pivx.gif -------------------------------------------------------------------------------- /icons/nanox_app_qtum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_qtum.gif -------------------------------------------------------------------------------- /icons/nanox_app_ravencoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_ravencoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_stratis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_stratis.gif -------------------------------------------------------------------------------- /icons/nanox_app_vertcoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_vertcoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_viacoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_viacoin.gif -------------------------------------------------------------------------------- /icons/nanox_app_xrhodium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_xrhodium.gif -------------------------------------------------------------------------------- /icons/nanox_app_zcash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_zcash.gif -------------------------------------------------------------------------------- /icons/nanox_app_zclassic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nanox_app_zclassic.gif -------------------------------------------------------------------------------- /icons/nix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/nix.png -------------------------------------------------------------------------------- /icons/peercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/peercoin.png -------------------------------------------------------------------------------- /icons/pivx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/pivx.png -------------------------------------------------------------------------------- /icons/ravencoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/ravencoin.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_cash.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_gold.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_legacy.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_private.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_testnet.png -------------------------------------------------------------------------------- /icons/stax_app_bitcoin_testnet_legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_bitcoin_testnet_legacy.png -------------------------------------------------------------------------------- /icons/stax_app_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_dash.png -------------------------------------------------------------------------------- /icons/stax_app_digibyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_digibyte.png -------------------------------------------------------------------------------- /icons/stax_app_dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_dogecoin.png -------------------------------------------------------------------------------- /icons/stax_app_firo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_firo.png -------------------------------------------------------------------------------- /icons/stax_app_gamecredits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_gamecredits.png -------------------------------------------------------------------------------- /icons/stax_app_horizen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_horizen.png -------------------------------------------------------------------------------- /icons/stax_app_hydra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_hydra.png -------------------------------------------------------------------------------- /icons/stax_app_hydra_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_hydra_testnet.png -------------------------------------------------------------------------------- /icons/stax_app_komodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_komodo.png -------------------------------------------------------------------------------- /icons/stax_app_lbry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_lbry.png -------------------------------------------------------------------------------- /icons/stax_app_litecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_litecoin.png -------------------------------------------------------------------------------- /icons/stax_app_nix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_nix.png -------------------------------------------------------------------------------- /icons/stax_app_peercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_peercoin.png -------------------------------------------------------------------------------- /icons/stax_app_pivx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_pivx.png -------------------------------------------------------------------------------- /icons/stax_app_ravencoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_ravencoin.png -------------------------------------------------------------------------------- /icons/stax_app_stratis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_stratis.png -------------------------------------------------------------------------------- /icons/stax_app_vertcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_vertcoin.png -------------------------------------------------------------------------------- /icons/stax_app_viacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_viacoin.png -------------------------------------------------------------------------------- /icons/stax_app_xrhodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_xrhodium.png -------------------------------------------------------------------------------- /icons/stax_app_zcash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_zcash.png -------------------------------------------------------------------------------- /icons/stax_app_zclassic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stax_app_zclassic.png -------------------------------------------------------------------------------- /icons/stratis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/stratis.png -------------------------------------------------------------------------------- /icons/vertcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/vertcoin.png -------------------------------------------------------------------------------- /icons/viacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/viacoin.png -------------------------------------------------------------------------------- /icons/xrhodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/xrhodium.png -------------------------------------------------------------------------------- /icons/zcash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/zcash.png -------------------------------------------------------------------------------- /icons/zclassic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/icons/zclassic.png -------------------------------------------------------------------------------- /js/bundle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/bundle.sh -------------------------------------------------------------------------------- /js/dist/ledger-btc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/dist/ledger-btc.js -------------------------------------------------------------------------------- /js/ledger-btc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/ledger-btc.js -------------------------------------------------------------------------------- /js/ledger3q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/ledger3q.js -------------------------------------------------------------------------------- /js/thirdparty/async.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/thirdparty/async.min.js -------------------------------------------------------------------------------- /js/thirdparty/q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/thirdparty/q.js -------------------------------------------------------------------------------- /js/thirdparty/u2f-api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/js/thirdparty/u2f-api.js -------------------------------------------------------------------------------- /ledger_app.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/ledger_app.toml -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/.gitignore -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/psbt/singlesig/pkh-1to1.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/pkh-1to1.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/sh-wpkh-1to2.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/sh-wpkh-1to2.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/sh-wpkh-1to2.rawtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/sh-wpkh-1to2.rawtx -------------------------------------------------------------------------------- /tests/psbt/singlesig/tr-1to2-sighash-all.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/tr-1to2-sighash-all.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/tr-1to2-sighash-default.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/tr-1to2-sighash-default.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/tr-1to2-sighash-omitted.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/tr-1to2-sighash-omitted.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/wpkh-1to2.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/wpkh-1to2.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/wpkh-1to2.rawtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/wpkh-1to2.rawtx -------------------------------------------------------------------------------- /tests/psbt/singlesig/wpkh-2to2.psbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/wpkh-2to2.psbt -------------------------------------------------------------------------------- /tests/psbt/singlesig/wpkh-2to2.rawtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/psbt/singlesig/wpkh-2to2.rawtx -------------------------------------------------------------------------------- /tests/ragger_bitcoin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/ragger_bitcoin/README.md -------------------------------------------------------------------------------- /tests/ragger_bitcoin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/ragger_bitcoin/__init__.py -------------------------------------------------------------------------------- /tests/ragger_bitcoin/ragger_adaptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/ragger_bitcoin/ragger_adaptor.py -------------------------------------------------------------------------------- /tests/ragger_bitcoin/ragger_bitcoin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/ragger_bitcoin/ragger_bitcoin.py -------------------------------------------------------------------------------- /tests/ragger_bitcoin/ragger_instructions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/ragger_bitcoin/ragger_instructions.py -------------------------------------------------------------------------------- /tests/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/requirements.txt -------------------------------------------------------------------------------- /tests/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/setup.cfg -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/0'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/10'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_message_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_message_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_pkh_1to1_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_2_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_sh_wpkh_1to2_2_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_2_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_1to2_2_2_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png -------------------------------------------------------------------------------- /tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/apex_p/test_sign_psbt_singlesig_wpkh_2to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/0'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/10'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_message_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_message_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/flex/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/0'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/10'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_message_1_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_message_1_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_pkh_1to1_0_1/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_0/00004.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanosp/test_sign_psbt_singlesig_wpkh_2to2_0_1/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/0'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/10'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_message_1_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_message_1_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_pkh_1to1_0_1/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00003.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_0/00004.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/nanox/test_sign_psbt_singlesig_wpkh_2to2_0_1/00002.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/0'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/10'_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/44'/1'/2'/1/42_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/48'/1'/4'/1'/0/7_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/49'/1'/1'/1/3_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/84'/1'/2'/0/10_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_1/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_get_public_key_m/86'/1'/4'/1/12_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_0_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_0_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_1_0/00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_1_0/00001.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_message_1_0/00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_message_1_0/00002.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_pkh_1to1_0_3/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_sh_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_1_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_1to2_2_1_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_0/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_1/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_2/00000.png -------------------------------------------------------------------------------- /tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/snapshots/stax/test_sign_psbt_singlesig_wpkh_2to2_0_3/00000.png -------------------------------------------------------------------------------- /tests/test_get_pubkey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/test_get_pubkey.py -------------------------------------------------------------------------------- /tests/test_sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/test_sign.py -------------------------------------------------------------------------------- /tests/test_sign_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/app-bitcoin/HEAD/tests/test_sign_message.py --------------------------------------------------------------------------------