core-lightning/contrib/pyln-client/pyln/client
Michael Schmoock 3f651b08d5 pygossmap: cleanups and optimizations
- moves offset into GossipHeader hdr which is passed to all constuctors
 - reads .flags as u16 instead of extracting it from the .length, see 0274d88ba
 - adds zombie and ratelimit flag to GossipHeader
 - bytes_read start at 0 instead of 1 which is more correct,
   the one byte is then corrected for when setting the offset of new header.
 - bytes_read is increased in pull_bytes as this is the only place where
   something is read
 - use new style for various format-strings
2023-04-05 06:13:08 +09:30
..
__init__.py meta: update changelog and pyln version for 23.02 release 2023-03-02 12:14:50 -06:00
clnutils.py pyln-client: adds utils cln_parse_rpcversion 2023-02-03 16:58:31 +01:00
gossmap.py pygossmap: cleanups and optimizations 2023-04-05 06:13:08 +09:30
lightning.py lightningd: add listpeerchannels command 2023-01-13 10:42:42 +10:30
plugin.py pyln-client, libplugin, rust cln-plugin: explicitly flag that we allow non-numeric JSON ids. 2022-11-21 11:23:54 +01:00