You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
test_array_types.py
pyln.proto.message: expose fundamental MessageTypes as variables.
5 years ago
test_bolt1.py
new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
5 years ago
test_bolt2.py
new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
5 years ago
test_bolt4.py
new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
5 years ago
test_bolt7.py
new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
5 years ago
test_fundamental_types.py
pyln: add (undocumented) u8 fundamental type.
5 years ago
test_invoice.py
pyln-proto: Use only coincurve for libsecp256k1 bindings
5 years ago
test_message.py
pyln.proto.message: use BufferedIOBase instead of bytes for binary ops.
5 years ago
test_onion.py
pyln-proto: Add Tu32Field and Tu64Field helpers
5 years ago
test_primitives.py
pyln-proto: Added a couple of utilities to manage onions and zbase32
5 years ago
test_wire.py
pyln: Split pylightning into multiple pyln modules
5 years ago