core-lightning/gossipd
Rusty Russell 763697eb4c gossipd: fix gossip_store calling delete.
Now we handle node_announcements properly, we have a failure case where we
try to move them when a channel is deleted while loading the store.

We're going to remove this soon, in favor of in-place delete, so
workaround this for now to avoid an assert() when we try to write to
the store while loading.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-03 11:04:25 -07:00
..
test gossipd: free channels in routing_state destructor. 2019-05-22 11:28:44 +00:00
broadcast.c gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
broadcast.h gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
gossip_constants.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
gossip_peerd_wire.csv gossipd: send per-peer daemons offsets into gossip store. 2019-05-13 05:16:18 +00:00
gossip_store.c gossipd: fix gossip_store calling delete. 2019-06-03 11:04:25 -07:00
gossip_store.csv gossip_store: change format so we store raw messages. 2019-05-13 05:16:18 +00:00
gossip_store.h gossipd: fix gossip_store calling delete. 2019-06-03 11:04:25 -07:00
gossip_wire.csv gossipd: reply to large listchannels in parts. 2019-05-22 11:28:44 +00:00
gossipd.c gossipd: use explicit destructor for struct chan. 2019-05-22 11:28:44 +00:00
Makefile common: move gossip_store read routine where subdaemons can access it. 2019-05-13 05:16:18 +00:00
routing.c gossipd: fix gossip_store calling delete. 2019-06-03 11:04:25 -07:00
routing.h gossipd: use explicit destructor for struct chan. 2019-05-22 11:28:44 +00:00