core-lightning/common
Rusty Russell 85ff95e829 common: new directory for any shared objects.
To avoid everything pulling in HTLCs stuff to the opening daemon, we
split the channel and commit_tx routines into initial_channel and
initial_commit_tx (no HTLC support) and move full HTLC supporting versions
into channeld.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
..
close_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
close_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
derive_basepoints.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
derive_basepoints.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
funding_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
funding_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
htlc_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
htlc_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
initial_channel.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
initial_channel.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
initial_commit_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
initial_commit_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
Makefile common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
overflows.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
permute_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
permute_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
type_to_string.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
type_to_string.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
utils.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
utils.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
version.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
version.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
withdraw_tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
withdraw_tx.h common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00