rgb-cln/lightningd
Rusty Russell 5514f4fadf lightningd/channel.h: fix comment typo.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-06 12:23:58 +10:30
..
gossip lightningd: wire up opening daemon. 2017-02-24 16:22:56 +10:30
handshake Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
hsm hsm: don't require privkey for signing off on funding. 2017-02-24 16:22:56 +10:30
opening Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
test Update to lightning-rfc to dc0b529161561c6be3ff53c5f8574b23c3305a04 2017-03-02 22:51:49 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
Makefile daemon/bitcoind: wean off struct lightningd_state. 2017-03-02 22:51:49 +10:30
build_utxos.c lightningd/build_utxos: don't lockin the UTXO reservation until confirmed. 2017-02-24 16:22:56 +10:30
build_utxos.h lightningd/build_utxos: don't lockin the UTXO reservation until confirmed. 2017-02-24 16:22:56 +10:30
channel.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
channel.h lightningd/channel.h: fix comment typo. 2017-03-06 12:23:58 +10:30
channel_config.c generate-wire: don't hand unknown structures specially. 2017-02-21 15:15:19 +10:30
channel_config.h Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
commit_tx.c lightningd/commit_tx: don't segv on NULL htlcmap. 2017-02-24 16:22:56 +10:30
commit_tx.h lightningd/commit_tx: don't segv on NULL htlcmap. 2017-02-24 16:22:56 +10:30
crypto_sync.c lightningd/crypto_sync: trace all messages, especually failures. 2017-02-24 16:22:56 +10:30
crypto_sync.h crypto_sync: synchronous routines for inter-peer crypto. 2017-02-21 15:15:29 +10:30
cryptomsg.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
cryptomsg.h lightningd/cryptomsg: split raw crypto_state vs peer_crypto_state 2017-02-24 16:22:56 +10:30
debug.c lightningd: --dev-debugger=<subdaemon> 2017-02-24 16:22:56 +10:30
debug.h lightningd: --dev-debugger=<subdaemon> 2017-02-24 16:22:56 +10:30
funding_tx.c lightningd/funding_tx: use struct utxos, remove signing helper. 2017-02-24 16:22:56 +10:30
funding_tx.h lightningd/funding_tx: use struct utxos, remove signing helper. 2017-02-24 16:22:56 +10:30
gossip_control.c lightningd: wire up opening daemon. 2017-02-24 16:22:56 +10:30
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
hsm_control.c lightningd/hsm: create a peer-seed for peer secrets. 2017-02-24 16:22:56 +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 daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
lightningd.h lightningd: --dev-debugger=<subdaemon> 2017-02-24 16:22:56 +10:30
peer_control.c Update to lightning-rfc to dc0b529161561c6be3ff53c5f8574b23c3305a04 2017-03-02 22:51:49 +10:30
peer_control.h lightningd: wire up opening daemon. 2017-02-24 16:22:56 +10:30
peer_failed.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +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: always set incoming fds to blocking. 2017-02-24 16:22:56 +10:30
subdaemon.h lightningd: --dev-debugger=<subdaemon> 2017-02-24 16:22:56 +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