core-lightning/gossipd
Rusty Russell 7bdbb62b09 gossipd: remove channel update/annoounce creation and local update handling.
Now lightningd just doesn't tell us about private channels, doesn't
expect us to generate channel gossip, and tells us about public channels
via the addgossip call, we don't need any of this in gossipd.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-01-31 14:47:33 +10:30
..
test gossipd: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +10:30
gossip_generation.h gossipd: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +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: don't put private channel info into store at all. 2024-01-31 14:47:33 +10:30
gossip_store.h gossipd: don't put private channel info into store at all. 2024-01-31 14:47:33 +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: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +10:30
gossipd.c gossipd: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +10:30
gossipd.h gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
Makefile common: remote private_channel_announcement.[ch]. 2024-01-31 14:47:33 +10:30
queries.c gossipd: don't put private channel info into store at all. 2024-01-31 14:47:33 +10:30
queries.h gossipd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
routing.c gossipd: remove channel update/annoounce creation and local update handling. 2024-01-31 14:47:33 +10:30
routing.h gossipd: don't put private channel info into store at all. 2024-01-31 14:47:33 +10:30
seeker.c gossipd: don't put private channel info into store at all. 2024-01-31 14:47:33 +10:30
seeker.h gossipd: don't use softref in the seeker. 2023-07-09 16:49:48 +09:30