Commit Graph

364 Commits (d446e56375e5fb3d9e48a1233aef9f93e837d9c1)

Author SHA1 Message Date
Saleem Rashid c48724eca6 client: Fix string encoding for Python 2
7 years ago
Pavol Rusnak 60329f0b65
fix typo
7 years ago
slush 653ed4a67b Added registering custom protobuf messages by application.
7 years ago
slush da335049d7 Removed excessive logging
7 years ago
slush 3fedf44bf5 Bump version to 0.9.0a
7 years ago
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation
7 years ago
Saleem Rashid 1193b0ee85 transport_udp: Support TREZOR_TRANSPORT_V1
7 years ago
slush f5c1587396 Version moved from version.py to __init__.py
7 years ago
slush 59ef832424 Add 'trezorctl version' to track version of installed package
7 years ago
Pavol Rusnak ae663ffe0c
client: don't accept non-numerical values for PIN
7 years ago
Jochen Hoenicke 69067c9280 Parse json floats as string
7 years ago
Nicola Larosa 62541cc55f Fix encoding error in trezorlib.client.ProtocolMixin.load_device_by_mnemonic (#153)
7 years ago
Nicola Larosa 5d2d621055 Fix error when using trezorctl to connect to the trezor-core emulator. (#152)
7 years ago
Pavol Rusnak 0d9ee4376d
use Mnemonic.normalize_string where possible
7 years ago
Pavol Rusnak b9b11fa265
style: fix flake8 error
7 years ago
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Jan Pochyla fcd793e6e4 transport_hid: force V1 transport with env var
7 years ago
Pavol Rusnak 23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy
7 years ago
Pavol Rusnak 54426761c6
fix transport_hid for python2
7 years ago
Pavol Rusnak 5057e022c0
trezorlib: move ed25519cosi and ed25519raw from trezor-core
7 years ago
Pavol Rusnak a71c33d123
trezorctl+client: add support for CoSi commit/sign
7 years ago
bithobbes 54df69a407 client.py: matrix recovery info: mention backspace
7 years ago
Jan Pochyla 66ba2c20c0 transport: add TransportException
7 years ago
Jan Pochyla ac0184413d transport_hid: refcount for hid handle
7 years ago
Pavol Rusnak dffa93bee3
fix last commit (newline eof)
7 years ago
Jan Pochyla b60ab51f9b transport_hid: more strict interface detection
7 years ago
Pavol Rusnak 2a3f613242
hid: fix product_ids for v2
7 years ago
Jan Pochyla 52f96b3792 transport_hid: raise on missing debuglink
7 years ago
Jan Pochyla 8202971109 rework lazy connecting in client
7 years ago
Jan Pochyla 051f8e961b protocol: 2/3 compat fixes
7 years ago
Jan Pochyla 3d3c2a29d0 client: add missing close method
7 years ago
mruddy 02437d166a fix v1 protocol
7 years ago
Saleem Rashid eb1d66e27f trezorlib: Add nem_get_address
7 years ago
Saleem Rashid 58b56bead6 trezorctl: Add nem_sign_tx
7 years ago
Saleem Rashid 991d367416 trezorlib: Update Protocol Buffers
7 years ago
Jan Pochyla 888a1edafa fix style
7 years ago
Jan Pochyla bc42eb68d6 transports: refactor, split protocol code
7 years ago
Pavol Rusnak 32fa08f38b
tests: remove estimate_tx_size
7 years ago
Saleem Rashid b469519e26 client: fix matrix recovery, use named enums, use isdigit(), ignore broken E721 test
7 years ago
Pavol Rusnak 81d5170c10
tests: start rewriting device tests to pytest
7 years ago
Jan Pochyla 6df01fbfa3 TransportV2: adapt to recent changes
7 years ago
Jochen Hoenicke 9917d9ebfc
New unit tests for signing (bitcoin cash)
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 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 c7a2c72a75
simplify SelfTest.payload
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 b335d30b8d
use click in trezorctl
7 years ago