Commit Graph

927 Commits

Author SHA1 Message Date
Pavol Rusnak 272ad30898
messages: add new fields to Features 2018-02-06 16:07:41 +01:00
Pavol Rusnak e9705c8208
webusb: don't create usb context on WebUsbTransport import 2018-02-04 12:05:03 +01:00
Roman Zeyde 1b6873eb20 Allow compatibility with Python 2 (#214)
Following https://github.com/romanz/trezor-agent/issues/195
2018-02-04 11:44:20 +01:00
Yash 9ec331ed46 Add in import for TransportException in transport_udp.py (#212) 2018-02-04 11:42:58 +01:00
slush 9ebe1b5204 Remove debug print 2018-02-02 20:18:30 +01:00
slush 81db1da68f Fix handling of bytes/str in transport paths 2018-02-02 20:17:10 +01:00
Karel Bilek 29ad78d57b Ignoring non-webusb devices 2018-02-02 19:30:11 +01:00
slush ac09c8d7de Make all transport prefixes lowercase. 2018-02-02 19:20:03 +01:00
slush 03a11450c1 Adding bridge transport to TrezorDevice, using as default transport 2018-02-02 19:17:48 +01:00
slush 562a19c812 Make examples working for all available transports. 2018-02-02 18:29:52 +01:00
slush a4cdae39af Introducing TrezorDevice, removing concept of transports from trezorctl 2018-02-02 18:29:20 +01:00
slush fae11f2996 Use python3 for setup 2018-02-02 16:36:29 +01:00
slush b32b59cc51 Use python3 in README 2018-02-02 16:34:30 +01:00
Pavol Rusnak 1a046b524c
setup: add dependency for libusb1 2018-02-02 01:22:16 +01:00
Pavol Rusnak 646338c414
small nits of last commit 2018-02-01 10:31:47 +01:00
Karel Bilek 759316e96f Add webusb to transports
V2 protocol with debug link is not tested.
2018-02-01 10:25:01 +01:00
Pavol Rusnak 7b844f0379
add Sint64 to protobuf 2018-01-30 15:04:24 +01:00
slush 11fd72890c trezorctl: Do not display PASSPHRASE on screen. 2018-01-29 18:09:42 +01:00
slush ab42e93718 trezorctl: Allow entering passphrase by environment variable PASSPHRASE. 2018-01-29 18:04:48 +01:00
Pavol Rusnak 5b3e992521
transport: update to new bridge API 2018-01-29 17:48:08 +01:00
slush 87cd375b35 Fixing string conversion in encrypt_keyvalue/decrypt_keyvalue. 2018-01-26 05:09:08 +01:00
Anton Kolesnyk a8cd90c3ad Add varying url to broadcast tx, depending on the api 2018-01-15 00:25:05 +01:00
Anton Kolesnyk 28c9820b3d Fixes for BlockCypher API and Dogecoin. 2018-01-14 16:14:39 +01:00
Pavol Rusnak c78c548752
protobuf: delete old messages first 2018-01-12 13:10:36 +01:00
Pavol Rusnak 694bc7ac11
protobuf: don't generate storage protobuf 2018-01-12 13:06:43 +01:00
Pavol Rusnak 8f6b2449be
sort imports in pb2py 2018-01-12 12:58:39 +01:00
Pavol Rusnak 78d2c07d34
regenerate pb messages 2018-01-12 12:54:06 +01:00
Pavol Rusnak 47cfa178e4
tests: fix test_msg_ethereum_signtx.py 2018-01-11 23:06:47 +01:00
Tomas Susanka 0c517c1565 tests/device: code style typos 2018-01-11 22:54:08 +01:00
Tomas Susanka 4bbf5880ce tests/device: ethereum sign tx with expected checks 2018-01-11 22:54:08 +01:00
Pavol Rusnak e618402429
trezorctl: firmware_update -e erases firmware (first 32K; rendering it unusable) 2018-01-09 12:12:32 +01:00
Pavol Rusnak 0c5eac2f39
skip None and empty ([]) fields in proto messages 2018-01-07 18:07:13 +01:00
Pavol Rusnak f587135b8d
fix last commit (also skip print statement) 2018-01-04 16:55:27 +01:00
Tomas Susanka 4e01971e4c client: expected field check fix 2018-01-04 16:48:16 +01:00
slush c71f234a8b Added deprecation warning for Python2
Removed dependency to google's protobuf in bridge transport
Fixed PinRequest handling
2017-12-29 19:19:18 +01:00
Pavol Rusnak 6b31ac9753
fix typo 2017-12-27 01:44:26 +01:00
Anton Kolesnyk 956d5e7149 Add sign_tx support for Dogecoin 2017-12-27 01:39:06 +01:00
mcudev 4962207703
sign_tx: add rbf opt-in enable, add locktime, add tx version 2017-12-27 01:28:59 +01:00
Saleem Rashid 79da872316 trezorctl: Guess script type from BIP-32 in sign_tx
Also add change output to sign_tx
2017-12-27 01:16:46 +01:00
Saleem Rashid 881015ae5f trezorctl: Ask for input script type in sign_tx 2017-12-27 01:16:46 +01:00
Saleem Rashid 35db3c5efb trezorctl: Add ChoiceType to replace click.Choice 2017-12-27 01:16:46 +01:00
Pavol Rusnak 888b6f9171
fix file flags 2017-12-24 22:37:24 +01:00
Martin Skoviera dac97ed5b6 Fixed enums in WordRequestType 2017-12-24 22:37:01 +01:00
Pavol Rusnak d94b68fd30
fix flake8 warning 2017-12-23 22:13:09 +01:00
Pavol Rusnak 70e6d13c23
device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
Pavol Rusnak 1881b0e6fd
device tests: re-enable ethereum tests for T2 again 2017-12-23 13:51:18 +01:00
Roman Zeyde 31c4836073 udp: fix __str__ method and allow simple enumeration 2017-12-23 13:43:51 +01:00
Roman Zeyde f8a277dfba transport_bridge: fix messages' module import 2017-12-23 13:43:51 +01:00
Roman Zeyde 8689440d90 client: fix PinMatrixRequestType enum usage 2017-12-23 13:43:51 +01:00
Saleem Rashid b3ef649f64 device_tests: Add test_decred_multisig_change 2017-12-23 13:42:59 +01:00