rgb-cln/lightningd
Rusty Russell b1403a764f lightningd/opening: use peer_failed to send PKT_ERR on problems.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-24 16:22:55 +10:30
..
gossip gossip: Prevent normal messages to trigger the staggered broadcast 2017-02-21 17:59:34 +01:00
handshake lightningd/commit_tx: creation of BOLT 3 commitment transaction. 2017-02-07 12:14:22 +10:30
hsm hsm: sign funding transactions. 2017-02-21 15:15:29 +10:30
opening lightningd/opening: use peer_failed to send PKT_ERR on problems. 2017-02-24 16:22:55 +10:30
test lightningd: simple wallet support. 2017-02-21 15:19:02 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
Makefile lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 2017-02-24 16:22:55 +10:30
build_utxos.c lightningd: simple wallet support. 2017-02-21 15:19:02 +10:30
build_utxos.h lightningd: simple wallet support. 2017-02-21 15:19:02 +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
crypto_sync.c lightningd/crypto_sync: fix sync_crypto_write / sync_crypto_read 2017-02-24 16:22:35 +10:30
crypto_sync.h crypto_sync: synchronous routines for inter-peer crypto. 2017-02-21 15:15:29 +10:30
cryptomsg.c lightningd/crypto_sync: fix sync_crypto_write / sync_crypto_read 2017-02-24 16:22:35 +10:30
cryptomsg.h lightningd/crypto_sync: fix sync_crypto_write / sync_crypto_read 2017-02-24 16:22:35 +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 hsm: return BIP32 public seed on initialization. 2017-02-21 15:15:29 +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 lightningd: simple wallet support. 2017-02-21 15:19:02 +10:30
lightningd.h lightningd: simple wallet support. 2017-02-21 15:19:02 +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
peer_failed.c lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 2017-02-24 16:22:55 +10:30
peer_failed.h lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 2017-02-24 16:22:55 +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