rgb-cln/tools
Rusty Russell 4b5cd5ff84 tools/generate-wire.py: only use 'struct node_id' in announcements.
Naturally, it's a struct pubkey.  However, those are large, and take
time to marshal, so gossipd treats them as node_id which is a simple
array.  It adds explicit checks at the right points to make sure
they're valid pubkeys.

However, the next commit adds TLV test vectors, which assumes we treat
node_id as a point (thus catch invalid values when parsing).  The best
solution is to restrain our types here to exactly those we've
optimized for.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-08-02 17:32:48 +02:00
..
gen tools/generate-wire.py: add option to expose tlv_record_type 2019-08-02 17:32:48 +02:00
test FreeBSD: fix build. 2019-07-29 14:24:29 +02:00
Makefile bolt-gen: add compilation tests 2019-07-24 02:52:53 +00:00
bench-gossipd.sh gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 2019-05-22 11:28:44 +00:00
build-release.sh tools/built-release.sh: fix archives we produce. 2019-03-01 21:38:08 +00:00
check-bolt.c check: only check EXPERIMENTAL-tagged BOLT quotes if EXPERIMENTAL_FEATURES 2019-07-24 06:35:57 +00:00
check-includes.sh devtools/create-gossipstore: clean up enough to pass check-source. 2019-04-08 04:41:43 +00:00
check-manpage.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
check-markdown.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
check-setup_locale.sh tools/check-setup_locale.sh: don't get caught by main in non-C files. 2019-02-08 01:10:17 +00:00
check-spelling.sh spelling: Check LockTime Verify. 2018-10-23 16:55:35 +02:00
docker-entrypoint.sh [Docker] Make sure lightningd receive SIGTERM 2018-12-29 13:29:54 +01:00
generate-wire.py tools/generate-wire.py: only use 'struct node_id' in announcements. 2019-08-02 17:32:48 +02:00
headerversions.c tools: Add missing unistd.h header 2018-12-29 13:34:23 +01:00
mockup.sh fixup! FreeBSD: fix build. 2019-07-29 14:24:29 +02:00
refresh-submodules.sh build: allow building from source zip file. 2019-01-15 02:18:30 +00:00
rel.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
repro-build.sh remove libbase58, use base58 from libwally (#2594) 2019-04-30 23:07:31 +02:00
update-mocks.sh FreeBSD: fix build. 2019-07-29 14:24:29 +02:00