lnd/contractcourt
George Tsagkarelis d30cba1089
contractcourt: include custom records on replayed htlc
When notifying the invoice registry for an exit hop htlc we also want to
include its custom records. The channelLink, the other caller of this
method, already populates this field. So we make sure the contest
resolver does so too.
2024-12-16 12:51:49 +01:00
..
testdata/rapid/TestHtlcAuxBlobEncodeDecode contractcourt: add HtlcBlobs to taprootBriefcase 2024-11-15 13:09:09 +01:00
anchor_resolver.go sweep: remove unused param Fee 2024-04-23 04:44:00 +08:00
breach_arbitrator.go sweep: expand NotifyBroadcast to include an outpoint index 2024-11-15 13:09:09 +01:00
breach_arbitrator_test.go contractcourt: integration aux sweeper to breach arb 2024-10-11 14:22:12 +02:00
breach_resolver.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
briefcase.go contractcourt: update encode/decode for taproot aux data 2024-11-15 13:09:09 +01:00
briefcase_test.go contractcourt+sweep: offer direct-preimage spend via SweepInput 2024-04-19 21:33:35 +08:00
chain_arbitrator.go multi: introduce an option for resolutions 2024-11-20 10:42:54 +01:00
chain_arbitrator_test.go multi: refactor select methods within channeldb to use ChannelParty 2024-07-31 14:50:26 -07:00
chain_watcher.go multi: introduce an option for resolutions 2024-11-20 10:42:54 +01:00
chain_watcher_test.go multi: introduce an option for resolutions 2024-11-20 10:42:54 +01:00
channel_arbitrator.go contractcourt: refactor start up of arbitrators 2024-12-05 21:40:31 +01:00
channel_arbitrator_test.go contractcourt: refactor start up of arbitrators 2024-12-05 21:40:31 +01:00
commit_sweep_resolver.go contractcourt: set resolution blob in commitSweepResolver 2024-10-11 14:22:10 +02:00
commit_sweep_resolver_test.go sweep: remove unused param Fee 2024-04-23 04:44:00 +08:00
config.go contractcourt: specify deadline and budget for commit sweep 2024-04-19 21:33:33 +08:00
config_test.go contractcourt: specify deadline and budget for commit sweep 2024-04-19 21:33:33 +08:00
contract_resolver.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
htlc_incoming_contest_resolver.go contractcourt: include custom records on replayed htlc 2024-12-16 12:51:49 +01:00
htlc_incoming_contest_resolver_test.go multi: return route role from HopPayload 2024-04-25 09:46:31 -04:00
htlc_lease_resolver.go contractcourt: pass in new aux resolution blob to sweeper in resolvers 2024-11-15 13:09:09 +01:00
htlc_outgoing_contest_resolver.go contractcourt: pass in new aux resolution blob to sweeper in resolvers 2024-11-15 13:09:09 +01:00
htlc_outgoing_contest_resolver_test.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
htlc_success_resolver.go contractcourt: pass in new aux resolution blob to sweeper in resolvers 2024-11-15 13:09:09 +01:00
htlc_success_resolver_test.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
htlc_timeout_resolver.go contractcourt: pass in new aux resolution blob to sweeper in resolvers 2024-11-15 13:09:09 +01:00
htlc_timeout_resolver_test.go contractcourt: use the sweeper for HTLC offered remote timeout resolution 2024-11-08 08:52:31 +01:00
interfaces.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-10-11 14:17:26 +02:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
mock_htlcnotifier_test.go multi: update linter, fix new issues 2024-10-11 14:02:30 +02:00
mock_registry_test.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-10-11 14:17:26 +02:00
nursery_store.go Merge pull request #8658 from hidewrong/master 2024-04-24 10:56:20 -06:00
nursery_store_test.go multi: add new build tag integration 2023-02-23 21:56:09 +08:00
setup_test.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00
taproot_briefcase.go contractcourt: add HtlcBlobs to taprootBriefcase 2024-11-15 13:09:09 +01:00
taproot_briefcase_test.go contractcourt: add HtlcBlobs to taprootBriefcase 2024-11-15 13:09:09 +01:00
utils_test.go multi: replace defer cleanup with t.Cleanup 2022-10-13 17:46:54 +08:00
utxonursery.go contractcourt: update makeBreachedOutput to accept resolution blob 2024-10-11 14:22:11 +02:00
utxonursery_test.go contractcourt: specify deadline and budget for nursery 2024-04-19 21:33:34 +08:00