rgb-cln/contrib/pyln-proto/pyln/proto/message
Rusty Russell edee0793d3 pyln.proto: fix receiving unknown fields in TLVs.
We can still convert these (e.g. k=1) to Python, by just using hex strings.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-06-24 19:46:38 +09:30
..
Makefile new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
__init__.py pyln.proto.message: expose array types, add set_field for Message class. 2020-06-12 15:35:35 +02:00
array_types.py pyln-proto: write out length of arrays of subtypes to wire 2021-03-30 13:44:34 +10:30
fundamental_types.py pyln.proto.message: remove incorrect fundamental types now spec update. 2020-06-25 10:08:58 +02:00
message.py pyln.proto: fix receiving unknown fields in TLVs. 2021-06-24 19:46:38 +09:30