rgb-cln/wallet
Dusty Daemon a6a9e5b1e3 splice: Reestablish when commit or sig sends fail
Adds tests for when the connection fails during
1) splice tx_signature
2) splice commitment_signed

Fleshed out the reestablish flow for these two cases and implemented the fixes to make these reestablish flows work.

Part of this work required changing commit process for splices: Now we send a single commit_part for the splice where previously we sent all commits, and accordingly, we no longer revoke in response.

Changelog-Fixed: Implemented splicing restart logic for tx_signature and commitment_signed. Splice commitments are reworked in a manner incompatible with the last version.
2023-11-20 07:35:22 +01:00
..
test splice: Reestablish when commit or sig sends fail 2023-11-20 07:35:22 +01:00
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
db.c splice: Reestablish when commit or sig sends fail 2023-11-20 07:35:22 +01:00
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 wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
psbt_fixup.h wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
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 splice: Reestablish when commit or sig sends fail 2023-11-20 07:35:22 +01:00
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