core-lightning/openingd
niftynei 979276386a dualfund: update handling of tx-sigs
If you get the right series of disconnects, it's possible for your peer
to send you a tx-sigs even though the current state of the channel open
is that you've seen the funding open on chain (your channel_ready[LOCAL]
= true)

In this case, if we haven't marked that we've seen the tx sigs yet,
we go ahead and mark them as seen and just ignore this tx-sigs msg.
2023-11-02 19:32:05 +10:30
..
common.c openingd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
common.h openingd: remove #if DEVELOPER in favor of runtime flag. 2023-09-21 20:08:24 +09:30
dualopend.c dualfund: update handling of tx-sigs 2023-11-02 19:32:05 +10:30
dualopend_wire.csv dualfund: report on whether or not we've gotten commitments 2023-11-02 19:32:05 +10:30
Makefile tx_roles: allow to be serialized btw processes 2023-02-07 21:03:36 -06:00
openingd.c hsmd: name the hsmd_ready_channel to hsmd_setup_channel 2023-10-23 16:04:30 +10:30
openingd_wire.csv openingd: Reject zeroconf if the peer is not allowed 2023-08-18 20:30:03 +09:30