core-lightning/gossipd
Rusty Russell 7cac5be5cb gossipd: keep a flag to indicate that we have features in channel_announcement.
This saves us keeping it in memory (so far, no channels have features), but
lets us optimize that case so we don't need to hit the disk for most of the
channels in listchannels.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-07 08:44:58 +09:30
..
test gossipd: keep a flag to indicate that we have features in channel_announcement. 2020-05-07 08:44:58 +09:30
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_peerd_wire.csv channeld: tell gossipd what the features are for our local channels. 2020-05-07 08:44:58 +09:30
gossip_store.c gossipd: upgrade v7 gossip_store to v8. 2020-05-07 08:44:58 +09:30
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: set the push marker for our own messages. 2019-11-04 17:50:58 +01:00
gossip_wire.csv cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
gossipd.c lightningd: add blinding and enctlv field to struct route_hop. 2020-04-14 12:51:18 +09:30
gossipd.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
Makefile common: use struct onionreply. 2020-01-23 16:17:42 +10:30
queries.c tools/generate-wire: no more lonely messages! 2020-05-06 14:56:09 -05:00
queries.h gossipd: hand (any) timestamps through to callback for query_channel_range. 2019-10-10 21:48:52 -05:00
routing.c gossipd: keep a flag to indicate that we have features in channel_announcement. 2020-05-07 08:44:58 +09:30
routing.h gossipd: keep a flag to indicate that we have features in channel_announcement. 2020-05-07 08:44:58 +09:30
seeker.c gossipd: don't crash if we have > 7000 stale short_channel_ids. 2019-11-21 04:21:38 +00:00
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00