rgb-cln/lightningd
Rusty Russell f26b1166b7 Makefile: update bolts a0bbe47b0278b4f152dbaa4f5fab2562413a217c
"BOLT 04: remove associated data from test vector"

(We actually use merge point).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-04-07 21:22:56 +09:30
..
test db: db_set_intvar/db_get_var should take a const char *. 2023-04-06 09:50:32 +09:30
.gitignore
Makefile onchaind: use lightningd to sign and broadcast htlc_success transactions. 2023-04-07 11:49:09 +09:30
bitcoind.c
bitcoind.h
chaintopology.c chaintopology: allow minblock for broadcast_tx. 2023-04-06 09:01:48 +09:30
chaintopology.h chaintopology: allow minblock for broadcast_tx. 2023-04-06 09:01:48 +09:30
channel.c lightningd: update comments now channel-type is merged. 2023-04-07 21:22:56 +09:30
channel.h lightningd: remember depth of closing transaction. 2023-04-07 11:49:09 +09:30
channel_control.c lightningd: move bip32_base pointer into struct lightningd. 2023-03-22 13:50:32 +10:30
channel_control.h
channel_state.h wallet: make it clear that `enum state_change` is in db. 2023-03-25 15:28:02 +10:30
closed_channel.c lightningd: add listclosedchannels command. 2023-03-25 15:28:02 +10:30
closed_channel.h lightningd: add listclosedchannels command. 2023-03-25 15:28:02 +10:30
closing_control.c lightningd: move bip32_base pointer into struct lightningd. 2023-03-22 13:50:32 +10:30
closing_control.h
coin_mvts.c lightningd: use hash map for peers instead of linked list. 2023-01-21 08:05:31 -06:00
coin_mvts.h
connect_control.c connectd: make exception for peer storage msgs. 2023-02-08 08:37:59 -06:00
connect_control.h lightningd: tell connectd we're shutting down. 2023-02-05 20:40:47 +01:00
datastore.c lightningd: unescape JSON strings for db. 2023-02-11 12:22:40 -06:00
dual_open_control.c Update libwally to 0.8.8, support PSBTv2 2023-03-23 16:10:55 +10:30
dual_open_control.h lightningd: prepare internal json routines for listpeerchannels. 2023-01-13 10:42:42 +10:30
feerate.c
feerate.h
gossip_control.c cleanup: rename json_add_amount_msat_only to json_add_amount_msat 2023-03-18 15:55:49 +10:30
gossip_control.h
hsm_control.c lightningd: move bip32_pubkey here from common/, add hsm check. 2023-03-22 13:50:32 +10:30
hsm_control.h lightningd: move bip32_pubkey here from common/, add hsm check. 2023-03-22 13:50:32 +10:30
htlc_end.c
htlc_end.h
htlc_set.c Makefile: update bolts a0bbe47b0278b4f152dbaa4f5fab2562413a217c 2023-04-07 21:22:56 +09:30
htlc_set.h
invoice.c Makefile: update bolts to 60cfb5972ad4bec4c49ee0f9e729fb3352fcdc6a. 2023-04-07 21:22:56 +09:30
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
jsonrpc.c lightningd: require "jsonrpc": "2.0" as per JSONRPC spec. 2023-03-18 15:55:49 +10:30
jsonrpc.h
lightningd.c lightningd: add initializing state. 2023-04-06 14:43:48 +02:00
lightningd.h lightningd: add initializing state. 2023-04-06 14:43:48 +02:00
log.c common: expose node_id_hash functions. 2023-01-21 08:05:31 -06:00
log.h
log_status.c
log_status.h
memdump.c lightningd: don't use notleak in chaintopology.c 2023-04-06 09:01:48 +09:30
memdump.h
notification.c cleanup: rename json_add_amount_msat_only to json_add_amount_msat 2023-03-18 15:55:49 +10:30
notification.h
offer.c
onchain_control.c onchaind: no longer need information about current feerates. 2023-04-07 11:49:09 +09:30
onchain_control.h
onion_message.c common: update to latest onion-message spec. 2023-01-30 13:24:29 +10:30
onion_message.h
opening_common.c
opening_common.h
opening_control.c Update libwally to 0.8.8, support PSBTv2 2023-03-23 16:10:55 +10:30
opening_control.h lightningd: prepare internal json routines for listpeerchannels. 2023-01-13 10:42:42 +10:30
options.c cleanup: rename json_add_amount_msat_only to json_add_amount_msat 2023-03-18 15:55:49 +10:30
options.h opts: adds the autobool on/off/auto feature 2023-01-25 14:37:56 +01:00
pay.c Makefile: update bolts a0bbe47b0278b4f152dbaa4f5fab2562413a217c 2023-04-07 21:22:56 +09:30
pay.h
peer_control.c chaintopology: allow minblock for broadcast_tx. 2023-04-06 09:01:48 +09:30
peer_control.h listpeerchannels: add channel_type, both in hex and as array of names. 2023-03-25 15:28:02 +10:30
peer_fd.c
peer_fd.h
peer_htlcs.c Makefile: bolt version b38156b9510c0562cf50f8758a64602cc0315c19 2023-04-07 21:22:56 +09:30
peer_htlcs.h lightningd: fix valgrind reported leak when we exit early. 2023-01-17 14:13:45 +10:30
ping.c
plugin.c
plugin.h
plugin_control.c
plugin_control.h
plugin_hook.c lightningd: don't call memcpy with NULL. 2023-01-12 11:44:10 +10:30
plugin_hook.h
routehint.c
routehint.h
signmessage.c lightningd: remove deprecated behavior where checkmessage would fail quietly. 2023-03-18 15:55:49 +10:30
subd.c
subd.h
watch.c
watch.h