rgb-cln/connectd
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 Makefile: fix typo which can cause build failures. 2020-09-09 20:44:22 +09:30
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
connectd.c common/memleak: simplify and document API. 2020-09-23 13:52:49 +09:30
connectd.h connectd/connectd: Display an error hint for V3 tor onions when connect fail. 2020-07-01 11:21:58 +02:00
connectd_gossipd_wire.csv connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
connectd_gossipd_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
connectd_gossipd_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
connectd_wire.csv connectd: implement connection timeout (60 seconds). 2020-09-11 21:27:45 +09:30
connectd_wiregen.c wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
connectd_wiregen.h wires: towire/fromwire for wally_tx 2020-10-20 12:50:31 +10:30
handshake.c common: generalize ecdh function. 2020-04-04 16:08:49 +10:30
handshake.h common: generalize ecdh function. 2020-04-04 16:08:49 +10:30
netaddress.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
netaddress.h gossipd: move files into connectd. 2018-07-25 02:13:52 +00:00
peer_exchange_initmsg.c connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
peer_exchange_initmsg.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
tor.c connect/tor: Set errno, if connection failed we want to reflect this. 2020-07-01 11:21:58 +02:00
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00
tor_autoservice.c Add the missing space between "if" and "(" 2020-01-06 12:57:59 +01:00
tor_autoservice.h Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00