rgb-cln/contrib/pyln-proto/pyln/proto
Christian Decker d7cd3e1cb5 pyln: Fix an issue with the LightningConnection short-reading
We may end up with a short read, that is not empty, when a message
gets fragmented during transport, so we need to loop until we either
reach the full size or we have an empty read indicating a dropped
connection.

Changelog-None
2022-12-02 12:20:24 +01:00
..
message Remove point32. 2022-10-26 11:29:06 +10:30
__init__.py pyln: Bump versions 2022-11-11 10:37:37 +01:00
bech32.py pyln: Add type-annotations to pyln-proto 2020-09-28 09:19:46 +09:30
invoice.py pyln: Add type-annotations to pyln-proto 2020-09-28 09:19:46 +09:30
onion.py pyln: Add ammag key to onion keyset 2021-01-08 19:28:30 +01:00
primitives.py pyln-client/gossmap: adds __repr__ functions 2021-09-08 09:34:14 +09:30
wire.py pyln: Fix an issue with the LightningConnection short-reading 2022-12-02 12:20:24 +01:00
zbase32.py pyln: Adds type annotations to zbase32 functions 2020-10-22 13:56:57 +02:00