rgb-cln/lightningd
adi2011 1a1be6abd6 lightningd/peer_control: Add RPC for fetching scb for all the in-memory channels. 2022-07-14 12:24:48 -05:00
..
test common: Add scb_wire for serializing the static_chan_backup 2022-07-14 12:24:48 -05:00
.gitignore
Makefile common: Add scb_wire for serializing the static_chan_backup 2022-07-14 12:24:48 -05:00
bitcoind.c lightningd: track weird CI crash in test_important_plugin 2022-06-27 17:21:35 +09:30
bitcoind.h
chaintopology.c lightningd: fire watches on blocks before telling lightningd. 2022-07-10 20:31:30 -05:00
chaintopology.h
channel.c channel: Add struct scb_chan in channel and making last tx optional. 2022-07-14 12:24:48 -05:00
channel.h channel: Add struct scb_chan in channel and making last tx optional. 2022-07-14 12:24:48 -05:00
channel_control.c channeld: Track the funding depth while awaiting lockin 2022-07-04 22:14:06 +02:00
channel_control.h
channel_state.h
closing_control.c lightningd: fix close of ancient all-dust channel. 2022-07-10 20:24:04 -05:00
closing_control.h
coin_mvts.c
coin_mvts.h
connect_control.c lightnind: remove`DEFAULT_PORT` global definition 2022-06-28 06:09:01 +09:30
connect_control.h
datastore.c
dual_open_control.c channel: Add struct scb_chan in channel and making last tx optional. 2022-07-14 12:24:48 -05:00
dual_open_control.h
gossip_control.c gossip: Add both channel directions with their respective alias 2022-07-04 22:14:06 +02:00
gossip_control.h
hsm_control.c hsmd: Create derive_secret and makesecret RPC for deriving pseudorandom keys from HSM 2022-07-14 12:24:48 -05:00
hsm_control.h
htlc_end.c
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c invoice: turn assert failure into more informative log_broken message. 2022-07-10 19:55:33 -05:00
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
json.c
json.h
jsonrpc.c lightningd: track weird CI crash in test_important_plugin 2022-06-27 17:21:35 +09:30
jsonrpc.h
lightningd.c bolt: Reflect the zeroconf featurebits in code 2022-07-04 22:14:06 +02:00
lightningd.h lightningd: multiple log-file options allow more than one log output. 2022-06-27 17:21:35 +09:30
log.c lightningd: make log-prefix actually prepend all log messages as expected. 2022-07-09 09:59:52 +09:30
log.h options: let log-level subsystem filter also cover nodeid. 2022-07-09 09:59:52 +09:30
log_status.c
log_status.h
memdump.c
memdump.h
notification.c db: Store the local alias for forwarded incoming payments 2022-07-04 22:14:06 +02:00
notification.h
offer.c
onchain_control.c
onchain_control.h
onion_message.c
onion_message.h
opening_common.c jsonrpc: Add `mindepth` argument to fundchannel and multifundchannel 2022-07-04 22:14:06 +02:00
opening_common.h
opening_control.c lightningd: mark subd->conn notleak() properly in transition. 2022-07-09 09:59:52 +09:30
opening_control.h
options.c lightningd: convert plugin->cmd to absolute path, fail plugin early when non-existent 2022-07-10 21:09:41 -05:00
options.h
pay.c sendpay: allow route to contain both amount_msat and (deprecated) msatoshi. 2022-07-12 12:42:05 -05:00
pay.h
peer_control.c lightningd/peer_control: Add RPC for fetching scb for all the in-memory channels. 2022-07-14 12:24:48 -05:00
peer_control.h lightningd: fix close of ancient all-dust channel. 2022-07-10 20:24:04 -05:00
peer_fd.c
peer_fd.h
peer_htlcs.c lightningd: save outgoing information for more forwards. 2022-07-12 06:38:11 +09:30
peer_htlcs.h
ping.c
plugin.c lightningd: Make sure plugins don't register the same option "name" 2022-07-10 21:09:41 -05:00
plugin.h
plugin_control.c json: add "dynamic" field to plugin list 2022-07-10 21:09:41 -05:00
plugin_control.h
plugin_hook.c lightningd: track weird CI crash in test_important_plugin 2022-06-27 17:21:35 +09:30
plugin_hook.h
routehint.c invoice: Consider aliases too when selecting routehints 2022-07-04 22:14:06 +02:00
routehint.h
signmessage.c signmessage: improve the UX of the rpc command when zbase is not a valid one 2022-06-24 14:02:04 +09:30
subd.c options: let log-level subsystem filter also cover nodeid. 2022-07-09 09:59:52 +09:30
subd.h
watch.c
watch.h