rgb-cln/lightningd
Rusty Russell 8f7f76f8c6 gossipd: don't validate UTXOs on our own channels.
It's an unnecessary round-trip, and can cause us to complain in CI, in
the case where the channel has been closed by the time we ask.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-04 09:24:44 +10:30
..
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 lightningd: mark all internal deprecations by version. 2024-01-26 10:30:22 +10:30
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 channeld: notify lightningd once we've exchanged reestablish messages. 2024-01-31 14:47:33 +10:30
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 dual-fund: add new open-commit-ready state 2023-11-02 19:32:05 +10:30
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_mvt: use the `lightning_hrp` for *all* coin movement currency 2023-12-05 20:30:09 -06:00
coin_mvts.h
configs.c lightningd: mark all internal deprecations by version. 2024-01-26 10:30:22 +10:30
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 dualopend: remove channel_update message creation. 2024-01-31 14:47:33 +10:30
dual_open_control.h
feerate.c lightningd: mark all internal deprecations by version. 2024-01-26 10:30:22 +10:30
feerate.h
forwards.c lightningd: clean up notification infrastructure. 2024-01-26 10:30:22 +10:30
forwards.h lightningd: clean up notification infrastructure. 2024-01-26 10:30:22 +10:30
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 channeld: add hsm_capabilities and add hsm_is_capable to common 2024-01-29 12:02:37 +10:30
hsm_control.h
htlc_end.c
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c lightningd: mark all internal deprecations by version. 2024-01-26 10:30:22 +10:30
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
jsonrpc.c plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
jsonrpc.h plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
lightningd.c connectd: channel_gossip when we've tried to connect to all peers. 2024-01-31 14:47:33 +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 plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
notification.h plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
offer.c
onchain_control.c
onchain_control.h
onion_message.c
onion_message.h
opening_common.c
opening_common.h
opening_control.c lightningd: fix reference to uninitialized channel_type during opening. 2024-02-02 16:14:53 +01:00
opening_control.h
options.c lightningd: add dev-any-channel-type to allow obsolete channel types. 2024-01-29 13:40:34 +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 common: move json_add_channel_type from lightningd/ 2024-01-29 13:40:34 +10:30
peer_fd.c
peer_fd.h
peer_htlcs.c lightningd: use explicit accessor to get channel_update for errors. 2024-01-31 14:47:33 +10:30
peer_htlcs.h
ping.c
plugin.c plugins: allow plugins to get per-connection deprecated state. 2024-01-26 10:30:22 +10:30
plugin.h plugins: allow plugin options `deprecated` to be an array of strings. 2024-01-26 10:30:22 +10:30
plugin_control.c
plugin_control.h
plugin_hook.c
plugin_hook.h
routehint.c lightningd: make listincoming use gossmods_from_listpeerchannels(). 2023-12-14 09:16:56 +10:30
routehint.h
runes.c lightningd: mark all internal deprecations by version. 2024-01-26 10:30:22 +10:30
runes.h
signmessage.c
subd.c
subd.h
wait.c
wait.h
watch.c
watch.h