Pavol Rusnak
6a777788ab
trezorctl: use better detection if raw_input replacement is needed
2017-10-25 21:33:33 +02:00
Pavol Rusnak
cef2ba0129
flake: silence some new warnings
2017-10-24 01:00:08 +02:00
Pavol Rusnak
23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy
2017-10-24 00:50:01 +02:00
Pavol Rusnak
54426761c6
fix transport_hid for python2
2017-10-23 17:28:24 +02:00
Emanuel Haupt
fb648a241e
Add instructions for FreeBSD users
...
I've created a FreeBSD port:
537ae1b42c
Add instructions for FreeBSD users.
2017-10-12 10:47:41 +02:00
Pavol Rusnak
0f722c1991
tests: add device test for CoSi
2017-10-04 00:51:32 +02:00
Pavol Rusnak
5057e022c0
trezorlib: move ed25519cosi and ed25519raw from trezor-core
2017-10-04 00:38:53 +02:00
Pavol Rusnak
a71c33d123
trezorctl+client: add support for CoSi commit/sign
2017-10-03 18:43:28 +02:00
bithobbes
54df69a407
client.py: matrix recovery info: mention backspace
...
It is not obvious that it is possible to go back by backspace. Knowing this makes data entry much more comfortable.
2017-09-13 17:54:42 +09:00
Jan Pochyla
66ba2c20c0
transport: add TransportException
...
Fixes #134
2017-09-05 17:16:04 +02:00
Jan Pochyla
ac0184413d
transport_hid: refcount for hid handle
2017-09-05 17:15:19 +02:00
Pavol Rusnak
dffa93bee3
fix last commit (newline eof)
2017-09-04 17:40:15 +02:00
Jan Pochyla
b60ab51f9b
transport_hid: more strict interface detection
2017-09-04 17:30:07 +02:00
Pavol Rusnak
2a3f613242
hid: fix product_ids for v2
2017-09-04 14:31:15 +02:00
Jan Pochyla
52f96b3792
transport_hid: raise on missing debuglink
2017-09-04 13:44:19 +02:00
Jan Pochyla
259a61878b
tools: update to new transport api
2017-09-04 13:36:31 +02:00
Jan Pochyla
8202971109
rework lazy connecting in client
2017-09-04 13:36:08 +02:00
Jan Pochyla
051f8e961b
protocol: 2/3 compat fixes
2017-09-04 11:44:33 +02:00
Jan Pochyla
3d3c2a29d0
client: add missing close method
...
close() is implemented in some of the mixins to dispose of any resources.
2017-09-04 11:30:34 +02:00
Jan Pochyla
c805284a86
tests: fix client init
2017-09-04 11:22:41 +02:00
mruddy
02437d166a
fix v1 protocol
2017-09-03 19:34:01 +02:00
Pavol Rusnak
c20cea6389
setup: add missing files
2017-09-03 19:15:34 +02:00
Saleem Rashid
29a145154f
device_tests: Add test_msg_nem_getaddress
2017-09-03 19:05:29 +02:00
Saleem Rashid
eb1d66e27f
trezorlib: Add nem_get_address
2017-09-03 19:05:29 +02:00
Saleem Rashid
4f5d9c4323
device_tests: Add test_msg_nem_signtx
2017-09-03 19:05:29 +02:00
Saleem Rashid
58b56bead6
trezorctl: Add nem_sign_tx
2017-09-03 19:05:29 +02:00
Saleem Rashid
991d367416
trezorlib: Update Protocol Buffers
2017-09-03 19:05:29 +02:00
Jan Pochyla
888a1edafa
fix style
2017-08-24 14:41:31 +02:00
Jan Pochyla
bc42eb68d6
transports: refactor, split protocol code
2017-08-24 14:29:27 +02:00
Jochen Hoenicke
7019438a49
Make -n/--address parameter required.
...
If you really want to have the master public key, you can still just
give the empty string.
* Changed -address to --address everywhere.
* Added help for this parameter.
* Added required flag.
2017-08-20 16:33:49 +02:00
Pavol Rusnak
a4a7aa8d85
trezorctl: fix hexlify calls on python3
2017-08-17 21:18:49 +02:00
Jan Pochyla
e3c7146a80
tests: add multisig marker
2017-08-15 17:33:11 +02:00
Jochen Hoenicke
5cfa973a78
Fixed white-spaces
2017-08-13 20:49:23 +02:00
Jochen Hoenicke
600bcba69c
Updated unit tests for BitcoinCash
2017-08-13 20:49:23 +02:00
Jochen Hoenicke
29f29626fc
Added multisig test
2017-08-13 20:49:23 +02:00
Pavol Rusnak
ff157264a2
trezorctl: print message name to output
2017-08-09 00:52:52 +02:00
Pavol Rusnak
8a663f7ec3
tests: rename BCC to BCH, Bitcoin Cash to Bcash
2017-07-31 15:29:11 +02:00
Pavol Rusnak
32fa08f38b
tests: remove estimate_tx_size
2017-07-31 14:00:26 +02:00
Pavol Rusnak
b6dc73ce9c
tests: fix bytes/str problem in test_msg_ethereum_signtx
2017-07-31 13:56:25 +02:00
Saleem Rashid
b469519e26
client: fix matrix recovery, use named enums, use isdigit(), ignore broken E721 test
2017-07-31 13:35:31 +02:00
Pavol Rusnak
81d5170c10
tests: start rewriting device tests to pytest
2017-07-28 18:07:20 +02:00
Pavol Rusnak
8a1d211ee9
tests: fix flake8 errors
2017-07-28 16:08:33 +02:00
Jan Pochyla
6df01fbfa3
TransportV2: adapt to recent changes
...
- remove checksum
- add sequence numbers
2017-07-28 15:58:20 +02:00
Pavol Rusnak
5309baf48e
tests: reduce unhexlify reuse
2017-07-28 15:24:18 +02:00
Pavol Rusnak
11bfacc9b3
tests: bytes are not necessary in unhexlify
2017-07-28 15:17:19 +02:00
Jochen Hoenicke
9917d9ebfc
New unit tests for signing (bitcoin cash)
2017-07-27 21:51:00 +02:00
Pavol Rusnak
efe36b3a2f
unit_tests: rewrite from unittest to pytest
2017-07-26 14:48:20 +02:00
Pavol Rusnak
11b686a9f2
tests: add tests for Segwit SignMessage/VerifyMessage
2017-07-25 19:29:28 +02:00
Pavol Rusnak
8133317172
add SignMessage.script_type
2017-07-24 16:11:38 +02:00
Pavol Rusnak
de6402e95e
implement set_flags (aka ApplyFlags)
2017-07-17 18:37:15 +02:00