core-lightning/gossipd
Rusty Russell f8b98e032c gossipd: Don't abort() on duplicate entries in gossip_store.
Triggered by a previous variant of this PR, but a goo1d idea to simply
discard the store in general when we get a duplicate entry.

We crash trying to delete old ones, which means writing to the store.
But they should have already been deleted.

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
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 gossipd: remove broadcast map altogether. 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
Makefile 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