core-lightning/lightningd
Rusty Russell 9fd40da38c generate-wire: don't hand unknown structures specially.
It's awkward to handle them differently.  But this change means we
need to expose them to the generated code.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-21 15:15:19 +10:30
..
gossip generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
handshake lightningd/commit_tx: creation of BOLT 3 commitment transaction. 2017-02-07 12:14:22 +10:30
hsm lightningd/Makefile: fix check-source 2017-01-13 10:51:57 +10:30
test lightningd/test/run-commit_tx: Creation of BOLT 3 test vectors. 2017-02-07 12:14:22 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
channel_config.c generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
channel_config.h generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
commit_tx.c permute_tx: reintroduce permute map. 2017-02-07 12:14:22 +10:30
commit_tx.h permute_tx: reintroduce permute map. 2017-02-07 12:14:22 +10:30
cryptomsg.c generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
cryptomsg.h generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
funding_tx.c lightningd/funding_tx.c: helper to create a funding transaction (with change). 2017-02-07 12:14:21 +10:30
funding_tx.h lightningd/funding_tx.c: helper to create a funding transaction (with change). 2017-02-07 12:14:21 +10:30
gossip_control.c generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
hsm_control.c subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30
hsm_control.h lightningd/lightningd: start HSM at initialization time. 2017-01-10 15:38:33 +10:30
htlc_tx.c lightningd/hbtlc_tx: creation of BOLT 3 htlc transactions. 2017-02-07 12:14:22 +10:30
htlc_tx.h lightningd/hbtlc_tx: creation of BOLT 3 htlc transactions. 2017-02-07 12:14:22 +10:30
key_derive.c key_derive: key derivation from basepoints as specified in BOLT 3 2017-02-07 12:14:21 +10:30
key_derive.h key_derive: key derivation from basepoints as specified in BOLT 3 2017-02-07 12:14:21 +10:30
lightningd.c refactor: Moving gossip/routing specific state into its own struct 2017-02-03 05:52:11 +10:30
lightningd.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
Makefile lightningd/hbtlc_tx: creation of BOLT 3 htlc transactions. 2017-02-07 12:14:22 +10:30
peer_control.c generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
peer_control.h lightningd/lightningd: maintain a per-peer log. 2017-01-10 15:38:33 +10:30
subdaemon.c subdaemon: close unused fds when creating subdaemon. 2017-02-02 14:48:00 +10:30
subdaemon.h subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30