core-lightning/gossipd
Christian Decker 63f22d70b5 gossip: Store channel deletions so we don't re-add them on restart
If we only remember the actions that added channels then we'd restore them when
re-reading the gossip_store, so put a tombstone in there to remember to delete
it. These will be cleared upon re-writing the store since the announcements wont
be written anymore.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-30 16:35:00 +02:00
..
test gossip: Store channel deletions so we don't re-add them on restart 2018-03-30 16:35:00 +02:00
broadcast.c gossipd: make struct queued_message private. 2018-03-14 02:19:37 +00:00
broadcast.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
gossip_store.c gossip: Store channel deletions so we don't re-add them on restart 2018-03-30 16:35:00 +02:00
gossip_store.h gossip: Store channel deletions so we don't re-add them on restart 2018-03-30 16:35:00 +02:00
gossip_wire.csv gossip: Store channel deletions so we don't re-add them on restart 2018-03-30 16:35:00 +02:00
gossip.c gossip: Store channel deletions so we don't re-add them on restart 2018-03-30 16:35:00 +02:00
handshake.c status: remove trc context now we have tmpctx. 2018-03-16 00:16:10 +00:00
handshake.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
Makefile gossip: Added gossip store primitives 2018-03-25 23:56:59 +00:00
routing.c gossip: Check that we have a node before applying changes 2018-03-29 23:15:33 +02:00
routing.h gossip: Check that we have a node before applying changes 2018-03-29 23:15:33 +02:00