lightning/openingd
Rusty Russell 2154289911 hsmd: rename simple_htlc to hsm_htlc, don't gratuitously dynamically allocate.
The renaming makes it clear that it's HSM specific.

And it has no pointers, so we can have an array instead of an array of pointers.

I tested this hadn't accidentally changed the wire format by disabling
version checks and using an old hsmd with the altered daemons and
running the test suite.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-05-06 12:27:53 +09:30
..
common.c openingd: don't cast existing_htlc array to simple_htlc array. 2025-05-06 12:27:53 +09:30
common.h channeld: BOLT update, no longer allow creation of old (experimental-only!) non-zero-fee anchor channels. 2024-06-19 15:54:24 +09:30
dualopend_wire.csv dual-fund: add require_confirmed_inputs to RBF flows 2024-02-11 10:46:40 +01:00
dualopend.c hsmd: rename simple_htlc to hsm_htlc, don't gratuitously dynamically allocate. 2025-05-06 12:27:53 +09:30
Makefile gossipd: delete empty gossipd_peerd_wire.csv 2024-07-10 12:21:19 +09:30
openingd_wire.csv lightningd: add dev-any-channel-type to allow obsolete channel types. 2024-01-29 13:40:34 +10:30
openingd.c hsmd: rename simple_htlc to hsm_htlc, don't gratuitously dynamically allocate. 2025-05-06 12:27:53 +09:30