rgb-cln/contrib/pyln-proto/pyln/proto/message
Rusty Russell 487facf1f0 pyln-client/gossmap: more fixes, make mypy happier.
Mainly fixing type annotations, but some real fixes:

1. GossmapHalfchannel.from_str() should be a classmethod.
2. update_channel had weird, unusable default values (fields can't be NULL,
   since we use it below).

[ There was one more occurence where isinstance should be used above
type() == xyz comparison. -- MS ]

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-08 09:34:14 +09:30
..
Makefile new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
__init__.py pyln.proto.message: export two more symbols, remove unused __version__ from message.py 2021-07-30 19:17:47 +02:00
array_types.py pyln-proto: write out length of arrays of subtypes to wire 2021-03-30 13:44:34 +10:30
fundamental_types.py pyln.proto.message: add new BOLT12 fundamental types. 2021-07-30 19:17:47 +02:00
message.py pyln-client/gossmap: more fixes, make mypy happier. 2021-09-08 09:34:14 +09:30