Commit Graph

251 Commits (a3d560529c99f484d2ce8f7e6132fcfcc654da7c)

Author SHA1 Message Date
matejcik a3d560529c trezorlib: post-merge updates
6 years ago
matejcik 7083eb7a5c trezorlib: drop @field decorator
6 years ago
matejcik 00617817c3 trezorlib: disable encrypt/decrypt message functionality
6 years ago
matejcik 7e90e89e69 client: get rid of TrezorClient._convert_prime
6 years ago
matejcik 23b58cc0cb flake8: fix complaints
6 years ago
matejcik f3a042db80 trezorlib: split out methods from ProtocolMixin
6 years ago
matejcik 1820f529fc trezorlib: shuffling things from client
6 years ago
matejcik 2f3a32f8e8 trezorlib: drop support for EncryptMessage and DecryptMessage
6 years ago
matejcik 54f1599a5a regenerate license headers
6 years ago
Pavol Rusnak 1477c9aa9e
trezorctl/trezorlib: add show_display to StellarGetAddress/StellarGetPublicKey
6 years ago
Tomas Susanka 22872c53c2 tests/stellar: missing field annotation
6 years ago
Tomas Susanka d3d9ceb0c4 tests: stellar test for get address
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
Pavol Rusnak e4dcc8d8c6
zcash overwinter support
6 years ago
matejcik 99bc267301 client: hide uninteresting functions from test tracebacks
6 years ago
matejcik 9982ef98f9 Merge branch 'master' into matejcik/refactor
6 years ago
matejcik e779a251fb transport: better ways to handle errors when enumerating devices
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
Tomas Susanka bb74950e23 stellar: message is normalized before sign/verify
6 years ago
matejcik cc7c8ccb59 client: clean up exception and decorator code
6 years ago
matejcik a478dac5f7 client: clean up logging and printing
6 years ago
matejcik 0b6ec27064 logging: get rid of pprint and VerboseWireMixin
6 years ago
matejcik b7c7190573 trezorlib: remove Hash to btc_hash, prepare for moving it away from things
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
matejcik 5329bc9463
Merge pull request #167 from zulucrypto/stellar
6 years ago
matejcik 4c06a613b5 ethereum: do 'int_to_big_endian' conversion manually
6 years ago
ZuluCrypto 200b5a71df
Merge remote-tracking branch 'upstream/master' into stellar
6 years ago
ZuluCrypto ea6ced4dae
client.py - refactor Stellar signing loop to make the message flow clearer
6 years ago
ZuluCrypto 1fb521f4cd
client.py updated to use Stellar messages instead of map
6 years ago
ZuluCrypto 38647de7f9
client.py - minor style fixes and fix for use of "types.Message" instead of "proto.Message"
6 years ago
Aleksey Popov 45cca15e5f lisk: Add lisk_sign_tx
6 years ago
Aleksey Popov 5e1168c48d lisk: Add lisk_get_publickey
6 years ago
Aleksey Popov 514e808b56 lisk: Add lisk_verify_message
6 years ago
Aleksey Popov d3685639f9 lisk: Add lisk_sign_message
6 years ago
Aleksey Popov 3e742177d2 lisk: Add lisk_get_address method
6 years ago
Peter van Mourik 497f0467cf Added Wanchain support (#230)
7 years ago
Roman Zeyde 0a10b53e3a client: allow setting auto-lock delay
7 years ago
matejcik bd43363b1c coins: refactor, use data from coins.json instead of hardcoded lists
7 years ago
matejcik 40ff849228 flake8: make flake8 better and more strict
7 years ago
ZuluCrypto 1d722f838a
add Stellar support
7 years ago
matejcik e79026cb4b trezorlib: fix client ctors for `transport` arg
7 years ago
Roman Zeyde bd3d014dd4 Allow specifying 'state' at ProtocolMixin c-tor
7 years ago
matejcik e4a2946398 nem: fill out address_n properly for nem_sign_tx
7 years ago
matejcik 4b59d9191c flake8: fix complaints in new code.
7 years ago
matejcik 7e1d962799 trezorlib: sign_tx only downloads non-segwit transactions.
7 years ago
matejcik f87d931ce7 trezorlib: factor out NEM to a separate module
7 years ago
Pavol Rusnak a0dd3ee502
trezorctl: add passphrase_source handling to apply_settings
7 years ago