rgb-cln/lightningd
niftynei bc98cafe9e dual-fund: add `require_confirmed_inputs` to RBF flows
We now require peers to reaffirm their preference for
`require_confirmed_inputs` when executing an RBF.

Requested-By: @t-bast
2024-02-11 10:46:40 +01:00
..
test channeld: notify lightningd once we've exchanged reestablish messages. 2024-01-31 14:47:33 +10:30
.gitignore
Makefile lightningd/channel_gossip: new file for handing and generating gossip for our channels. 2024-01-31 14:47:33 +10:30
anchorspend.c
anchorspend.h
bitcoind.c
bitcoind.h
chaintopology.c gossipd: get told about new block before splicing code tries to feed us channel_announcement. 2024-01-31 14:47:33 +10:30
chaintopology.h
channel.c lightningd: set last_stable_connection 1 minute after channel reestablished. 2024-01-31 14:47:33 +10:30
channel.h lightningd: set last_stable_connection 1 minute after channel reestablished. 2024-01-31 14:47:33 +10:30
channel_control.c fixup! lightningd: Add tx_abort routine to lightningd 2024-02-11 10:46:23 +01:00
channel_control.h lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
channel_gossip.c gossipd: don't validate UTXOs on our own channels. 2024-02-04 09:24:44 +10:30
channel_gossip.h lightingd: corrections from Alex Myers's review. 2024-01-31 14:47:33 +10:30
channel_state.h
closed_channel.c lightningd: expose last_stable_connection in RPC. 2024-01-31 14:47:33 +10:30
closed_channel.h lightningd: add last_stable_connection field to db, channel. 2024-01-31 14:47:33 +10:30
closing_control.c lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
closing_control.h
coin_mvts.c
coin_mvts.h
configs.c
connect_control.c connectd: channel_gossip when we've tried to connect to all peers. 2024-01-31 14:47:33 +10:30
connect_control.h
datastore.c
dual_open_control.c dual-fund: add `require_confirmed_inputs` to RBF flows 2024-02-11 10:46:40 +01:00
dual_open_control.h
feerate.c
feerate.h
forwards.c
forwards.h
gossip_control.c gossipd: don't validate UTXOs on our own channels. 2024-02-04 09:24:44 +10:30
gossip_control.h lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
gossip_generation.c lightningd: don't generate node_announcements with identical timestamps. 2024-01-31 14:47:33 +10:30
gossip_generation.h lightningd: don't generate node_announcements with identical timestamps. 2024-01-31 14:47:33 +10:30
hsm_control.c options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
hsm_control.h
htlc_end.c
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
jsonrpc.c
jsonrpc.h
lightningd.c options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
lightningd.h connectd: channel_gossip when we've tried to connect to all peers. 2024-01-31 14:47:33 +10:30
log.c
log.h
log_status.c
log_status.h
memdump.c
memdump.h
notification.c
notification.h
offer.c
onchain_control.c
onchain_control.h
onion_message.c
onion_message.h
opening_common.c
opening_common.h
opening_control.c lightningd: correctly handle case where we have no fee estimates opening anchor channel. 2024-02-08 06:32:01 +10:30
opening_control.h
options.c options: make anchors enabled by default, ignore experimental-anchors. 2024-02-08 06:32:01 +10:30
options.h
pay.c lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
pay.h
peer_control.c lightningd: expose last_stable_connection in RPC. 2024-01-31 14:47:33 +10:30
peer_control.h
peer_fd.c
peer_fd.h
peer_htlcs.c
peer_htlcs.h
ping.c
plugin.c
plugin.h
plugin_control.c
plugin_control.h
plugin_hook.c
plugin_hook.h
routehint.c
routehint.h
runes.c
runes.h
signmessage.c
subd.c
subd.h
wait.c
wait.h
watch.c
watch.h