rgb-cln/contrib/pyln-proto/pyln/proto
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
..
message pyln-client/gossmap: more fixes, make mypy happier. 2021-09-08 09:34:14 +09:30
__init__.py pyln-proto: expose ShortChannelId and PublicKey. 2021-09-08 09:34:14 +09:30
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: Add TOR and SOCKS5 support in pyln.proto.wire.connect 2020-12-11 11:39:18 +10:30
zbase32.py pyln: Adds type annotations to zbase32 functions 2020-10-22 13:56:57 +02:00