1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 02:49:02 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Pavol Rusnak
0840117033
update pipe_exists function 2017-04-25 16:47:30 +02:00
Pavol Rusnak
4999056678
make device tests work without hid 2017-04-25 16:37:27 +02:00
Pavol Rusnak
9c744a1c3d
fix test_msg_signtx.test_fee_too_high (make fee higher) 2017-04-25 15:50:00 +02:00
Pavol Rusnak
504db8283b
add version and lock_time attributes to sign_tx function 2017-04-19 14:19:26 +02:00
Pavol Rusnak
30b13dba58
test_msg_signidentity: ed25519 pubkey starts with 1 not 0 2017-04-16 22:05:55 +02:00
Jochen Hoenicke
a990743010 Ethereum: More unit tests for signing 2017-01-22 19:13:21 +01:00
Jochen Hoenicke
607893f9ac Ethereum: EIP-155 replay protection
Added chain_id parameter to sign tx (and updated protobuf).
Added a unit test with chain_id for Ropsten testnet.
trezorctl:
 - Fixed compatibility with new ethjsonrpc
 - added chain_id parameter
2017-01-22 19:13:21 +01:00
Pavol Rusnak
08cfe0d8c6
add license headers to unit tests 2017-01-03 19:40:05 +01:00
Jochen Hoenicke
8f424b2299 Segwit: Added another unit test 2017-01-03 15:56:22 +01:00
Jochen Hoenicke
7ce7732c63 Segwit: Added unit test for signing 2017-01-02 21:43:49 +01:00
Pavol Rusnak
71ecf77616
nitpick: unify ckd_public import across the package 2016-12-01 14:16:32 +01:00
Pavol Rusnak
06cedd2150
move device (=TREZOR) tests to tests/device_tests, create tests/unit_tests for unit tests 2016-11-28 16:04:55 +01:00