rgb-cln/onchaind
niftynei 4508584b21 dualfund: rearrange things so that the wire-dependent calls are separate
There's a few structs/wire calls that only exist under experimental features.
These were in a common file that was shared/used a bunch of places but
this causes problems. Here we move one of the problematic methods back
into `openingd`, as it's only used locally and then isolate the
references to the `witness_stack` in a new `common/psbt_internal` file.

This lets us remove the iff EXP_FEATURES inclusion switches in most of
the Makefiles.
2020-10-20 14:27:19 +10:30
..
test common/memleak: simplify and document API. 2020-09-23 13:52:49 +09:30
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
onchain_types.h onchaind: recognize (and ignore) anchor outputs. 2020-08-14 11:51:14 +09:30
onchaind.c common/memleak: simplify and document API. 2020-09-23 13:52:49 +09:30
onchaind_wire.c closingd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
onchaind_wire.csv onchaind/onchain_wire.csv: Allow suppression of auto-rebroadcasting for RBF txes created by onchaind. 2020-09-09 12:38:19 +09:30
onchaind_wire.h closingd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
onchaind_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
onchaind_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30