rgb-cln/wallet
Rusty Russell 5583f730de gossipd: always send information about our channels' gossip updates.
Not just when it's a private channel.  This is useful for listpeerchannels in the next patch.
Most of this is renaming.

It also means that source can be NULL, so move it out of the struct and put it in the message,
where it logically belongs, and make it an optional field.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-12-14 09:16:56 +10:30
..
test gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
.gitignore
Makefile
db.c db: add private channel inbound fields 2023-12-14 09:16:56 +10:30
db.h db: migrate old runes table to fix up id fields. 2023-08-31 05:33:15 +09:30
invoices.c display paid_outpoint on invoices when present 2023-10-26 19:11:17 +10:30
invoices.h display paid_outpoint on invoices when present 2023-10-26 19:11:17 +10:30
psbt_fixup.c
psbt_fixup.h
reservation.c addpsbtoutput: allow command to specify output address. 2023-11-01 14:11:28 +10:30
txfilter.c track fallbacks for invoices, pt 1 2023-10-26 19:11:17 +10:30
txfilter.h track fallbacks for invoices, pt 1 2023-10-26 19:11:17 +10:30
wallet.c gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
wallet.h db, inflights: add method to remove any 'dangling' inflights 2023-11-02 19:32:05 +10:30
walletrpc.c wallet: specialize get_utxos interfaces. 2023-11-01 14:11:28 +10:30
walletrpc.h wallet: add newaddr_inner() helper 2023-10-26 19:11:17 +10:30