rgb-cln/gossipd
Rusty Russell 430a380e35 gossipd: feed lightningd the channel_updates as soon as we make them.
Even if we're deferring putting them in the store and broadcasting them,
we tell lightningd so it will use it in any error messages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-02-08 11:15:52 +10:30
..
test gossipd: feed lightningd the channel_updates as soon as we make them. 2022-02-08 11:15:52 +10:30
Makefile per_peer_state: remove struct crypto_state 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: feed lightningd the channel_updates as soon as we make them. 2022-02-08 11:15:52 +10:30
gossip_generation.h gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10: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
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossipd.c gossipd: infrastructure to tell lightningd about local channel updates. 2022-02-08 11:15:52 +10:30
gossipd.h gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +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 gossipd: infrastructure to tell lightningd about local channel updates. 2022-02-08 11:15:52 +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: use tal_dup_talarr helper. 2022-01-25 06:26:52 +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