core-lightning/channeld
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 Remove redundant code 2017-12-11 03:38:37 +00:00
channel_wire.csv gossipd: hand out gossip_index to other daemons. 2017-12-17 02:44:20 +00:00
channel.c gossipd: hand out gossip_index to other daemons. 2017-12-17 02:44:20 +00:00
channeld_htlc.h channeld: save shared secret for incoming htlc when it comes in. 2017-12-02 12:54:12 +01:00
commit_tx.c feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
commit_tx.h feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
full_channel.c Avoid NULL pointer dereference when new_initial_channel(...) fails 2017-12-09 16:25:57 +01:00
full_channel.h channeld: return htlc from channel_add_htlc and channel_fail_htlc. 2017-12-02 12:54:12 +01:00
Makefile hsm: Make the master simply a client with special capabilities 2017-12-03 17:06:13 +01:00