Commit Graph

769 Commits (6df01fbfa31a221c1eee602f02151d659f53f3ed)
 

Author SHA1 Message Date
Jan Pochyla 6df01fbfa3 TransportV2: adapt to recent changes
7 years ago
Pavol Rusnak 5309baf48e
tests: reduce unhexlify reuse
7 years ago
Pavol Rusnak 11bfacc9b3
tests: bytes are not necessary in unhexlify
7 years ago
Jochen Hoenicke 9917d9ebfc
New unit tests for signing (bitcoin cash)
7 years ago
Pavol Rusnak efe36b3a2f
unit_tests: rewrite from unittest to pytest
7 years ago
Pavol Rusnak 11b686a9f2
tests: add tests for Segwit SignMessage/VerifyMessage
7 years ago
Pavol Rusnak 8133317172
add SignMessage.script_type
7 years ago
Pavol Rusnak de6402e95e
implement set_flags (aka ApplyFlags)
7 years ago
Pavol Rusnak 36985519b5
tests: add test for ethereum sign/verify message
7 years ago
Pavol Rusnak afdd27c551
trezorctl: fix set_homescreen for python3
7 years ago
Pavol Rusnak d865c0ea31
trezorctl: load_device -s now loads SLIP-0014 mnemonic, --skip-checksum renamed to --ignore-checksum
7 years ago
Pavol Rusnak 23ab43d612
ethereum: implement EthereumSignMessage/EthereumVerifyMessage
7 years ago
Pavol Rusnak 20aebed394
trezorctl: seems that click.Choice is not friends with ints
7 years ago
Pavol Rusnak ee5f53d4be
fix ethereum_get_address for python3
7 years ago
Pavol Rusnak c7a2c72a75
simplify SelfTest.payload
7 years ago
Pavol Rusnak 5ffc700f0c
use isinstance to detect whether result is protobuf message
7 years ago
Pavol Rusnak 1727b9a9b6
add SelfTest.payload
7 years ago
Pavol Rusnak f73fc33439
drop internal use of protobuf_json, use json_format provided by google.protobuf
7 years ago
Pavol Rusnak 2d643031ac
change dependency to protobuf>=3.0.0
7 years ago
Pavol Rusnak e6acf90f2b
tests: add test for broken BackupDevice workflow
7 years ago
Pavol Rusnak 5a89a15935
trezorctl: use more idiomatic approach using resultcallback
7 years ago
Pavol Rusnak b335d30b8d
use click in trezorctl
7 years ago
Pavol Rusnak 0ee1667c6f
trezorctl: cleanup
7 years ago
Pavol Rusnak d33e9a178b
bump version to 0.8.0a0
7 years ago
Pavol Rusnak f18ec19aeb
bump version
7 years ago
Pavol Rusnak bcf54dbe94
trezorctl/client: add self_test
7 years ago
Pavol Rusnak b9293d6bcb
regenerate protobuf
7 years ago
Pavol Rusnak 9a709832a9
tests: unit test for ResetDevice_skipbackup (and subsequent BackupDevice)
7 years ago
Pavol Rusnak cbce29163b
tests: add test for RecoveryDevice.dry_run
7 years ago
Pavol Rusnak e9dbfc757c
add usage; add newlines to some tests
7 years ago
Pavol Rusnak 7f0f73d1c6
tests: fix style in tools/signtest.py
7 years ago
Pavol Rusnak 33f274d145
style: use flake8
7 years ago
Pavol Rusnak 71996c1e43
update protobuf, update tox.ini, prepare for BackupDevice
7 years ago
Pavol Rusnak c51089803d
trezorctl: add newline to failure print
7 years ago
Roman Zeyde 0d76936174 Allow testing recovery with an initialized device
7 years ago
Pavol Rusnak f50d547ce4
regenerate protobuf, added RecoveryDevice.dry_run
7 years ago
Pavol Rusnak f880a09ae7
add protoc version and trezor-common revision to autogenerated files
7 years ago
Pavol Rusnak e435920d6a
support v2 firmware in trezorctl
7 years ago
Pavol Rusnak 609b8d4a4a
fix stderr.write usage
7 years ago
Pavol Rusnak 564e6590c2
use FirmwareErase.length field
7 years ago
Pavol Rusnak c1fae7d19f
bump version
7 years ago
Pavol Rusnak e7a56899c6
more python3 compatibility
7 years ago
Pavol Rusnak bf1c580d85
bump version
7 years ago
Pavol Rusnak 65985b30f3
bump requirements for protobuf to 3.1.0
7 years ago
Pavol Rusnak de2f9e7c14
protob: regenerate, fix using old failure codes
7 years ago
Roman Zeyde e33f4d7612 Add 'requests' dependency
7 years ago
Pavol Rusnak 348db51775
add trezorctl to readme
7 years ago
Pavol Rusnak 4874f117f5
use travis-tox
7 years ago
Roman Zeyde 2e85aa6587 Add a test for running 'compileall' over trezorlib package
7 years ago
Roman Zeyde a2db5a57f2 Fix client.py and protobuf_json.py for Python 3 support
7 years ago