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
dd83453b2f
gossipd/gossip_store: fix compacting, don't use broadcast ordering.
We have a problem: if we get halfway through writing the compacted store
and run out of disk space, we've already changed half the indexes.
This changes it so we do nothing until writing is finished: then we
iterate through and update indexes. It also weans us off broadcast
ordering, which we can now eliminated.
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: fix compacting, don't use broadcast ordering.
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