core-lightning/onchaind
Rusty Russell 86e044a9a8 onchaind: infrastructure to offload tx creation to lightningd.
Since we do both our own internal handling and handing it to
lightningd, we add to `proposed_resolution` to handle the lightningd
case.

Note, in particular, that we fix the blockheight calculation: it's out
by one, in that if we see a tx and our CSV lock is 5, we only need to
wait 4 more blocks, not 5.  This will matter as we start using it, and
convert the tests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-04-07 11:49:09 +09:30
..
test onchaind: infrastructure to offload tx creation to lightningd. 2023-04-07 11:49:09 +09:30
Makefile onchaind/onchaind_wire.c duplicated in ONCHAIND_SRC 2022-09-23 14:40:29 +09:30
onchain_types.h onchaind: recognize (and ignore) anchor outputs. 2020-08-14 11:51:14 +09:30
onchaind.c onchaind: infrastructure to offload tx creation to lightningd. 2023-04-07 11:49:09 +09:30
onchaind_wire.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
onchaind_wire.csv lightningd: handle first case of onchaind handing a tx to us to create. 2023-04-07 11:49:09 +09:30
onchaind_wire.h closingd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30