rgb-cln/lightningd
Simon Vrouwe 34e40b9383 lightningd/json_dev_forget_channel: clarify message when both peer_id and scid are given
mentioned in issue #2298
2019-02-17 21:48:24 +01:00
..
test short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 2019-02-08 16:52:30 -08:00
.gitignore
Makefile pay: remove inbuilt command in favor of plugin. 2019-01-17 13:02:24 +01:00
bitcoind.c bitcoind: allow "getblock" to fail for txout lookup. 2019-01-15 19:39:15 +00:00
bitcoind.h
chaintopology.c openingd/json_fund_channel: 2019-01-29 04:50:01 +00:00
chaintopology.h openingd/json_fund_channel: 2019-01-29 04:50:01 +00:00
channel.c
channel.h
channel_control.c utils: make tal_arr_expand safer. 2019-01-15 12:01:38 +01:00
channel_control.h
channel_state.h
closing_control.c commit_tx: make fee msat vs sat explicit. 2018-12-15 13:50:15 +01:00
closing_control.h
connect_control.c json: move bitcoin/lightning specific helpers into common/json_helpers. 2019-01-15 12:01:38 +01:00
connect_control.h
gossip_control.c short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 2019-02-08 16:52:30 -08:00
gossip_control.h
gossip_msg.c getroute: add direction to route returned. 2019-01-17 13:02:24 +01:00
gossip_msg.h
hsm_control.c
hsm_control.h
htlc_end.c lightningd: clean up htlc_in->shared_secret to be optional. 2019-01-08 19:20:28 +01:00
htlc_end.h lightningd: clean up htlc_in->shared_secret to be optional. 2019-01-08 19:20:28 +01:00
invoice.c short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 2019-02-08 16:52:30 -08:00
invoice.h
json.c short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 2019-02-08 16:52:30 -08:00
json.h lightningd: move pay internals back into pay.c 2019-01-23 22:08:08 +01:00
json_stream.c utils: make tal_arr_expand safer. 2019-01-15 12:01:38 +01:00
json_stream.h json: Add function to duplicate a json_stream 2018-12-30 14:36:02 +01:00
jsonrpc.c jsonrpc: probe sites for usage information once, at start. 2019-02-07 20:33:50 +00:00
jsonrpc.h jsonrpc: probe sites for usage information once, at start. 2019-02-07 20:33:50 +00:00
lightningd.c plugins: don't keep redundant jsonrpc pointer. 2019-02-07 20:33:50 +00:00
lightningd.h configure: (mostly) revert b7a56f0531 2019-01-15 02:52:13 +00:00
log.c json-rpc: make commands return 'struct command_result *'. 2018-12-20 03:22:32 +00:00
log.h param: make json_tok_ handlers all return command_result, rename to param_ 2018-12-20 03:22:32 +00:00
log_status.c
log_status.h
memdump.c jsonrpc: probe sites for usage information once, at start. 2019-02-07 20:33:50 +00:00
memdump.h lightningd: add code to search strmaps for memleak detection. 2019-02-07 20:33:50 +00:00
notification.c notifications: Fix iteration over notification topics 2019-01-17 05:42:49 +00:00
notification.h plugin: Add connect and disconnect notifications 2018-12-30 14:36:02 +01:00
onchain_control.c
onchain_control.h
opening_control.c lightningd/json_fundchannel: use json_add_string to add hex_tx to response, similar as in json_withdraw 2019-02-17 21:48:24 +01:00
opening_control.h
options.c fix crash with lightning charge and plugin opts (#2358) 2019-02-17 21:44:10 +01:00
options.h
pay.c pay: don't list dummy channel if error is from final hop. 2019-01-23 22:08:08 +01:00
pay.h lightningd: move pay internals back into pay.c 2019-01-23 22:08:08 +01:00
peer_control.c lightningd/json_dev_forget_channel: clarify message when both peer_id and scid are given 2019-02-17 21:48:24 +01:00
peer_control.h
peer_htlcs.c lightningd: fix leak when next peer is unknown. 2019-01-15 12:01:38 +01:00
peer_htlcs.h
ping.c param: make command_fail/command_success WARN_UNUSED_RESULT. 2018-12-20 03:22:32 +00:00
ping.h
plugin.c fix crash with lightning charge and plugin opts (#2358) 2019-02-17 21:44:10 +01:00
plugin.h fix crash with lightning charge and plugin opts (#2358) 2019-02-17 21:44:10 +01:00
plugin_hook.c plugin: Plugin hook callbacks need to be wrapped in a DB transaction 2019-01-17 05:42:49 +00:00
plugin_hook.h plugin: Add hooks that a plugin might register 2019-01-17 05:42:49 +00:00
subd.c
subd.h
watch.c
watch.h