core-lightning/gossipd
Rusty Russell 296868daf4 gossipd: have gossip_store_load() return a timestamp.
This is the modified-time of the file.  We have to store it internally
since we overwrite the gossip file with compaction on startup.

This means the "are we behind on gossip?" heuristic is no longer inside
gossip_store.c, which is cleaner.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-10-10 21:48:52 -05:00
..
test gossipd: remove internal dev helpers for queries. 2019-09-30 07:08:07 +00:00
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c gossipd: advertize all our features in node_announcement. 2019-10-07 05:51:05 +00:00
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_peerd_wire.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
gossip_store.c gossipd: have gossip_store_load() return a timestamp. 2019-10-10 21:48:52 -05:00
gossip_store.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
gossip_store.h gossipd: have gossip_store_load() return a timestamp. 2019-10-10 21:48:52 -05:00
gossip_wire.csv elements: Move from a global is_elements to a global chainparams 2019-10-03 04:32:57 +00:00
gossipd.c gossipd: have gossip_store_load() return a timestamp. 2019-10-10 21:48:52 -05:00
gossipd.h gossipd: advertize all our features in node_announcement. 2019-10-07 05:51:05 +00:00
Makefile common: rename decode_short_channel_ids.{c,h} to decode_array.{c.h} 2019-09-27 02:32:53 +00:00
queries.c gossipd: query_messages: fail the connection if peer says it does not have up-to-date infos 2019-10-09 16:54:39 -05:00
queries.h gossipd: generalize query_channel_range to use a callback. 2019-09-30 07:08:07 +00:00
routing.c gossipd: age txout_failures map. 2019-09-27 02:32:53 +00:00
routing.h gossipd: age txout_failures map. 2019-09-27 02:32:53 +00:00