core-lightning/gossipd
Rusty Russell 94711969f9 gossipd: hand out gossip_index to other daemons.
When gossipd sends a message, have a gossip_index.  When it gets back a
peer, the current gossip_index is included, so it can know exactly where
it's up to.

Most of this is mechanical plumbing through openingd, channeld and closingd,
even though openingd and closingd don't (currently) read gossip, so their
gossip_index will be unchanged.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-12-17 02:44:20 +00:00
..
test routing: Make routing_state aware of its own ID 2017-12-17 02:44:20 +00:00
broadcast.c gossipd: don't increment broadcast_index until *after* message sent. 2017-12-17 02:44:20 +00:00
broadcast.h gossipd: don't increment broadcast_index until *after* message sent. 2017-12-17 02:44:20 +00:00
gossip_wire.csv gossipd: hand out gossip_index to other daemons. 2017-12-17 02:44:20 +00:00
gossip.c gossipd: hand out gossip_index to other daemons. 2017-12-17 02:44:20 +00:00
handshake.c gossip: Remove HSM_FD from handshake 2017-12-17 02:44:20 +00:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
Makefile Makefile: make gossipd objects depend correctly on its own headers. 2017-12-17 02:44:20 +00:00
routing.c gossipd: don't hand length to route code, it's implied. 2017-12-17 02:44:20 +00:00
routing.h gossipd: don't hand length to route code, it's implied. 2017-12-17 02:44:20 +00:00