Commit Graph

172 Commits (6b32e33c5816a94de234d1f5e5773ce98b161567)

Author SHA1 Message Date
Adrián Matejov 15df848b05 added Tezos support (#302)
6 years ago
Dušan Plavák bd6bcf7dfa Add network param to cardano sign tx (#306)
6 years ago
Pavol Rusnak 434f279069
use implicit encoding in encode/decode
6 years ago
Matus Zamborsky 21326d3a41 add Ontology support (#301)
6 years ago
Tomas Susanka 4f572f9e15 cardano: remove sign/verify functions
6 years ago
Pavol Rusnak 555bb62e3f
btc: add script_type to get_public_node
6 years ago
Dušan Plavák fb22b894ba Add cardano support to trezorctl and some tests (#300)
6 years ago
Tomas Susanka 88a02822d3 stellar: public key methods removed
6 years ago
matejcik 88b50ac2ff style: add makefile with style targets, final touchups
6 years ago
matejcik 3d3e9b67b4 style: apply black/isort
6 years ago
matejcik 29f928e4f2 style: bare excepts, left-over bad imports
6 years ago
matejcik 5259146a0b style: remove unused imports with autoflake
6 years ago
matejcik ca608d0a98 flake8: fix complaints (for the last time, hopefully)
6 years ago
matejcik 045ad85ecd trezorctl: use new API
6 years ago
matejcik 2bb7088281 Merge branch 'master' into matejcik/client-split
6 years ago
D.Matskevych 5a677c3782 Added Zencash supporting
6 years ago
Tomas Susanka 61e63c6a02 ripple: ripple prefix dropped in functions
6 years ago
Tomas Susanka c0f29bf4fd ripple: proper sign_tx command
6 years ago
Tomas Susanka 37847fb56f ripple: client functions moved to ripple.py
6 years ago
Tomas Susanka 147e7e21cb ripple: get address command including tests
6 years ago
matejcik 00617817c3 trezorlib: disable encrypt/decrypt message functionality
6 years ago
matejcik 46307cc4ba trezorctl: use Stellar default network passphrase
6 years ago
matejcik 1820f529fc trezorlib: shuffling things from client
6 years ago
Pavol Rusnak 8f46f3d46b
trezorctl: fix grammar in confirm messages
6 years ago
matejcik cd94fb5ff9 trezorctl: drop list_coins command (closes #277)
6 years ago
Pavol Rusnak 7cf46c6833
trezorctl: add hexlify to stellar_get_public_key
6 years ago
Pavol Rusnak 1477c9aa9e
trezorctl/trezorlib: add show_display to StellarGetAddress/StellarGetPublicKey
6 years ago
Pavol Rusnak b791e805a1 trezorctl: add stellar_get_address/stellar_get_public_key
6 years ago
matejcik 2f02b972d1 trezorctl: make wipe_device bootloader aware
6 years ago
matejcik 73f016c465 trezorctl: update firmware_update to work better with TT (fix #269)
6 years ago
Aleksey Popov 922748e348 lisk: restore Lisk sign and verify message functionality
6 years ago
matejcik 031404f822 trezorctl: fix pylint warnings
6 years ago
matejcik c10c3f7fd9 stellar: better way to handle default path
6 years ago
matejcik 9982ef98f9 Merge branch 'master' into matejcik/refactor
6 years ago
matejcik 7e83eb11e5 trezorctl: drop remaining stellar_sign_message command
6 years ago
matejcik 4b7926268e drop Lisk and Stellar sign/verify message functionality
6 years ago
Tomas Susanka e656bbf072 stellar: xdr parse move to trezorctl; client works with messages
6 years ago
matejcik ca8ebacab9 logging: convenience function to set up protobuf logging
6 years ago
matejcik eed91db880 protocol: python logging to supersede VerboseWire
6 years ago
matejcik 325312d11c protobuf: move formatter function to protobuf where it belongs better
6 years ago
matejcik d106869061 trezorlib: deprecate client.expand_path and move the staticmethod
6 years ago
ZuluCrypto 5fccc4381b
fix style to match flake8
7 years ago
ZuluCrypto 200b5a71df
Merge remote-tracking branch 'upstream/master' into stellar
7 years ago
ZuluCrypto 76241dca5c
trezorctl - clean up imports
7 years ago
Aleksey Popov 45cca15e5f lisk: Add lisk_sign_tx
7 years ago
Aleksey Popov 5e1168c48d lisk: Add lisk_get_publickey
7 years ago
Aleksey Popov 514e808b56 lisk: Add lisk_verify_message
7 years ago
Aleksey Popov d3685639f9 lisk: Add lisk_sign_message
7 years ago
Aleksey Popov 3e742177d2 lisk: Add lisk_get_address method
7 years ago
Pavol Rusnak ff8dafc182
trezorctl: reorder parameters in ethereum_sign_tx
7 years ago