core-lightning/channeld
Rusty Russell 8ae6740bb1 Makefile: create generic wiregen rules, use for channeld.
This means some files get renamed, and I took the opportunity to clarify
our naming (the *d* is important!)

1. channeld/channel_wire.csv -> channeld/channeld_wire.csv
2. channeld/gen_channel_wire.h -> channeld/channeld_wiregen.h
3. enum channel_wire_type -> enum channeld_wire
4. WIRE_CHANNEL_FUNDING_DEPTH -> WIRE_CHANNELD_FUNDING_DEPTH.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-08-25 12:53:13 +09:30
..
test doc: update BOLT now option_anchor_outputs is merged. 2020-08-24 20:55:47 +09:30
channeld_htlc.h channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 2020-04-14 12:51:18 +09:30
channeld_wire.csv Makefile: create generic wiregen rules, use for channeld. 2020-08-25 12:53:13 +09:30
channeld.c Makefile: create generic wiregen rules, use for channeld. 2020-08-25 12:53:13 +09:30
commit_tx.c doc: update BOLT now option_anchor_outputs is merged. 2020-08-24 20:55:47 +09:30
commit_tx.h option_anchor_outputs: wire into all the subdaemons. 2020-08-14 11:51:14 +09:30
full_channel_error.h
full_channel.c doc: update BOLT now option_anchor_outputs is merged. 2020-08-24 20:55:47 +09:30
full_channel.h option_anchor_outputs: wire into all the subdaemons. 2020-08-14 11:51:14 +09:30
Makefile Makefile: create generic wiregen rules, use for channeld. 2020-08-25 12:53:13 +09:30
watchtower.c tx-psbt: pass in the witness script (if known) when adding an input 2020-06-11 13:13:13 +02:00
watchtower.h channeld: pass in HSM_FD as an argument to watchtower code. 2020-05-07 11:35:31 +02:00