core-lightning/contrib/pyln-proto/pyln/proto
Sergi Delgado Segura f1d5fdf323 pyln: Sets remote_pubkey for LightningConnection if node is not the initiator
Currently ``LightningConnection.remote_pubkey`` is set to ``None`` if the node is not the handshake initiator. This sets it to ``rs`` in act three from the receiver side
2020-09-12 15:06:08 +09:30
..
message pyln-proto: use vals for subtype parsing 2020-08-27 10:20:16 +09:30
__init__.py pyln: Bump proto version to match pyln-bolt* 2020-09-10 20:01:41 +09:30
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: Sets remote_pubkey for LightningConnection if node is not the initiator 2020-09-12 15:06:08 +09:30
zbase32.py pyln-proto: Added a couple of utilities to manage onions and zbase32 2020-01-28 13:43:44 +10:30