core-lightning/lightningd
2019-08-21 09:32:21 +08:00
..
test json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
.gitignore
bitcoind.c bitcoind: Defer initialization of filteredblock_call->result 2019-08-20 00:07:38 +00:00
bitcoind.h bitcoind: detect when it's still syncing, add field to getinfo. 2019-08-10 22:09:09 +02:00
chaintopology.c lightningd: add flag for whether we're synced, and callback infrastructure. 2019-08-10 22:09:09 +02:00
chaintopology.h lightningd: add flag for whether we're synced, and callback infrastructure. 2019-08-10 22:09:09 +02:00
channel.c
channel.h
channel_control.c
channel_control.h
channel_state.h
closing_control.c
closing_control.h
connect_control.c
connect_control.h
gossip_control.c bitcoind: Defer initialization of filteredblock_call->result 2019-08-20 00:07:38 +00:00
gossip_control.h
gossip_msg.c
gossip_msg.h
hsm_control.c
hsm_control.h
htlc_end.c
htlc_end.h
invoice.c json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
json.c json: Add the json interface for struct sha256 2019-08-21 09:32:21 +08:00
json.h json: Add the json interface for struct sha256 2019-08-21 09:32:21 +08:00
json_stream.c
json_stream.h
jsonrpc.c json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
jsonrpc.h
lightningd.c
lightningd.h Added possibility to configure max_concurrent_htlcs value for our channels. Eclaire has a default of 30 and I thought why not going with their value and while doing so make it configureable. 2019-08-09 05:45:06 +00:00
log.c
log.h
log_status.c
log_status.h
Makefile
memdump.c
memdump.h
notification.c wallet: Use struct sha256 for payment_hash in struct forwarding 2019-08-21 09:32:21 +08:00
notification.h
onchain_control.c
onchain_control.h
opening_control.c funding: don't allow funding new channels until we're synced. 2019-08-10 22:09:09 +02:00
opening_control.h
options.c Added possibility to configure max_concurrent_htlcs value for our channels. Eclaire has a default of 30 and I thought why not going with their value and while doing so make it configureable. 2019-08-09 05:45:06 +00:00
options.h
pay.c json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
pay.h
peer_control.c json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
peer_control.h
peer_htlcs.c json: Make payment_hash use json_add_sha256 2019-08-21 09:32:21 +08:00
peer_htlcs.h
ping.c
ping.h
plugin.c
plugin.h
plugin_control.c
plugin_control.h
plugin_hook.c
plugin_hook.h
subd.c
subd.h
watch.c
watch.h