You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 065f11b42a lightningd/opening: opening daemon. 8 years ago
..
gossip generate-wire: don't hand unknown structures specially. 8 years ago
handshake lightningd/commit_tx: creation of BOLT 3 commitment transaction. 8 years ago
hsm hsm: sign funding transactions. 8 years ago
opening lightningd/opening: opening daemon. 8 years ago
test channel: object to track channel state. 8 years ago
.gitignore lightningd/hsm: simple daemon to control the keys. 8 years ago
Makefile lightningd/opening: opening daemon. 8 years ago
channel.c channel: object to track channel state. 8 years ago
channel.h channel: object to track channel state. 8 years ago
channel_config.c generate-wire: don't hand unknown structures specially. 8 years ago
channel_config.h generate-wire: don't hand unknown structures specially. 8 years ago
commit_tx.c permute_tx: generic pointer map. 8 years ago
commit_tx.h commit_tx: expose more internal functions. 8 years ago
crypto_sync.c crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
crypto_sync.h crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
cryptomsg.c crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
cryptomsg.h crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
funding_tx.c lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
funding_tx.h lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
gossip_control.c generate-wire: don't hand unknown structures specially. 8 years ago
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 8 years ago
hsm_control.c hsm: return BIP32 public seed on initialization. 8 years ago
hsm_control.h lightningd/lightningd: start HSM at initialization time. 8 years ago
htlc_tx.c htlc_tx: fix fee for HTLC-timeout tx. 8 years ago
htlc_tx.h lightningd/hbtlc_tx: creation of BOLT 3 htlc transactions. 8 years ago
key_derive.c key_derive: key derivation from basepoints as specified in BOLT 3 8 years ago
key_derive.h key_derive: key derivation from basepoints as specified in BOLT 3 8 years ago
lightningd.c refactor: Moving gossip/routing specific state into its own struct 8 years ago
lightningd.h hsm: return BIP32 public seed on initialization. 8 years ago
peer_control.c hsm: rename the hsmctl_hsmfd_ecdh_response to hsmctl_hsmfd_fd_response 8 years ago
peer_control.h lightningd/lightningd: maintain a per-peer log. 8 years ago
subdaemon.c subdaemon: close unused fds when creating subdaemon. 8 years ago
subdaemon.h subdaemon: callback to handle subdaemon status updates. 8 years ago
utxo.c utxo: wire support for unspent transactions. 8 years ago
utxo.h utxo: wire support for unspent transactions. 8 years ago