Commit Graph

236 Commits (d138afeb8df3b5e373d56414008d9c340a3f4831)

Author SHA1 Message Date
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
matejcik 6b51228090 use binascii.hexlify instead of bytearray.hex (which doesn't exist in python < 3.5)
7 years ago
matejcik d8c9c970f5 flake8: clean up imports from last commit
7 years ago
matejcik dd052d07b0 better getch() functions, fixed windows version (fixes #207)
7 years ago
matejcik c0d2af557c further cleanup of normalize_nfc usage
7 years ago
matejcik 5422c40451 start dropping py2 compatibility code
7 years ago
matejcik cd9bd06163 prettyprint: fix flake8 complaints
7 years ago
matejcik 52c2319822 omit Features message from debug dumps
7 years ago
matejcik db3767f7ef tweak prettyprint for some known elements
7 years ago
matejcik 07ceb9aacc pretty printing protobufs
7 years ago
matejcik 55641dd8b5 make flake8 happy (#225)
7 years ago
Pavol Rusnak 7841bbefbe
client: implement PassphraseStateRequest handling
7 years ago
Tomas Susanka 617ccc21d9 tests: deepcopy is required when debug_processor is invoked
7 years ago
Tomas Susanka d6f0c54d3e tests: CallException relaced with AssertionException in response validation
7 years ago
Pavol Rusnak bccd61cb23
client: implement PassphraseRequest.on_device handling
7 years ago
Pavol Rusnak ba8bb99097
fix flake8 error
7 years ago