Commit Graph

27 Commits (6b32e33c5816a94de234d1f5e5773ce98b161567)

Author SHA1 Message Date
Pavol Rusnak 434f279069
use implicit encoding in encode/decode
6 years ago
matejcik abf0e82d80 trezorlib: implement auto-creating protobuf messages from dicts
6 years ago
matejcik 3d3e9b67b4 style: apply black/isort
6 years ago
matejcik a3d560529c trezorlib: post-merge updates
6 years ago
matejcik 7083eb7a5c trezorlib: drop @field decorator
6 years ago
matejcik 23b58cc0cb flake8: fix complaints
6 years ago
matejcik 1820f529fc trezorlib: shuffling things from client
6 years ago
matejcik 54f1599a5a regenerate license headers
6 years ago
matejcik b7c7190573 trezorlib: remove Hash to btc_hash, prepare for moving it away from things
6 years ago
matejcik d106869061 trezorlib: deprecate client.expand_path and move the staticmethod
6 years ago
matejcik 2c15a861dc replace removed iterbytes with direct iteration
6 years ago
matejcik 5422c40451 start dropping py2 compatibility code
6 years ago
Pavol Rusnak c550e5c703
revert bytes/str change in tools.py
7 years ago
Pavol Rusnak a9291e89c5
no need to use byteindex/iterbytes anymore
7 years ago
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation
7 years ago
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Pavol Rusnak 33f274d145
style: use flake8
7 years ago
Pavol Rusnak 0bba092741
add LGPLv3 headers to sources files
8 years ago
Jochen Hoenicke d5daf1d2f0
Fixed unit tests (also for Python 3)
8 years ago
Pavol Rusnak 1fe94e7fa5
more python3 fixes
8 years ago
slush0 64fadde3e0
Passes first unit tests (against trezor-emu over transport_pipe).
8 years ago
Pavol Rusnak 109cca5ab3 fix _customPrintFieldValue
10 years ago
Pavol Rusnak ffa289967c adapt to new pb, small fixes
10 years ago
slush0 eb22fad568 protobuf text_format now prints in both binary and hex form
11 years ago
slush0 2782655320 Monkeypatching of google.protobuf.text_format
11 years ago
slush0 91b2b637b4 BIP32 public CKD
11 years ago
slush0 56eb483f70 Added base58 decoder
11 years ago