rgb-cln/gossipd
Rusty Russell 75720ad0e1 lightningd: wait for gossipd to finish initalizing before starting plugins.
This mainly helps our CI under valgrind, which starts a fresh instance
and immediately calls the invoice command.  This can cause the topology
plugin to try to access the gossmap file before it's created.

We can also move the gossmap reading in topology to init time.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-06-16 10:29:17 +09:30
..
test gossipd/test: remove routing tests. 2021-06-16 10:29:17 +09:30
Makefile
broadcast.h
gossip_generation.c gossipd: remove routing, listchannels and listnodes infrastructure. 2021-06-16 10:29:17 +09:30
gossip_generation.h
gossip_store.c common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossip_store.h
gossip_store_wire.csv
gossip_store_wiregen.c gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
gossip_store_wiregen.h gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
gossipd.c lightningd: wait for gossipd to finish initalizing before starting plugins. 2021-06-16 10:29:17 +09:30
gossipd.h
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_peerd_wiregen.c gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
gossipd_peerd_wiregen.h gen/impl_template: fix generation of singleton varsize elements. 2021-06-04 16:13:08 +09:30
gossipd_wire.csv lightningd: wait for gossipd to finish initalizing before starting plugins. 2021-06-16 10:29:17 +09:30
gossipd_wiregen.c lightningd: wait for gossipd to finish initalizing before starting plugins. 2021-06-16 10:29:17 +09:30
gossipd_wiregen.h lightningd: wait for gossipd to finish initalizing before starting plugins. 2021-06-16 10:29:17 +09:30
queries.c
queries.h
routing.c gossipd: remove routing, listchannels and listnodes infrastructure. 2021-06-16 10:29:17 +09:30
routing.h gossipd: remove routing, listchannels and listnodes infrastructure. 2021-06-16 10:29:17 +09:30
seeker.c
seeker.h