Commit Graph

859 Commits (core/v2.5.1)

Author SHA1 Message Date
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
grdddj 9cf5fd351a chore(tests): adding type hints to helper functions used in sign_tx tests
2 years ago
grdddj 3536d86fa9 fix(tests): using press_info instead of click for info buttons
2 years ago
Andrew Kozlik ba4f046d6f feat(common): Add INFO button to DebugLinkDecision.
2 years ago
grdddj e4b5f10223 feat(tests): clicking Info button in (Super)Shamir backup device tests
2 years ago
Alois Klink 5c4703c9bb fix(core,legacy): Fix domain-only ethTypedData
2 years ago
matejcik b2136e35d4 style(tests): remove class from taproot test
2 years ago
grdddj 8bcd52fc1b chore(tests): unifying NEM T1 and TT device tests
2 years ago
Andrew Kozlik 44c184061e fix(tests): Fix signatures in ownership proofs.
2 years ago
FujiCoin 33c243be8d
feat(common): enable taproot for Fujicoin, fix xpub versions
2 years ago
matejcik 33b23ea6a0 fix(tests): show addresses in test_show_segwit
2 years ago
matejcik f0f950d484 fix(tests): add correct test case for GRS taproot
2 years ago
gruve-p 3ab036a1d1
feat(common): enable Taproot on Groestlcoin
2 years ago
matejcik d2ac4e7a9c feat(tests): add tests for blind EIP-712 signing
2 years ago
Martin Milata bfe5b6a272 test(core): make sure path check fails immediately
2 years ago
grdddj 3ed92a72bb feat(ci): running connect tests against current branch
3 years ago
Martin Milata 86b02c6c06 tests(core): remove fixtures incorrectly added during merge
3 years ago
Pavol Rusnak 0c57614436
style(tests): make linters happy
3 years ago
Martin Milata ff5f965c44 Merge branch 'release/21.12'
3 years ago
matejcik a4bcc95deb feat(python): introduce Trezor models
3 years ago
matejcik a2a8cc88d9 feat(python): make the protobuf mappings overridable
3 years ago
matejcik be6d01729d fix(tests): TxCache needs to respond to `x in tx_cache`
3 years ago
Andrew Kozlik 7b7aa2d971 feat(tests): Add device tests for Taproot ownership proofs.
3 years ago
Andrew Kozlik b0f2d43884 tests: Fix tx_cache download.
3 years ago
grdddj 9ef4440d0a chore(tests): regenerating fixtures.json to account for changed file-paths
3 years ago
grdddj 0b0a77703c chore(tests): more test reorganizations
3 years ago
grdddj 18a2642d95 chore(tests): renaming all "proto" usages to "messages" in device tests
3 years ago
grdddj a92d29ddbf chore(tests): removing classes from device test files
3 years ago
grdddj 782f868717 chore(tests): organize device tests into folders
3 years ago
grdddj 6c8e6dcc08 feat(tests): SuperShamir device tests for clicking Info button
3 years ago
Andrew Kozlik de6fab3c1e feat(tests): Test SegWit cross-coin attack.
3 years ago
Andrew Kozlik 9052133fca fix(core): Ensure user is warned about non-standard paths.
3 years ago
Andrew Kozlik e30ccabed3 feat(legacy): Show path warning for SignMessage.
3 years ago
Andrew Kozlik 10717ddb99 feat(tests): Add invalid signature test for RBF in P2TR.
3 years ago
Andrew Kozlik fa4d74ad30 feat(legacy): Support Taproot signature verification.
3 years ago
Andrew Kozlik c9d1ff93f5 feat(legacy): Implement Taproot signing.
3 years ago
Andrew Kozlik 6fbbd14f8c refactor(legacy): Refactor compile_input_script_sig().
3 years ago
Andrew Kozlik 9a051df127 chore(legacy): Support script_pubkey parameter for Bitcoin inputs.
3 years ago
Andrew Kozlik 6c9c727359 feat(legacy): Implement GetAddress for taproot.
3 years ago
Andrew Kozlik 03b1b3bc6b feat(core): Show path warning for SignMessage.
3 years ago
Andrew Kozlik e559c5688b feat(tests): Test fake Taproot transaction attack.
3 years ago
Andrew Kozlik 93c02e2616 feat(tests): Add device test for external presigned Taproot input.
3 years ago
Andrew Kozlik 5837750aaa feat(tests): Add fee bump device test for Taproot.
3 years ago
Andrew Kozlik f0d6e961a9 feat(tests): Add tests for spending Taproot UTXOs.
3 years ago
Andrew Kozlik 554888ef84 fix(tests): Fix UI tests which fail earlier due to scriptPubKey derivation.
3 years ago
Andrew Kozlik ed9d3e3e9b fix(tests): Add script_pubkey field to external inputs.
3 years ago
Andrew Kozlik 390bcf4612 feat(tests): Add BIP86 test vectors for get_address().
3 years ago
Pavol Rusnak 7091417c5d feat(tests): add taproot cases to test_msg_getaddress_segwit_native
3 years ago
Andrew Kozlik bec0634bae feat(core): Improve message signing UI.
3 years ago
Andrew Kozlik 39a0901e99 fix(tests): Fix SignMessage tests after adding address dialog.
3 years ago
Andrew Kozlik 9a7990d087 feat(tests): Add no_script_type device tests for SignMessage.
3 years ago
matejcik 2c20016cfa tests: add tests for different Cardano derivations
3 years ago
matejcik f0ae16069c fix(core): do not send passphrase_protection field when device is locked (fixes #1807)
3 years ago
matejcik 0e4e56711c fix(tests): enable derive_cardano for Cardano test cases
3 years ago
Jun Luo 62b649ef5d refactor(common & core & legacy): Stellar, rename StellarCreatePassiveOfferOp to StellarCreatePassiveSellOfferOp.
3 years ago
Jun Luo d064aae3f9 feat(common & core & legacy): Stellar, add support for StellarPathPaymentStrictSendOp.
3 years ago
Jun Luo 1dcb8e4913 feat(common & core & legacy): Stellar, add support for StellarManageBuyOfferOp.
3 years ago
Jun Luo 3a5768c4bf refactor(common & core & legacy): Stellar, rename StellarManageOfferOp to StellarManageSellOfferOp and rename StellarPathPaymentOp to StellarPathPaymentStrictReceiveOp.
3 years ago
Pavol Rusnak 0068c12f77
fix(python): use unified descriptor format <a;b> (#1885)
3 years ago
grdddj 73238135d6 feat(core/ethereum): EIP-712
3 years ago
matejcik 0e6669bd10 feat(core/stellar): show start/end timestamps in human readable format
3 years ago
matejcik f7c340f333 feat(core/bitcoin): show lock_time as human readable datetime
3 years ago
matejcik e972839ac7 style(all): fix pylint complaints
3 years ago
Martin Milata fa3c6140a6 feat(legacy/ethereum): support access lists in EIP-1559 transactions
3 years ago
Martin Milata 076c5b9cbe feat(legacy/ethereum): support for EIP-1559 transactions
3 years ago
Martin Milata 3882b89be9 fix(core/ethereum): ask before showing paginated data field
3 years ago
David Misiak 13c4fb97df fix(cardano): forbid multisig pool registration [no changelog]
3 years ago
Andrew Kozlik dfd98c5164 feat(tests): Test send to taproot.
3 years ago
Pavol Rusnak 27dcef056f feat(tests): add tests for Taproot descriptors support
3 years ago
matejcik b6837d19b7 fix(core/nem): fix NEM usage of format_amount
3 years ago
amadejpapez 85ba7c12ba style(all): use f-strings for formatting
3 years ago
gabrielkerekes b957dfbddb chore(cardano): improve get_native_script_hash tests and update ui fixtures
3 years ago
gabrielkerekes 4aaf6db9a2 chore(cardano): update docs, changelog and ui test fixtures
3 years ago
gabrielkerekes 1f33ab420d feat(cardano): update transaction signing for multisig
3 years ago
gabrielkerekes 21281d7cf4 feat(cardano): add support for script addresses derivation
3 years ago
gabrielkerekes dd9652cd07 feat(cardano): add get-native-script-hash call
3 years ago
matejcik f484c42d41 refactor(tests): use common Stellar fixtures in tests
3 years ago
matejcik 98f0496b2c feat(core/stellar): add type checking to Stellar app
3 years ago
Pavol Rusnak 169c472172 refactor(tests): modernize test_msg_getaddress_segwit_native
3 years ago
matejcik 9dd97c77e3 fix(tests): update prevhash test
3 years ago
grdddj 1a291660e5 chore(tests): improving consistency of ethereum fixtures
3 years ago
grdddj 23ce8a46f3 feat(tests): PIN and protection_levels tests for TT
3 years ago
grdddj 6b3c9d5a6b chore(tests): using setup_client for setting the passphrase in device tests where applicable
3 years ago
grdddj 1b932a20e8 fix(tests): decoding PNG files to fix Linux/Mac differences in encoding
3 years ago
matejcik ae4dd42d18 refactor(core/ethereum): reorganize sanity checks, disallow chain_id 0
3 years ago
matejcik 8931450d21 chore(common): enable Palm network
3 years ago
matejcik a1c3d8b7a5 chore(tests): regenerate UI test fixtures
3 years ago
matejcik 30b08d949b feat(common): add default values to EthereumSignTx fields
3 years ago
matejcik 639406b01f feat(all): make chain_id mandatory
3 years ago
grdddj 6f1005b155 chore(tests): vectorizing and creating JSON fixtures for ethereum device tests
3 years ago
matejcik 7aed8d535d feat(all): re-enable Firo (fixes #1767)
3 years ago