Commit Graph

849 Commits (1da446a8fb0aae047cfa79ce2bc15cbae5b1229a)

Author SHA1 Message Date
Andrew Kozlik 26d1fad2aa feat(legacy): Support Zcash version 5 transaction format.
2 years ago
grdddj c45ca3314c chore(tests): add on-chain-valid test vectors for Zcash v5
2 years ago
Tomas Krnak 7739825cc6 test: add device tests for Zcash v5
2 years ago
Pavol Rusnak 8f1d33d5f9 build(core,legacy): remove gcc, use cc instead of gcc
2 years ago
grdddj cac27e2338 chore(tests): comment on no-longer-valid transaction links
2 years ago
grdddj 2cb2ba7f6a chore(tests): create real taproot transactions
2 years ago
grdddj e4a6608d1f chore(tests): divide test BTC transactions between existing and unexisting
2 years ago
Ondřej Vejpustek 8356d0a572 fix(crypto): use zero auxiliary data in BIP340
2 years ago
Martin Milata c153ffe4b3 ci: ui2 device tests
2 years ago
Martin Milata 1f612580f7 feat(core): enable UI tests for redesigned UI
2 years ago
Martin Milata 28cd0d2606 test: mark test_show_multisig_xpubs as flaky
2 years ago
Martin Milata 0407e78e8c ci: use autoPatchelfHook for emulators from pinned nixpkgs
2 years ago
matejcik 82182ae078 ci: use external servers in CI and scripts
2 years ago
David Misiak 915781bfb1 chore(cardano): update changelog and ui tests
2 years ago
David Misiak 2262602967 feat(cardano): add support for plutus transactions
2 years ago
David Misiak 48587d83fe feat(cardano): add support for output datum hash and script data hash
2 years ago
David Misiak 2b3a53a6ae feat(cardano): add support for network id in tx body
2 years ago
Andrew Kozlik 9e346b05da chore(core): Don't check fairness of mining fees in CoinJoin.
2 years ago
Andrew Kozlik 94d1a49eea chore(core): Rework checking of CoinJoin parameters.
2 years ago
Andrew Kozlik 556e8a147a chore(core): Make CoinJoin checks more lenient.
2 years ago
Andrew Kozlik a4a51d02cc feat(tests): Add device tests for unverified external inputs.
2 years ago
Andrew Kozlik e108ba5bde fix(tests): Tests fail earlier due to scriptPubKey check.
2 years ago
matejcik 0b9f7db742 fix(core): support structs as array elements (fixes #2167)
2 years ago
matejcik 4e2129e0a0 feat(core): automatically choose best QR encoding
2 years ago
matejcik c3b28d8fb4 feat(tests): show QR codes in GetAddress test
2 years ago
grdddj 3b2a195cb2 fix(tests): change script running connect tests
2 years ago
grdddj 3e11e8bba2 chore(tests): update Bitcoin test cases to use valid prevtxes
2 years ago
matejcik 9d717b2085 refactor(tests): consolidate bitcoin.signtx helper module
2 years ago
matejcik c6bcb64443 feat(tests): use python-bitcoinlib for parsing Bitcoin txes
2 years ago
matejcik 7e81eba810 chore(tests): generate T1 test fixtures
2 years ago
matejcik 5191d31737 chore(tests): rename fixtures for TT
2 years ago
grdddj 5b0be3273e fix(tests): add mock urandom to T1 reset test
2 years ago
grdddj 9e654abdb3 feat(tests): prepare UI testing for T1
2 years ago
Andrew Kozlik 1ee443e8f8 feat(test): Device test for invalid Taproot addresses.
2 years ago
Andrew Kozlik b5c9f573b2 feat(legacy): Show "signature is valid" dialog when VerifyMessage succeeds.
2 years ago
Andrew Kozlik d52a59e37b feat(core): Show "signature is valid" dialog when VerifyMessage succeeds.
2 years ago
Andrew Kozlik 4d40d6dbfc feat(core): Support Electrum signatures in VerifyMessage.
2 years ago
Andrew Kozlik 473657fd44 chore(core): Tweak validation of pre-authorized GetOwnershipProof.
2 years ago
matejcik abc593d19a tests: drop skip_ui support
2 years ago
matejcik a1c62098e9 fix(core/ethereum): implement hold-to-confirm for eip1559 transactions
2 years ago
grdddj 9a71ac74c9 chore(tests): add type hints and improve styling in device test files
2 years ago
grdddj 697cb6448c chore(tests): add type hints to some non-device tests
2 years ago
grdddj c77e18d77c chore(tests): add type hints to helper test functions
2 years ago
grdddj 5d76144ef5 chore(common): always use resolve() when accessing parent of the Path
2 years ago
Andrew Kozlik a5824ed1ff feat(tests): Test payment request details.
2 years ago
Andrew Kozlik 90c32e0a2f feat(tests): Add address MAC device tests.
2 years ago
Andrew Kozlik c9008c7766 feat(tests): Add payment request device tests.
2 years ago
Andrew Kozlik e5281b87b5 chore(tests): Add payment requests to test_msg_authorize_coinjoin device test.
2 years ago
grdddj ee34b5ba08 chore(tests): using real transactions in bitcoin/test_signtx.py
2 years ago
grdddj e1d4e40785 feat(tests): adding assert_tx_matches() to common.py
2 years ago