rgb-cln/gossipd
Rusty Russell 628b65fb40 gossip_store: don't leave dangling channel_announce if we truncate.
(Or, if we crashed before we got to write out the channel_update).
It's a corner case, but one reported by @darosior and reproduced
on my test node (both with bad gossip_store due to previous iterations
of this patchset!).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-04 01:29:39 +00:00
..
test gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
Makefile gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_constants.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
gossip_peerd_wire.csv gossipd: don't send gossip stream, let per-peer daemons read it themselves. 2019-06-04 01:29:39 +00:00
gossip_store.c gossip_store: don't leave dangling channel_announce if we truncate. 2019-06-04 01:29:39 +00:00
gossip_store.csv gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00
gossip_store.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_wire.csv gossipd: don't send gossip stream, let per-peer daemons read it themselves. 2019-06-04 01:29:39 +00:00
gossipd.c gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
routing.c gossipd: Don't abort() on duplicate entries in gossip_store. 2019-06-04 01:29:39 +00:00
routing.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00