core-lightning/gossipd
Rusty Russell 6115ed02e8 subdaemons: don't stream gossip_store at all.
We now let gossipd do it.

This also means there's nothing left in 'struct per_peer_state' to
send across the wire (the fds are sent separately), so that gets
removed from wire messages too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-01-20 15:24:06 +10:30
..
test subdaemons: don't stream gossip_store at all. 2022-01-20 15:24:06 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10:30
gossip_generation.h gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10:30
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossip_store.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
gossip_store.h daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30
gossipd_peerd_wire.csv common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd_wire.csv lightningd: make sure gossipd knows before we update blockheight. 2022-01-20 15:24:06 +10:30
gossipd.c subdaemons: don't stream gossip_store at all. 2022-01-20 15:24:06 +10:30
gossipd.h gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10:30
Makefile per_peer_state: remove struct crypto_state 2022-01-20 15:24:06 +10:30
queries.c gossipd: make request handlers return void. 2021-12-30 09:50:40 +10:30
queries.h gossipd: make request handlers return void. 2021-12-30 09:50:40 +10:30
routing.c gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10:30
routing.h gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +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