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 be46fdf254 lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
..
gossip gen_peer_wire_csv: update for latest spec. 8 years ago
handshake handshake: hand in client fd on exec instead of gratuitous fd passing. 8 years ago
hsm lightningd/Makefile: fix check-source 8 years ago
test lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
.gitignore lightningd/hsm: simple daemon to control the keys. 8 years ago
Makefile lightningd/funding_tx.c: helper to create a funding transaction (with change). 8 years ago
channel_config.c channel_config: convenient structure for handling open/accept config info. 8 years ago
channel_config.h channel_config: convenient structure for handling open/accept config info. 8 years ago
cryptomsg.c cryptomsg: add towire/fromwire for crypto state. 8 years ago
cryptomsg.h cryptomsg: add towire/fromwire for crypto state. 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 lightningd/lightningd: maintain "condition" for each peer. 8 years ago
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 8 years ago
hsm_control.c subdaemon: callback to handle subdaemon status updates. 8 years ago
hsm_control.h lightningd/lightningd: start HSM at initialization time. 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 lightningd/lightningd: wire up lightningd_gossip. 8 years ago
peer_control.c handshake: hand in client fd on exec instead of gratuitous fd passing. 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