core-lightning/contrib/pyln-client/pyln/client
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
..
__init__.py pyln-client/gossmap: add NodeId class. 2021-09-08 09:34:14 +09:30
gossmap.py pyln-client/gossmap: more fixes, make mypy happier. 2021-09-08 09:34:14 +09:30
lightning.py pyln: Fix backward compat issue in LightningRpc.close 2021-07-29 16:01:37 +09:30
plugin.py pyln: Fix up the mypy annotation for init self-disabling 2021-08-14 12:52:19 +09:30