Commit Graph

867 Commits (1c8f03968c241eb7e5ef0f11a7c635d9b34a9012)
 

Author SHA1 Message Date
Saleem Rashid 1c8f03968c tests: Move to trezorlib.tests
7 years ago
Saleem Rashid 57ad0fe729 unit_tests: Fix tx_api.cache_dir
7 years ago
Saleem Rashid 34a8b90067 device_tests: Fix tx_api.cache_dir
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 f2a52400c3 device_tests: Round time in test_backoff
7 years ago
Saleem Rashid fd32c3aa84 device_tests: Fix test_protect_call
7 years ago
Saleem Rashid 90c49e3386 setup: Use packages instead of py_modules
7 years ago
Saleem Rashid feec0a572c device_tests: Add TestMsgSigntxDecred
7 years ago
Saleem Rashid 9229f8b80a coins: Add Decred Testnet
7 years ago
Saleem Rashid d446e56375 trezorctl: Fix sign_tx default BIP-32 path
7 years ago
Saleem Rashid 496bfc74fd trezorctl: Refactor sign_tx to use click.prompt
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
Pavol Rusnak de95c44ad1
trezorctl: cleanup set_homescreen call
7 years ago
Pavol Rusnak b42fc6fb1f
trezorctl: set homescreen for T2
7 years ago
Jochen Hoenicke 6186822f14 Added tool to flash a sector
7 years ago
Jonathan Cross 63038e6210 Improve / simplify documentation
7 years ago
Pavol Rusnak 45835733bc
more cleanup
7 years ago
Pavol Rusnak 8b9cba832c
cleanup last commit
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
Jonathan Cross 29e4c6a05e Transaction signing example and explanation
7 years ago
Pavol Rusnak 116c3c0575
trezorctl: use click.echo instead of stderr.write
7 years ago
Jonathan Cross ab3d17b3df Better handling of user input for --coin in sign_tx
7 years ago
slush 8c00cda95a Ignore pydev IDE files
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
Jonathan Cross ffeb94f792 USAGE: Verbose args & adding native Bech32 segwit
7 years ago
Jochen Hoenicke 2a5888b380 Added missing cached tx for msg_signtx
7 years ago
Jochen Hoenicke 99af1639a6 Updated multisig change test
7 years ago
Pavol Rusnak 225160d7bd
device_tests: op_return now requires confirmation by user
7 years ago
Pavol Rusnak 5730f00ff8
device_tests: disable signtx_zcash
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
Jonathan Cross 9e068ce903 Adding xpub example (#149)
7 years ago
Jonathan Cross fa6624129c Adding note: trezorctl is installed on debian / tails (#148)
7 years ago
Jonathan Cross a6562ccc15 README.rst : Adding Mac requirements and simplifying Linux (#147)
7 years ago
Jochen Hoenicke 91a541e862 Expect confirm button for unusual change address (#138)
7 years ago
Pavol Rusnak b9b11fa265
style: fix flake8 error
7 years ago
Jonathan Cross 04bb0069c0 USAGE: Adding more examples
7 years ago
Jonathan Cross 972459281b Fixing Bitcoin usage & adding note this is non-SegWit
7 years ago