rgb-cln/lightningd
Rusty Russell fddb38126d utxo: wire support for unspent transactions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-21 15:15:29 +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 hsm: remove shutdown command. 2017-02-21 15:15:29 +10:30
test channel: object to track channel state. 2017-02-21 15:15:28 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
Makefile utxo: wire support for unspent transactions. 2017-02-21 15:15:29 +10:30
channel.c channel: object to track channel state. 2017-02-21 15:15:28 +10:30
channel.h channel: object to track channel state. 2017-02-21 15:15:28 +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: generic pointer map. 2017-02-21 15:15:29 +10:30
commit_tx.h commit_tx: expose more internal functions. 2017-02-21 15:15:28 +10:30
cryptomsg.c cryptomsg: wording fix with update to latest BOLT. 2017-02-21 15:15:28 +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 htlc_tx: fix fee for HTLC-timeout tx. 2017-02-21 15:15:28 +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
peer_control.c hsm: rename the hsmctl_hsmfd_ecdh_response to hsmctl_hsmfd_fd_response 2017-02-21 15:15:29 +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
utxo.c utxo: wire support for unspent transactions. 2017-02-21 15:15:29 +10:30
utxo.h utxo: wire support for unspent transactions. 2017-02-21 15:15:29 +10:30