Commit Graph

116 Commits (0902aefd624b37a5278a862595aa66d18ed4a566)

Author SHA1 Message Date
Jochen Hoenicke 88b789e8ae trezorctl: fix bug in sign_tx. (#237)
6 years ago
Pavol Rusnak a0dd3ee502
trezorctl: add passphrase_source handling to apply_settings
6 years ago
matejcik f75b90d260 Merge branch 'upstream' into refactor-transport-nicediff
6 years ago
matejcik 07ceb9aacc pretty printing protobufs
6 years ago
Jochen Hoenicke 8a62d12217 Update ethereum_sign_tx to python3 (#227)
6 years ago
matejcik 2a706a751a update trezorctl to use prefix search correctly
6 years ago
Pavol Rusnak fd41db8a59
trezorctl: don't always require internal entropy in reset_device
6 years ago
matejcik 8404bef6e3 support TREZOR_PATH environment variable for selecting default path (#221)
6 years ago
slush a4cdae39af Introducing TrezorDevice, removing concept of transports from trezorctl
7 years ago
Pavol Rusnak 646338c414
small nits of last commit
7 years ago
Karel Bilek 759316e96f Add webusb to transports
7 years ago
slush 87cd375b35 Fixing string conversion in encrypt_keyvalue/decrypt_keyvalue.
7 years ago
Anton Kolesnyk a8cd90c3ad Add varying url to broadcast tx, depending on the api
7 years ago
Pavol Rusnak e618402429
trezorctl: firmware_update -e erases firmware (first 32K; rendering it unusable)
7 years ago
slush c71f234a8b Added deprecation warning for Python2
7 years ago
mcudev 4962207703
sign_tx: add rbf opt-in enable, add locktime, add tx version
7 years ago
Saleem Rashid 79da872316 trezorctl: Guess script type from BIP-32 in sign_tx
7 years ago
Saleem Rashid 881015ae5f trezorctl: Ask for input script type in sign_tx
7 years ago
Saleem Rashid 35db3c5efb trezorctl: Add ChoiceType to replace click.Choice
7 years ago
Saleem Rashid f20fd0d8cf trezorctl: Remove broken default in address_n click.prompt
7 years ago
Saleem Rashid 36c479c2c2 trezorctl: Change InputScriptType to OutputScriptType
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
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation
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
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
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
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Pavol Rusnak 6a777788ab
trezorctl: use better detection if raw_input replacement is needed
7 years ago
Pavol Rusnak 23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy
7 years ago
Pavol Rusnak a71c33d123
trezorctl+client: add support for CoSi commit/sign
7 years ago
Jan Pochyla 8202971109 rework lazy connecting in client
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
Jan Pochyla bc42eb68d6 transports: refactor, split protocol code
7 years ago
Jochen Hoenicke 7019438a49 Make -n/--address parameter required.
7 years ago
Pavol Rusnak a4a7aa8d85
trezorctl: fix hexlify calls on python3
7 years ago
Pavol Rusnak ff157264a2
trezorctl: print message name to output
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 afdd27c551
trezorctl: fix set_homescreen for python3
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 20aebed394
trezorctl: seems that click.Choice is not friends with ints
7 years ago
Pavol Rusnak ee5f53d4be
fix ethereum_get_address for python3
7 years ago