1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/tests/device_tests/bitcoin
2022-01-27 15:07:30 +01:00
..
__init__.py
test_authorize_coinjoin.py fix(tests): Fix signatures in ownership proofs. 2022-01-10 11:14:36 +01:00
test_bcash.py
test_bgold.py
test_dash.py
test_decred.py
test_descriptors.py
test_firo.py
test_fujicoin.py feat(common): enable taproot for Fujicoin, fix xpub versions 2022-01-05 12:43:34 +01:00
test_getaddress_segwit_native.py feat(common): enable Taproot on Groestlcoin 2021-12-20 22:49:36 +01:00
test_getaddress_segwit.py fix(tests): show addresses in test_show_segwit 2021-12-21 19:39:57 +01:00
test_getaddress_show.py
test_getaddress.py feat(common): enable Taproot on Groestlcoin 2021-12-20 22:49:36 +01:00
test_getownershipproof.py fix(tests): Fix signatures in ownership proofs. 2022-01-10 11:14:36 +01:00
test_getpublickey_curve.py
test_getpublickey.py
test_grs.py fix(tests): add correct test case for GRS taproot 2021-12-21 19:39:57 +01:00
test_komodo.py
test_multisig_change.py
test_multisig.py
test_nonstandard_paths.py
test_op_return.py
test_peercoin.py
test_signmessage.py
test_signtx_amount_unit.py
test_signtx_external.py fix(tests): Fix signatures in ownership proofs. 2022-01-10 11:14:36 +01:00
test_signtx_invalid_path.py test(core): make sure path check fails immediately 2021-12-16 14:15:39 +01:00
test_signtx_mixed_inputs.py
test_signtx_prevhash.py
test_signtx_replacement.py
test_signtx_segwit_native.py
test_signtx_segwit.py
test_signtx_taproot.py style(tests): remove class from taproot test 2022-01-13 13:01:17 +01:00
test_signtx.py chore(tests): using real transactions in bitcoin/test_signtx.py 2022-01-27 15:07:30 +01:00
test_verifymessage_segwit_native.py
test_verifymessage_segwit.py
test_verifymessage.py
test_zcash.py