core-lightning/contrib/pyln-proto/pyln/proto/message
niftynei 5142dc81f6 pyln-proto: write out length of arrays of subtypes to wire
We weren't writing out the length of a nested subtype's
dynamicarraylenght, now we do. The trick is to iterate through the
fields on a subtype (since the length field is added separately)
and to also iterate down through the otherfield values as we 'descend'
2021-03-30 13:44:34 +10:30
..
__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
Makefile new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
message.py pyln-proto: write out length of arrays of subtypes to wire 2021-03-30 13:44:34 +10:30