1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/tests/device_tests/bitcoin
Martin Milata 19a2ea21b6 fix(core/ui): Model T style update
[no changelog]
2023-03-23 20:16:22 +01:00
..
__init__.py
payment_req.py
signtx.py
test_authorize_coinjoin.py feat(core): Remove authorization when rounds are depleted. 2023-02-27 14:22:25 +01:00
test_bcash.py chore(tests): make all the device tests work with UI2 2022-11-21 14:08:47 +01:00
test_bgold.py
test_dash.py chore(tests): make all the device tests work with UI2 2022-11-21 14:08:47 +01:00
test_decred.py
test_descriptors.py test: Add SLIP-25 descriptor tests. 2023-03-20 17:55:49 +01:00
test_firo.py
test_fujicoin.py
test_getaddress_segwit_native.py chore(tests): add type hints and improve styling in device test files 2022-02-07 14:05:27 +01:00
test_getaddress_segwit.py
test_getaddress_show.py
test_getaddress.py
test_getownershipproof.py
test_getpublickey_curve.py
test_getpublickey.py
test_grs.py
test_komodo.py chore(tests): make all the device tests work with UI2 2022-11-21 14:08:47 +01:00
test_multisig_change.py feat(core): Validate script type of change-outputs in Bitcoin signing. 2023-02-28 14:06:07 +01:00
test_multisig.py
test_nonstandard_paths.py
test_op_return.py
test_peercoin.py chore(tests): add type hints and improve styling in device test files 2022-02-07 14:05:27 +01:00
test_signmessage.py
test_signtx_amount_unit.py feat(core,legacy): display only sat instead of sat BTC 2022-09-15 08:01:24 +02:00
test_signtx_external.py feat(legacy): Support native SegWit external inputs with non-ownership proof. 2023-02-27 14:22:25 +01:00
test_signtx_invalid_path.py
test_signtx_mixed_inputs.py
test_signtx_payreq.py
test_signtx_prevhash.py
test_signtx_replacement.py
test_signtx_segwit_native.py feat(core): Validate script type of change-outputs in Bitcoin signing. 2023-02-28 14:06:07 +01:00
test_signtx_segwit.py chore(tests): make all the device tests work with UI2 2022-11-21 14:08:47 +01:00
test_signtx_taproot.py chore(tests): make all the device tests work with UI2 2022-11-21 14:08:47 +01:00
test_signtx.py
test_verifymessage_segwit_native.py
test_verifymessage_segwit.py
test_verifymessage.py
test_zcash.py