Commit Graph

846 Commits (de95c44ad1af4d0cd2af7d9119e2d861fdeba5a9)
 

Author SHA1 Message Date
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
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Pavol Rusnak 1ab602423c
requirements: add pyblake2
7 years ago
Jochen Hoenicke ebb9540ac2 Added unit tests for sign/verifymessage bech32
7 years ago
Jochen Hoenicke 6d74c6c9df Updated segwit_native tests to bech32 and python3
7 years ago
Jan Pochyla cc9ddcbc12 device_tests: wrap tests in a session
7 years ago
Jan Pochyla fcd793e6e4 transport_hid: force V1 transport with env var
7 years ago
Pavol Rusnak 6a777788ab
trezorctl: use better detection if raw_input replacement is needed
7 years ago
Pavol Rusnak cef2ba0129
flake: silence some new warnings
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
Emanuel Haupt fb648a241e Add instructions for FreeBSD users
7 years ago
Pavol Rusnak 0f722c1991
tests: add device test for CoSi
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