core-lightning/contrib
Rusty Russell f52065201b pyln.proto.message.*: add type annotations.
Other changes along the way:

1. In a couple of places we passed None as a dummy for for
   `otherfields` where {} is just as good.
2. Turned bytes into hex for errors.
3. Remove nonsensical (unused) get_tlv_by_number() function from MessageNamespace
4. Renamed unrelated-but-overlapping `field_from_csv` and
   `type_from_csv` static methods, since mypy thought they should have
   the same type.
5. Unknown tlv fields are placed in dict as strings, not ints, for
   type simplicity.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-12 15:35:35 +02:00
..
init systemd: After=network-online.target 2019-08-20 20:14:36 +02:00
plugins Unpacking variable for cleaner code for testing 2020-05-04 19:18:05 +02:00
pylightning pyln: Add unit tests from pyln-* to make check-python 2020-02-01 16:50:58 +01:00
pyln-client Comment optimisations 2020-05-12 22:19:34 +02:00
pyln-proto pyln.proto.message.*: add type annotations. 2020-06-12 15:35:35 +02:00
pyln-testing pyln: Set the bitcoin datadir when running tests 2020-05-05 13:28:54 +09:30
bootstrap-node.sh contrib: add executable flag for bootstrap-node.sh 2020-05-05 13:27:55 +09:30
Dockerfile.builder build: add mkrd to docker install? 2020-04-19 08:07:47 +09:30
Dockerfile.builder.fedora build: add mkrd to docker install? 2020-04-19 08:07:47 +09:30
lightning-cli.bash-completion Fix bash completion. 2020-05-15 15:25:33 +02:00
linuxarm32v7.Dockerfile python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
linuxarm64v8.Dockerfile python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh contrib: allow stderr printing for startup_regtest 2020-05-19 11:44:54 +02:00