core-lightning/openingd
niftynei c75ca8c112 df-bugs: if we've already got the funding_locked, dont renotify
Peer sends funding locked, we tell lightningd who saves it to disk.
Then we restart/reconnect and they retransmit funding_locked. We were
re-notifying lightningd about their lock-in, which was crashing/breaking
things. Instead, we ignore duplicate lock-in messages from the peer.

lightningd-1: 2021-05-11T18:00:12.844Z **BROKEN** 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59-chan#1: Internal error DUALOPEND_AWAITING_LOCKIN: channel_got_funding_locked twice
2021-05-12 11:25:41 +09:30
..
common.c doc: remove suffix for included-in-master BOLTs. 2021-04-07 14:34:39 +09:30
common.h df: use dev-env flagged upfront shutdown script 2021-01-10 13:44:04 +01:00
dualopend_wire.csv df-spec: consolidate dual-funding patches, update feerate protocol 2021-03-09 14:55:05 +10:30
dualopend_wiregen.c df-spec: consolidate dual-funding patches, update feerate protocol 2021-03-09 14:55:05 +10:30
dualopend_wiregen.h df-spec: consolidate dual-funding patches, update feerate protocol 2021-03-09 14:55:05 +10:30
dualopend.c df-bugs: if we've already got the funding_locked, dont renotify 2021-05-12 11:25:41 +09:30
Makefile dual-funding: convert to runtime flag, --experimental-dual-fund 2021-03-25 20:05:11 +10:30
openingd_wire.csv openingd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
openingd_wiregen.c tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
openingd_wiregen.h tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
openingd.c plugin: Do not send the internal framed message over the wire 2021-03-09 14:39:22 +10:30