rgb-cln/lightningd
Rusty Russell 345ca9b122 db: add partid field to htlc_out.
This is in preparation for partial payments.  For existing payments,
partid is 0 (to match the corresponding payment).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-12-12 15:03:53 +01:00
..
test jsonrpc: Add json_add_preimage helper 2019-12-03 01:16:07 +00:00
.gitignore
Makefile common: make sphinx code ignorant of payload format. 2019-12-09 14:33:31 +01:00
bitcoind.c lightningd: don't start if bitcoind is behind. 2019-11-21 05:18:29 +00:00
bitcoind.h bitcoind: remove the chainparams member 2019-11-15 13:14:08 +01:00
chaintopology.c lightningd: don't start if bitcoind is behind. 2019-11-21 05:18:29 +00:00
chaintopology.h
channel.c logging: remove spaces from subsystem names. 2019-11-18 04:50:22 +00:00
channel.h TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
channel_control.c Spec: trivial update to latest. 2019-11-24 23:33:17 +00:00
channel_control.h
channel_state.h
closing_control.c lightningd: have optional node_id associated with subdaemons. 2019-11-18 04:50:22 +00:00
closing_control.h
connect_control.c connectd: add network to init message 2019-11-29 21:17:08 +01:00
connect_control.h
gossip_control.c lightningd: expose/accept "style" parameter in routes. 2019-11-14 10:15:33 +01:00
gossip_control.h
gossip_msg.c gossipd: add hop-style to nodes to mark whether they speak TLV onion. 2019-11-14 10:15:33 +01:00
gossip_msg.h
hsm_control.c bitcoind: remove the chainparams member 2019-11-15 13:14:08 +01:00
hsm_control.h
htlc_end.c db: add partid field to htlc_out. 2019-12-12 15:03:53 +01:00
htlc_end.h db: add partid field to htlc_out. 2019-12-12 15:03:53 +01:00
invoice.c also return preimage on listinvoices. 2019-12-03 01:16:07 +00:00
invoice.h lightningd: check payment secret on htlc receipt. 2019-11-24 23:33:17 +00:00
io_loop_with_timers.c
io_loop_with_timers.h
json.c Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
json.h jsonrpc: Add json_add_preimage helper 2019-12-03 01:16:07 +00:00
json_stream.c lightningd: have logging include an optional node_id for each entry. 2019-11-18 04:50:22 +00:00
json_stream.h TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
jsonrpc.c lightningd: make sure rpc_command replacement is well-formed. 2019-12-07 21:26:31 +01:00
jsonrpc.h
lightningd.c lightningd: move basic parameter parsing into common/configdir 2019-11-23 22:42:34 +00:00
lightningd.h Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
log.c log: print UNUSUAL messages before log initialization too. 2019-11-23 22:42:34 +00:00
log.h lightningd: use a simple array for less memory usage. 2019-11-18 04:50:22 +00:00
log_status.c lightningd: kill per-peer daemons if they claim a different peer id. 2019-11-18 04:50:22 +00:00
log_status.h lightningd: have logging include an optional node_id for each entry. 2019-11-18 04:50:22 +00:00
memdump.c
memdump.h
notification.c
notification.h
onchain_control.c lightningd: have optional node_id associated with subdaemons. 2019-11-18 04:50:22 +00:00
onchain_control.h
opening_control.c lightningd: don't use chainparams before param() call in json_fund_channel_start 2019-11-23 22:42:34 +00:00
opening_control.h
options.c Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
options.h common: parse --allow-deprecated-apis extremely early. 2019-11-23 22:42:34 +00:00
pay.c db: add partid field to htlc_out. 2019-12-12 15:03:53 +01:00
pay.h db: add partid, total_msat fields to payment entries. 2019-12-12 15:03:53 +01:00
peer_control.c lightningd: change config-dir from plugin / wallet / hsm POV into <network> subdir 2019-11-23 22:42:34 +00:00
peer_control.h lightningd: remove per-peer log book. 2019-11-18 04:50:22 +00:00
peer_htlcs.c db: add partid field to htlc_out. 2019-12-12 15:03:53 +01:00
peer_htlcs.h db: add partid field to htlc_out. 2019-12-12 15:03:53 +01:00
ping.c
ping.h
plugin.c plugin: handle corner case where rpc_command is to stop the plugin. 2019-12-06 16:52:16 +01:00
plugin.h plugin: handle corner case where rpc_command is to stop the plugin. 2019-12-06 16:52:16 +01:00
plugin_control.c
plugin_control.h
plugin_hook.c plugin: handle corner case where rpc_command is to stop the plugin. 2019-12-06 16:52:16 +01:00
plugin_hook.h
signmessage.c
subd.c lightningd: enable io logging on subdaemons iff we're going to print it. 2019-11-18 04:50:22 +00:00
subd.h lightningd: have optional node_id associated with subdaemons. 2019-11-18 04:50:22 +00:00
watch.c
watch.h