rgb-cln/gossipd
Rusty Russell a770f51d0e tools/generate_wire.py: make functions allocate the TLV.
Requiring the caller to allocate them is ugly, and differs from
other types.

This means we need a context arg if we don't have one already.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-25 13:55:44 +10:30
..
test gossipd: send updated node_annoucement remote_addr 2022-03-11 16:42:45 +10:30
Makefile hsmd: Add fields to hsmd_sign_{,remote_}commitment_tx for validating signers 2022-03-16 12:06:21 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: send updated node_annoucement remote_addr 2022-03-11 16:42:45 +10:30
gossip_generation.h channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store.c channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store.h daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossipd.c tools/generate_wire.py: make functions allocate the TLV. 2022-03-25 13:55:44 +10:30
gossipd.h gossipd: send updated node_annoucement remote_addr 2022-03-11 16:42:45 +10:30
gossipd_peerd_wire.csv channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossipd_wire.csv gossipd: send updated node_annoucement remote_addr 2022-03-11 16:42:45 +10:30
queries.c tools/generate_wire.py: make functions allocate the TLV. 2022-03-25 13:55:44 +10:30
queries.h gossipd: send all gossip msgs directly to connectd, not peer. 2022-02-08 11:15:52 +10:30
routing.c tools/generate_wire.py: make functions allocate the TLV. 2022-03-25 13:55:44 +10:30
routing.h gossipd: make sure we set the `urgent` bit if we move our own node_announcement. 2022-03-08 04:54:45 +10:30
seeker.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00