lnd/contractcourt
ziggie 7aa9ade4c2
contratcourt: dont consider dust htlc for anchor sweep
Now that we cancel dust htlcs prematurely even before the
commitment tx is confirmed we don't consider dust htlcs when
creating the cpfp transaction.
2024-11-07 22:40:52 +01:00
..
anchor_resolver.go sweep: remove unused param Fee 2024-04-23 04:44:00 +08:00
breach_arbitrator_test.go contractcourt: integration aux sweeper to breach arb 2024-10-02 18:10:03 -07:00
breach_arbitrator.go contractcourt: integration aux sweeper to breach arb 2024-10-02 18:10:03 -07:00
breach_resolver.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
briefcase_test.go contractcourt+sweep: offer direct-preimage spend via SweepInput 2024-04-19 21:33:35 +08:00
briefcase.go contractcourt: add CommitBlob to taprootBriefcase 2024-10-02 18:09:51 -07:00
chain_arbitrator_test.go multi: refactor select methods within channeldb to use ChannelParty 2024-07-31 14:50:26 -07:00
chain_arbitrator.go multi: hook up new aux interfaces 2024-10-02 18:10:00 -07:00
chain_watcher_test.go multi: link quit can interrupt commitment signing 2024-10-17 17:35:29 +02:00
chain_watcher.go lnwallet: add new aux resolver interface 2024-10-02 18:09:50 -07:00
channel_arbitrator_test.go contratcourt: dont consider dust htlc for anchor sweep 2024-11-07 22:40:52 +01:00
channel_arbitrator.go contratcourt: dont consider dust htlc for anchor sweep 2024-11-07 22:40:52 +01:00
commit_sweep_resolver_test.go sweep: remove unused param Fee 2024-04-23 04:44:00 +08:00
commit_sweep_resolver.go contractcourt: fix doc of commitSweepResolver 2024-10-11 10:00:42 -03:00
config_test.go contractcourt: specify deadline and budget for commit sweep 2024-04-19 21:33:33 +08:00
config.go contractcourt: specify deadline and budget for commit sweep 2024-04-19 21:33:33 +08:00
contract_resolver.go multi: update more loggers to the v2 type 2024-10-22 17:03:56 +02:00
htlc_incoming_contest_resolver_test.go multi: return route role from HopPayload 2024-04-25 09:46:31 -04:00
htlc_incoming_contest_resolver.go contractcourt: pause resolution for HTLCs w/ custom records 2024-10-02 18:09:59 -07:00
htlc_lease_resolver.go contractcourt: unify the lease specific HTLC sweeping logic 2022-06-01 16:42:33 -07:00
htlc_outgoing_contest_resolver_test.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
htlc_outgoing_contest_resolver.go contractcourt: pause resolution for HTLCs w/ custom records 2024-10-02 18:09:59 -07:00
htlc_success_resolver_test.go contractcourt: make sure sweep happens immediately on startup 2024-04-19 21:33:39 +08:00
htlc_success_resolver.go contractcourt: pause resolution for HTLCs w/ custom records 2024-10-02 18:09:59 -07:00
htlc_timeout_resolver_test.go contractcourt: use the sweeper for HTLC offered remote timeout resolution 2024-09-12 18:13:44 -07:00
htlc_timeout_resolver.go multi: fix typo and add comment. 2024-11-07 18:32:45 +01:00
interfaces.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
mock_htlcnotifier_test.go multi: update linter, fix new issues 2024-08-20 19:14:44 +02:00
mock_registry_test.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00
nursery_store_test.go multi: add new build tag integration 2023-02-23 21:56:09 +08:00
nursery_store.go Merge pull request #8658 from hidewrong/master 2024-04-24 10:56:20 -06:00
setup_test.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00
taproot_briefcase_test.go contractcourt: add CommitBlob to taprootBriefcase 2024-10-02 18:09:51 -07:00
taproot_briefcase.go contractcourt: add CommitBlob to taprootBriefcase 2024-10-02 18:09:51 -07:00
utils_test.go multi: replace defer cleanup with t.Cleanup 2022-10-13 17:46:54 +08:00
utxonursery_test.go contractcourt: specify deadline and budget for nursery 2024-04-19 21:33:34 +08:00
utxonursery.go contractcourt: update makeBreachedOutput to accept resolution blob 2024-10-02 18:10:02 -07:00