rgb-cln/gossipd
Rusty Russell 2bb365a931 common/route: route_from_dijkstra returns route_hop array.
This is what (most) callers actually want, so unify it into one place.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-05-22 17:53:04 +09:30
..
test gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
Makefile gossipd, channeld: handle onion messages in gossipd so we don't need a channel. 2021-01-09 14:34:35 +10:30
broadcast.h
gossip_generation.c gossipd: add an internal flag to force a channel update 2021-02-02 13:44:01 +01:00
gossip_generation.h
gossip_store.c common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossip_store.h
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossip_store_wiregen.c gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossip_store_wiregen.h gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossipd.c common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd.h gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
gossipd_peerd_wire.csv common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd_peerd_wiregen.c common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd_peerd_wiregen.h common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd_wire.csv lightningd: no longer forward failures to gossipd, let caller do it. 2021-02-02 13:44:01 +01:00
gossipd_wiregen.c lightningd: no longer forward failures to gossipd, let caller do it. 2021-02-02 13:44:01 +01:00
gossipd_wiregen.h lightningd: no longer forward failures to gossipd, let caller do it. 2021-02-02 13:44:01 +01:00
queries.c gossip: allow us to only look at 1 block 2021-04-08 10:34:14 +09:30
queries.h gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
routing.c gossipd / plugin: clean up names in struct route_hop. 2021-05-22 17:53:04 +09:30
routing.h common/route: route_from_dijkstra returns route_hop array. 2021-05-22 17:53:04 +09:30
seeker.c gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
seeker.h