core-lightning/gossipd
Rusty Russell 97ccf05117 lightningd: ignore gossip messages from channeld, switch to our own.
This commit is a bit messy, but it tries to do the minimal switchover.

Some tests change, so those are included here. 

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-01-31 14:47:33 +10:30
..
test gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
gossip_generation.h channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store_wire.csv gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
gossip_store.c gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
gossip_store.h gossipd: don't "unmark" dying channels' updates if we receive them. 2023-07-25 10:11:05 +09: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: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
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
Makefile build: don't generate experimental variants of wire files. 2023-05-23 09:34:08 +09:30
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 lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
routing.h gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10: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