core-lightning/contrib/pyln-proto/pyln/proto
Rusty Russell 02338a6b25 pyln.proto.message: add to_py() operation.
This delivers the message contents in a much friendlier form for
manipulation: in particular, it makes it easy to compare two
messages without having to know all the message type internals.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-16 16:17:52 +02:00
..
message pyln.proto.message: add to_py() operation. 2020-06-16 16:17:52 +02:00
__init__.py pyln: Bump version to 0.8.2 in order to match with binary distro 2020-06-15 16:14:53 +02:00
bech32.py pyln: fix incorrect python syntax. 2020-05-15 15:21:50 +02:00
invoice.py pyln-proto: Use only coincurve for libsecp256k1 bindings 2020-05-07 11:37:34 +02:00
onion.py pyln-proto: Add Tu32Field and Tu64Field helpers 2020-04-16 18:03:35 +09:30
primitives.py pyln-proto: Added a couple of utilities to manage onions and zbase32 2020-01-28 13:43:44 +10:30
wire.py pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
zbase32.py pyln-proto: Added a couple of utilities to manage onions and zbase32 2020-01-28 13:43:44 +10:30