Commit Graph

148 Commits (92bb796fd7f4422e10bb208d52e150a115a48269)

Author SHA1 Message Date
Pavol Rusnak 1fde1ecc22 add 15-15-multisig to show address test 10 years ago
Pavol Rusnak c0d0b191d6 test_msg_getaddress_show test now supports multisig 10 years ago
slush0 58f5644402 Merge branch 'master' of github.com:trezor/python-trezor
Conflicts:
	tests/test_multisig.py
10 years ago
slush0 c7431750a2 Added multisig tests for missing pubkey and for 15of15 10 years ago
Pavol Rusnak 705190e147 add test for GetAddress with show flag on 10 years ago
Pavol Rusnak 610547cf32 add button_wait feature for tests 10 years ago
Pavol Rusnak 2ffdff9816 check partial sigs in multisig test 10 years ago
slush0 5c03c72d91 First multisig unit test 10 years ago
Pavol Rusnak 6a27ce2d5c rewrite sign/verify tests to test long messages 10 years ago
Pavol Rusnak 69d2d2ded3 verify test without address does not make sense 10 years ago
Pavol Rusnak 1c6ed65921 add more tests to test_msg_verifymessage 10 years ago
Pavol Rusnak f790c95df0 add longer strings to ecies tests 10 years ago
Pavol Rusnak f9e45d8e94 rework EncryptMessage/DecryptMessage 10 years ago
Pavol Rusnak 399d4e10d7 create test_ecies for testing ECIES 10 years ago
Pavol Rusnak 06214d52b4 fix unittests using client.get_public_node method 10 years ago
Pavol Rusnak 4f621b1da0 fix test_recovery_device in test_protection_levels.py 10 years ago
Pavol Rusnak 9ed0604b65 use HidTransport by default again 10 years ago
Pavol Rusnak a527456db5 add transport for bridge 10 years ago
Pavol Rusnak a0d73b25fe change logic of recovery 10 years ago
Pavol Rusnak 2d2e31fa50 refactor pprint (add new inspection fields, but comment them) 10 years ago
Pavol Rusnak 7305a77f3e make test_255_outputs more general and rename to test_lots_of_outputs
new test test_lots_of_inputs
10 years ago
Pavol Rusnak d46bdf2f6e reenable TestDebugLink.test_layout 10 years ago
Pavol Rusnak 260a4322a6 add ClearSession message with unit test 10 years ago
Pavol Rusnak a3d22dc56e add tests for EncryptMessage/DecryptMessage 10 years ago
Pavol Rusnak c38f4346f6 add run-separate.sh script 10 years ago
Pavol Rusnak f17f7d0569 don't use simplesigntx in tests where signtx can be used 10 years ago
Pavol Rusnak 1038a0a3e6 added test for cipherkeyvalue 10 years ago
Pavol Rusnak 0307307dad fix tests to match reality :) 10 years ago
Pavol Rusnak c06a45c1a8 disable utf tests for sign/verify message for now 10 years ago
Pavol Rusnak 83c93ba3a0 copy test_spend_coinbase to simplesigntx suite as well 10 years ago
slush0 3077b752d4 test_spend_coinbase 10 years ago
Pavol Rusnak b7f5849ecc fix ButtonRequestType in Ping and GetEntropy 11 years ago
Pavol Rusnak cff0b5fbf7 add test_signtx to test_protection_levels 11 years ago
Pavol Rusnak deec6fc2fc simplify test for test_255_outputs using list comprehensions 11 years ago
Pavol Rusnak 615473409a add expected responses to test_msg_signtx test 11 years ago
Pavol Rusnak 3865d22c56 add expected responses to test_msg_signtx.test_one_one_fee unit test 11 years ago
slush0 99af68388d Added unittest test_attack_change_outputs
Removed obsolete tests, enabled test with 255 outputs
11 years ago
Pavol Rusnak 35661161c9 simplify test_255_outputs 11 years ago
Pavol Rusnak b91bd9d628 use simplesigntx tests for signtx 11 years ago
Pavol Rusnak c642605ad2 modify simplesigntx to match signtx semantics 11 years ago
Pavol Rusnak 7ae8894214 fix two more unit tests 11 years ago
slush0 2964cc4f9c Temporary disabled unit test 11 years ago
slush0 cbe8b42eed First unit test for streaming tx 11 years ago
slush0 d017ae2adf Fixed RequestTx structure 11 years ago
slush0 e9dbedfd33 Added unit test for PAYTOSCRIPTHASH 11 years ago
Pavol Rusnak 38ed16934f use bitcore for tx api 11 years ago
Pavol Rusnak 860aa753c9 put TXAPIs into one location 11 years ago
Pavol Rusnak dc0d7fd1d6 initialize version/lock_time in TransactionType 11 years ago
Pavol Rusnak 51b9d4e177 recompile pb, adjust TransactionType constructors 11 years ago
slush0 21f3481c61 Removed button presses for LoadDevice/ResetDevice/RecoveryDevice 11 years ago