Commit Graph

390 Commits (f587135b8d9f1e5a9a4a9fa0b3142d5b7b8b11e2)

Author SHA1 Message Date
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
Pavol Rusnak 888b6f9171
fix file flags
7 years ago
Martin Skoviera dac97ed5b6 Fixed enums in WordRequestType
7 years ago
Pavol Rusnak 70e6d13c23
device tests: simplify, drop unittest dependency
7 years ago
Pavol Rusnak 1881b0e6fd
device tests: re-enable ethereum tests for T2 again
7 years ago
Roman Zeyde 31c4836073 udp: fix __str__ method and allow simple enumeration
7 years ago
Roman Zeyde f8a277dfba transport_bridge: fix messages' module import
7 years ago
Roman Zeyde 8689440d90 client: fix PinMatrixRequestType enum usage
7 years ago
Saleem Rashid b3ef649f64 device_tests: Add test_decred_multisig_change
7 years ago
Saleem Rashid 2df19127fd device_tests: Add test_decred_send_change
7 years ago
Saleem Rashid 0926ab9bc8 device_tests: Clean up test_decred_send
7 years ago
Pavol Rusnak 41b75c5655
device_tests: use skip_t1 and skip_t2 markers
7 years ago
Saleem Rashid 2c00526d23 client: Remove DEFAULT_CURVE
7 years ago
Pavol Rusnak c550e5c703
revert bytes/str change in tools.py
7 years ago
Pavol Rusnak 8a37c28ed6
fix typos in test names
7 years ago
Saleem Rashid 2996138341 protobuf: Call _fill_missing in __init__
7 years ago
Saleem Rashid 1c8f03968c tests: Move to trezorlib.tests
7 years ago
Pavol Rusnak 753e91dff0
protobuf: encode to utf-8 bytestream
7 years ago
Pavol Rusnak 094d0b6ffb
revert ckd_public.py removal of bytes/string handling
7 years ago
Pavol Rusnak c1b1bedb8c
ed25519: remove py2/py3 handling in ed25519 funcs as well
7 years ago
Pavol Rusnak a9291e89c5
no need to use byteindex/iterbytes anymore
7 years ago
Saleem Rashid 9229f8b80a coins: Add Decred Testnet
7 years ago
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