matejcik
832053e85d
protobuf: improve to_dict function
2019-02-19 17:14:12 +01:00
matejcik
601d3b49c3
trezorlib: add some utility features
2018-11-06 13:36:25 +01:00
matejcik
c248946b3d
protobuf: make MessageType more dict-like, drop _add_ and _extend_
...
so that SignTx(**tx) works
_add_x and _extend_x methods are left-overs from google protobuf
and shouldn't be used anymore
2018-11-06 13:36:25 +01:00
matejcik
4fb3acb029
style: uppercase hex constants to conform with black 18.9b0 style
2018-10-01 14:01:33 +02:00
Pavol Rusnak
4a0ca873eb
trezorlib+tools: remove usage of binascii
2018-09-27 16:52:28 +02:00
Dusan Klinec
6b32e33c58
protobuf.py uses get_fields()
2018-09-20 13:57:26 +02:00
Pavol Rusnak
434f279069
use implicit encoding in encode/decode
2018-09-06 16:22:38 +02:00
matejcik
abf0e82d80
trezorlib: implement auto-creating protobuf messages from dicts
...
along with a convert_dict function to rename keys from camelCase
and optionally apply simple field renames
2018-08-21 16:02:15 +02:00
matejcik
3d3e9b67b4
style: apply black/isort
2018-08-13 18:22:19 +02:00
matejcik
54f1599a5a
regenerate license headers
...
This clarifies the intent: the project is licenced under terms
of LGPL version 3 only, but the standard headers cover only "3 or later",
so we had to rewrite them.
In the same step, we removed author information from individual files
in favor of "SatoshiLabs and contributors", and include an AUTHORS
file that lists the contributors.
Apologies to those whose names are missing; please contact us if you wish
to add your info to the AUTHORS file.
2018-06-21 16:49:13 +02:00
matejcik
aace6577c8
log: remove special handling of Features/CoinType in prettyprinter
...
now that Trezor won't send CoinTypes anymore
2018-05-28 15:01:17 +02:00
matejcik
1e4c1c093e
protobuf: improve prettyprint formatting
2018-05-11 15:29:38 +02:00
matejcik
eed91db880
protocol: python logging to supersede VerboseWire
2018-05-11 15:29:38 +02:00
matejcik
325312d11c
protobuf: move formatter function to protobuf where it belongs better
2018-05-11 15:29:38 +02:00
matejcik
28264a4fe0
protobuf: improve description of sint_to_uint
2018-05-07 14:10:34 +02:00
matejcik
df8c3da1a2
protobuf: properly implement signed types ( fixes #249 )
2018-05-07 14:10:34 +02:00
matejcik
afb3e04c24
trezorlib/protobuf.py: return BytesType from wire as bytes, not bytearray.
...
This makes more sense, because bytes are immutable and callers have no business
mutating structures from the wire anyway.
Incidentally this should fix issue #236 , where rlp library would treat
bytes and bytearrays differently and produce invalid structures in our usecase.
Also very minor nitpicks and code cleanup for neater typing.
2018-03-20 13:00:36 +01:00
Pavol Rusnak
7b844f0379
add Sint64 to protobuf
2018-01-30 15:04:24 +01:00
Pavol Rusnak
0c5eac2f39
skip None and empty ([]) fields in proto messages
2018-01-07 18:07:13 +01:00
Saleem Rashid
2996138341
protobuf: Call _fill_missing in __init__
2017-12-19 13:16:22 +01:00
Pavol Rusnak
753e91dff0
protobuf: encode to utf-8 bytestream
2017-12-18 22:44:54 +01:00
slush
a27217811b
Rework from Google's protobuf to pure-python protobuf implementation
2017-12-17 02:19:16 +01:00