core-lightning/contrib/pyln-proto/pyln/proto/message
Rusty Russell 85bb93618b new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
These are autogenerated, but now they export their own
MessageNamespace, as well as the raw csv.

They also expose their SubtypeTypes, MessageTypes and TlvStreamTypes,
though in theory these could clash (they don't for now, and it'd be
kinda awkward if they did).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-12 15:35:35 +02:00
..
bolt1 new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
bolt2 new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
bolt4 new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
bolt7 new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
__init__.py pyln.proto.message: expose fundamental MessageTypes as variables. 2020-06-12 15:35:35 +02:00
array_types.py pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. 2020-06-12 15:35:35 +02:00
fundamental_types.py pyln: add (undocumented) u8 fundamental type. 2020-06-12 15:35:35 +02:00
Makefile new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
message.py pyln.proto.message: separate fundamental types from other subtypes. 2020-06-12 15:35:35 +02:00