Commit Graph

64 Commits (2d643031ac719d9f5b233f40e5c5236893595363)

Author SHA1 Message Date
Pavol Rusnak 5a89a15935
trezorctl: use more idiomatic approach using resultcallback
7 years ago
Pavol Rusnak b335d30b8d
use click in trezorctl
7 years ago
Pavol Rusnak 0ee1667c6f
trezorctl: cleanup
7 years ago
Pavol Rusnak bcf54dbe94
trezorctl/client: add self_test
7 years ago
Pavol Rusnak 71996c1e43
update protobuf, update tox.ini, prepare for BackupDevice
7 years ago
Pavol Rusnak c51089803d
trezorctl: add newline to failure print
7 years ago
Roman Zeyde 0d76936174 Allow testing recovery with an initialized device
7 years ago
Pavol Rusnak e435920d6a
support v2 firmware in trezorctl
7 years ago
Pavol Rusnak 609b8d4a4a
fix stderr.write usage
7 years ago
Pavol Rusnak de2f9e7c14
protob: regenerate, fix using old failure codes
7 years ago
Pavol Rusnak 2363db721a
fix stderr.write to use bytes
7 years ago
Peter Banik 44b51af1d8 -c <coin> CLI argument (#110)
7 years ago
Peter Banik a99e29a05f
Added coin_name argument to get_public_node and trezorctl (#108)
7 years ago
Pavol Rusnak 127d76a913
enable/disable passphrase protection via trezorctl
7 years ago
mruddy a2792cda19 load_device_by_mnemonic and recovery_device: expand unique mnemonic word prefix matches (#96)
8 years ago
Jochen Hoenicke 1105490cb3 Ethereum: trezorctl updates
8 years ago
Jochen Hoenicke 607893f9ac Ethereum: EIP-155 replay protection
8 years ago
Jochen Hoenicke 3e2cccf225 SegWit: Display address on Trezor
8 years ago
Pavol Rusnak 6eee9c7499
old recovery method is default (scrambled)
8 years ago
Pavol Rusnak 3da5b48054
fix double import
8 years ago
Santiago Rodríguez b3c298d87c Added support for signing Ethereum transactions without node connection (#89)
8 years ago
Pavol Rusnak 0bba092741
add LGPLv3 headers to sources files
8 years ago
Pavol Rusnak 1dd4cd78f5
fix whitespace
8 years ago
Jochen Hoenicke c935b51849
Support for matrix recovery
8 years ago
Pavol Rusnak b494b2d3a0
trezorctl: cleanup old stuff
8 years ago
Pavol Rusnak ae3f4823ae
trezorctl: remove unused PinMatrixThread
8 years ago
Pavol Rusnak 897d57803a
add choices to words argument for recovery_device
8 years ago
Pavol Rusnak c6094dc9ad
verify_message now requires coin_name
8 years ago
Pavol Rusnak 92810a287f
import requests only when really needed
8 years ago
Dominik Kozaczko a5f9d86076 Fix trezorctl (#75)
8 years ago
Dominik Kozaczko 300bf5801d
fix exceptions - writeout errors instead of throwing tracebacks
8 years ago
Pavol Rusnak 05c243d29b
add possibility to skip check in firmware_update
8 years ago
Jochen Hoenicke d9df63ad89 Allow leading 0x in data. Handle new contracts.
8 years ago
Jochen Hoenicke c85600b9bd
Fix ethereum_sign_tx
8 years ago
Pavol Rusnak 6a1564ba87
fix firmware_update fetching firmware
8 years ago
Pavol Rusnak e00453661d
remove trezorctl-emu.sh script, trezorctl now uses default pipe path if not provided
8 years ago
Pavol Rusnak ef9eaf4553
rename ethereum_send_tx to ethereum_sign_tx, add --publish option
8 years ago
slush0 39e827a90a Reworked get_transport for hid/bridge.
8 years ago
Pavol Rusnak 3b4f226d48
cleanup transports
8 years ago
Jochen Hoenicke e51fb2078f
new message SetU2FCounter
8 years ago
Pavol Rusnak 6696dcb985 Merge pull request #62 from Arachnid/ethereum_send_tx
8 years ago
Nick Johnson 8d2f33d8b5 Implemented ethereum_send_tx
8 years ago
Pavol Rusnak 3a108ee8a5
fix pylint warnings
8 years ago
Pavol Rusnak cbbd7004a8 Merge pull request #60 from Arachnid/ethereum
8 years ago
Nick Johnson 593406ef46 Rename to ethereum_get_address, use binascii.hexlify
8 years ago
Pavol Rusnak 7a3a45321c
import requests just in firmware_update function
8 years ago
Nick Johnson 67bd1c223e Add support for get_ethereum_address to trezorlib and trezorctl.
8 years ago
Pavol Rusnak 54c8bfd1d4
import print function from future
8 years ago
Pavol Rusnak 021389efe8
more fixes
8 years ago
Pavol Rusnak fdc3cff1d6
use requests instead of urllib mess
8 years ago