core-lightning/gossipd
Rusty Russell 5583f730de gossipd: always send information about our channels' gossip updates.
Not just when it's a private channel.  This is useful for listpeerchannels in the next patch.
Most of this is renaming.

It also means that source can be NULL, so move it out of the struct and put it in the message,
where it logically belongs, and make it an optional field.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-12-14 09:16:56 +10:30
..
test gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
broadcast.h
gossip_generation.c gossipd: pass remote private channel update to ld 2023-12-14 09:16:56 +10:30
gossip_generation.h
gossip_store.c gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
gossip_store.h gossipd: don't "unmark" dying channels' updates if we receive them. 2023-07-25 10:11:05 +09:30
gossip_store_wire.csv
gossipd.c gossipd: pass remote private channel update to ld 2023-12-14 09:16:56 +10:30
gossipd.h gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
gossipd_peerd_wire.csv
gossipd_wire.csv gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
Makefile
queries.c gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
queries.h gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
routing.c gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
routing.h gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
seeker.c gossipd: don't use softref in the seeker. 2023-07-09 16:49:48 +09:30
seeker.h gossipd: don't use softref in the seeker. 2023-07-09 16:49:48 +09:30