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

659 Commits

Author SHA1 Message Date
Jochen Hoenicke
7ce7732c63 Segwit: Added unit test for signing 2017-01-02 21:43:49 +01:00
Pavol Rusnak
6eee9c7499
old recovery method is default (scrambled) 2016-12-08 15:36:51 +01:00
Pavol Rusnak
3da5b48054
fix double import 2016-12-02 16:23:17 +01:00
Santiago Rodríguez
b3c298d87c Added support for signing Ethereum transactions without node connection (#89)
* Added support for signing without node connection

* Removed transaction details output
2016-12-01 15:23:38 +01:00
Pavol Rusnak
71ecf77616
nitpick: unify ckd_public import across the package 2016-12-01 14:16:32 +01:00
Pavol Rusnak
c86201dc5b
add Qt5 support for PinMatrixWidget 2016-11-28 18:03:52 +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
Pavol Rusnak
ec966a0111
rename txcache files to json 2016-11-28 14:33:24 +01:00
Pavol Rusnak
23f7feb438
bump version to 0.7.8 2016-11-27 13:49:20 +01:00
Pavol Rusnak
5451db6e27
update readme, drop cmdtr 2016-11-27 13:48:45 +01:00
Pavol Rusnak
34e089d067
add bash_completion.d into source tarball 2016-11-27 13:42:43 +01:00
Pavol Rusnak
725b64bede
update protobuf_json.py to be as close as possible to upstream
https://github.com/dpp-name/protobuf-json/blob/master/protobuf_json.py
2016-11-26 00:15:36 +01:00
Pavol Rusnak
0bba092741
add LGPLv3 headers to sources files 2016-11-25 22:53:55 +01:00
Pavol Rusnak
5cc9893d6f
remove test_suite directive from setup.py 2016-11-25 22:05:35 +01:00
Pavol Rusnak
1dd4cd78f5
fix whitespace 2016-11-23 13:55:08 +01:00
Pavol Rusnak
84b4446ec4
bump version to 0.7.7 2016-11-23 13:52:10 +01:00
Pavol Rusnak
a6c489ab4b
update protobuf 2016-11-23 13:27:21 +01:00
Jochen Hoenicke
c935b51849
Support for matrix recovery
See issue trezor/trezor-mcu#96
2016-11-23 11:42:20 +01:00
Pavol Rusnak
17435cf174
update to new ApplySettings order 2016-11-22 22:04:23 +01:00
Jonny Heggheim
ad6a2160cc Include the COPYING in sdist (#82) 2016-11-17 01:30:05 +01:00
Jan Pochyla
737200c7ef debuglink: fix debuglink for V2 2016-11-15 13:46:00 +01:00
Pavol Rusnak
c12bfc4add
enable debuglink for v2 Emulator 2016-11-14 18:54:02 +01:00
Pavol Rusnak
77bfef3a25
allow running tests without debuglink 2016-11-12 15:06:32 +01:00
Pavol Rusnak
b494b2d3a0
trezorctl: cleanup old stuff 2016-11-11 19:18:52 +01:00
Pavol Rusnak
ae3f4823ae
trezorctl: remove unused PinMatrixThread 2016-11-11 19:12:30 +01:00
Pavol Rusnak
35f789122b
tests: support v2 emulator in tests 2016-11-11 18:57:59 +01:00
Pavol Rusnak
df338c4399
tests: remove obsoleted raspi code 2016-11-11 18:42:21 +01:00
Pavol Rusnak
d1bfc76d91
tools: fix signtest.py 2016-11-09 12:39:25 +01:00
Pavol Rusnak
046ced3f81
rework txapi class to use local cache, add txcache fixtures 2016-11-08 15:07:58 +01:00
Pavol Rusnak
2257117278
update protobuf 2016-11-05 21:58:32 +01:00
Jochen Hoenicke
08511d3f81
tools/signtest: Added P2SH segwit inputs 2016-11-05 21:56:48 +01:00
Jochen Hoenicke
6b17bf179b
monkey-patch build_pb.sh to support python3 2016-11-05 21:56:42 +01:00
Pavol Rusnak
897d57803a
add choices to words argument for recovery_device 2016-11-01 13:20:37 +01:00
Pavol Rusnak
02c319f850
trezorctl: accept also cointype/a/b/c as get_address path 2016-10-29 15:11:56 +02:00
Pavol Rusnak
68d490917f
trezorctl: accept also m/a/b/c as get_address path 2016-10-29 14:59:57 +02:00
Pavol Rusnak
43a224b091
new unit test for zcash testnet 2016-10-26 14:53:00 +02:00
Pavol Rusnak
eff303cecc
fix test_protection_levels 2016-10-25 17:06:11 +02:00
Pavol Rusnak
86d05ac9ee
bump version 2016-10-21 15:25:32 +02:00
Pavol Rusnak
22faa4cafa
add msg_signtx_zcash unittest 2016-10-21 15:25:24 +02:00
Pavol Rusnak
883ebf0e03
add tox 2016-10-17 14:17:42 +02:00
Roman Zeyde
d1397c779c transport_hid: return sorted list of devices (#77)
This should be deterministic, since dict.values() order is unpredictable.
2016-10-14 19:55:06 +02:00
Pavol Rusnak
c6094dc9ad
verify_message now requires coin_name 2016-10-10 11:02:04 +02:00
Pavol Rusnak
101c8b1344
add hack to ignore hidapi dependency (--disable-hidapi) 2016-10-03 20:37:48 +02:00
Pavol Rusnak
92810a287f
import requests only when really needed 2016-10-03 10:42:02 +02:00
Pavol Rusnak
bac91afca7
use usage_page to detect interfaces 2016-10-03 10:39:58 +02:00
Pavol Rusnak
9d3fb81f97
bump version 2016-09-28 14:38:08 +02:00
Dominik Kozaczko
a5f9d86076 Fix trezorctl (#75) 2016-09-28 14:34:50 +02:00
Dominik Kozaczko
300bf5801d
fix exceptions - writeout errors instead of throwing tracebacks 2016-09-28 11:37:15 +02:00
Pavol Rusnak
f379752794
bump version 2016-09-27 22:54:31 +02:00
Dominik Kozaczko
933bc12985 fix imports (#72) 2016-09-27 22:49:51 +02:00