You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
5161b79bfc
gossipd/gossip_store: keep count of deleted entries, don't use bs->count.
We didn't count some records before, so we could compare the two counters.
This is much simpler, and avoids reliance on bs.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
..
test
gossipd: don't send gossip stream, let per-peer daemons read it themselves.
6 years ago
Makefile
gossipd: don't send gossip stream, let per-peer daemons read it themselves.
6 years ago
broadcast.c
gossipd: add timestamp in gossip store header.
6 years ago
broadcast.h
gossipd: add timestamp in gossip store header.
6 years ago
gossip_constants.h
Use node_id everywhere for nodes.
6 years ago
gossip_peerd_wire.csv
gossipd: don't send gossip stream, let per-peer daemons read it themselves.
6 years ago
gossip_store.c
gossipd/gossip_store: keep count of deleted entries, don't use bs->count.
6 years ago
gossip_store.csv
gossipd: erase old entries from the store, don't just append.
6 years ago
gossip_store.h
gossipd: add timestamp in gossip store header.
6 years ago
gossip_wire.csv
gossipd: don't send gossip stream, let per-peer daemons read it themselves.
6 years ago
gossipd.c
common/gossip_store: handle timestamp filtering.
6 years ago
routing.c
gossipd: add timestamp in gossip store header.
6 years ago
routing.h
gossipd: erase old entries from the store, don't just append.
6 years ago