Commit Graph

934 Commits (1c3b05a44b88f2a1875a4af839fad6f924734a83)
 

Author SHA1 Message Date
Pavol Rusnak 1c3b05a44b
bump version to 0.9.0
6 years ago
Pavol Rusnak ba8bb99097
fix flake8 error
6 years ago
slush 489b1eb074 Removing unused transport_pipe.py
6 years ago
slush e141a6f5d1 Added get_path() to transports
6 years ago
slush f00a689087 Remove unnecessary logging
6 years ago
slush 6a22cf481c Fix handling of find_by_path in transports.
6 years ago
Pavol Rusnak d45cba1ddb
messages: add fw_vendor_keys to Features message
6 years ago
Pavol Rusnak 272ad30898
messages: add new fields to Features
6 years ago
Pavol Rusnak e9705c8208
webusb: don't create usb context on WebUsbTransport import
6 years ago
Roman Zeyde 1b6873eb20 Allow compatibility with Python 2 (#214)
6 years ago
Yash 9ec331ed46 Add in import for TransportException in transport_udp.py (#212)
6 years ago
slush 9ebe1b5204 Remove debug print
6 years ago
slush 81db1da68f Fix handling of bytes/str in transport paths
6 years ago
Karel Bilek 29ad78d57b Ignoring non-webusb devices
6 years ago
slush ac09c8d7de Make all transport prefixes lowercase.
6 years ago
slush 03a11450c1 Adding bridge transport to TrezorDevice, using as default transport
6 years ago
slush 562a19c812 Make examples working for all available transports.
6 years ago
slush a4cdae39af Introducing TrezorDevice, removing concept of transports from trezorctl
6 years ago
slush fae11f2996 Use python3 for setup
6 years ago
slush b32b59cc51 Use python3 in README
6 years ago
Pavol Rusnak 1a046b524c
setup: add dependency for libusb1
6 years ago
Pavol Rusnak 646338c414
small nits of last commit
6 years ago
Karel Bilek 759316e96f Add webusb to transports
6 years ago
Pavol Rusnak 7b844f0379
add Sint64 to protobuf
6 years ago
slush 11fd72890c trezorctl: Do not display PASSPHRASE on screen.
6 years ago
slush ab42e93718 trezorctl: Allow entering passphrase by environment variable PASSPHRASE.
6 years ago
Pavol Rusnak 5b3e992521
transport: update to new bridge API
6 years ago
slush 87cd375b35 Fixing string conversion in encrypt_keyvalue/decrypt_keyvalue.
6 years ago
Anton Kolesnyk a8cd90c3ad Add varying url to broadcast tx, depending on the api
6 years ago
Anton Kolesnyk 28c9820b3d Fixes for BlockCypher API and Dogecoin.
6 years ago
Pavol Rusnak c78c548752
protobuf: delete old messages first
6 years ago
Pavol Rusnak 694bc7ac11
protobuf: don't generate storage protobuf
6 years ago
Pavol Rusnak 8f6b2449be
sort imports in pb2py
6 years ago
Pavol Rusnak 78d2c07d34
regenerate pb messages
6 years ago
Pavol Rusnak 47cfa178e4
tests: fix test_msg_ethereum_signtx.py
6 years ago
Tomas Susanka 0c517c1565 tests/device: code style typos
6 years ago
Tomas Susanka 4bbf5880ce tests/device: ethereum sign tx with expected checks
6 years ago
Pavol Rusnak e618402429
trezorctl: firmware_update -e erases firmware (first 32K; rendering it unusable)
6 years ago
Pavol Rusnak 0c5eac2f39
skip None and empty ([]) fields in proto messages
6 years ago
Pavol Rusnak f587135b8d
fix last commit (also skip print statement)
7 years ago
Tomas Susanka 4e01971e4c client: expected field check fix
7 years ago
slush c71f234a8b Added deprecation warning for Python2
7 years ago
Pavol Rusnak 6b31ac9753
fix typo
7 years ago
Anton Kolesnyk 956d5e7149 Add sign_tx support for Dogecoin
7 years ago
mcudev 4962207703
sign_tx: add rbf opt-in enable, add locktime, add tx version
7 years ago
Saleem Rashid 79da872316 trezorctl: Guess script type from BIP-32 in sign_tx
7 years ago
Saleem Rashid 881015ae5f trezorctl: Ask for input script type in sign_tx
7 years ago
Saleem Rashid 35db3c5efb trezorctl: Add ChoiceType to replace click.Choice
7 years ago
Pavol Rusnak 888b6f9171
fix file flags
7 years ago
Martin Skoviera dac97ed5b6 Fixed enums in WordRequestType
7 years ago