rgb-cln/channeld
Christian Decker b0c0e28a43 gossip: Simplify announce_signature exchange
The logic of dispatching the announcement_signatures message was
distributed over several places and daemons. This aims to simplify it
by moving it all into `channeld`, making peer_control only report
announcement depth to `channeld`, which then takes care of the
rest. We also do not reuse the funding_locked tx watcher since it is
easier to just fire off a new watcher with the specific purpose of
waiting for the announcement_depth.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-09-05 12:47:25 +09:30
..
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
channel.c gossip: Simplify announce_signature exchange 2017-09-05 12:47:25 +09:30
channel_wire.csv Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
channeld_htlc.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
full_channel.c channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00
full_channel.h channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00