lnd.xprv/contractcourt
carla 2a614cc596
multi: add labels to lnd native transactions
Follow up labelling of external transactions with labels for the
transaction types we create within lnd. Since these labels will live
a life of string matching, a version number and rigid format is added
so that string matching is less painful. We start out with channel ID,
where available, and a transaction "type". External labels, added in a
previous PR, are not updated to this new versioned label because they
are not lnd-initiated transactions. Label matching can check this case,
then check for a version number.
2020-07-29 13:46:07 +02:00
..
anchor_resolver.go contractcourt: store anchor resolutions on disk 2020-07-07 19:49:53 +02:00
briefcase_test.go multi: add resolver reports to Checkpoint 2020-07-07 19:49:51 +02:00
briefcase.go multi: add resolver reports to Checkpoint 2020-07-07 19:49:51 +02:00
chain_arbitrator_test.go multi: update WalletController PublishTransaction to include label 2020-05-19 13:30:00 +02:00
chain_arbitrator.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
chain_watcher_test.go Ensure chain notifier is started before accessed. 2020-04-30 12:54:33 +03:00
chain_watcher.go contractcourt: remove redundant return 2020-04-24 19:15:08 +02:00
channel_arbitrator_test.go contractcourt: store anchor resolutions on disk 2020-07-07 19:49:53 +02:00
channel_arbitrator.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
commit_sweep_resolver_test.go contractcourt: persist commit sweep resolutions 2020-07-07 19:49:58 +02:00
commit_sweep_resolver.go contractcourt: persist commit sweep resolutions 2020-07-07 19:49:58 +02:00
contract_resolvers.go multi: add resolver reports to Checkpoint 2020-07-07 19:49:51 +02:00
htlc_incoming_contest_resolver.go contractcourt: persist timed out incoming htlc resolver reports 2020-07-07 19:49:54 +02:00
htlc_incoming_resolver_test.go contractcourt: persist timed out incoming htlc resolver reports 2020-07-07 19:49:54 +02:00
htlc_outgoing_contest_resolver_test.go contractcourt: persist remote outgoing htlc claim outcome on disk 2020-07-07 19:49:56 +02:00
htlc_outgoing_contest_resolver.go cnct: add resolver report output type 2019-11-13 10:17:28 +01:00
htlc_success_resolver_test.go contractcourt: save htlc success resolvers, including first stage 2020-07-07 19:49:55 +02:00
htlc_success_resolver.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
htlc_timeout_resolver_test.go contractcourt: store htlc timeout sweeps 2020-07-07 19:49:57 +02:00
htlc_timeout_resolver.go contractcourt: store htlc timeout sweeps 2020-07-07 19:49:57 +02:00
interfaces.go cnct: resolve anchors post-confirmation 2020-03-18 12:27:01 +01:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
mock_registry_test.go multi: replace htlcResolution with an interface 2020-02-06 19:41:36 +02:00
utils_test.go cnct/test: add incoming contest resolver test 2019-05-15 14:42:18 +02:00