lnd.xprv/watchtower/lookout
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
..
interface.go watchtower/multi: move BreachHint to blob pkg 2019-06-13 17:40:04 -07:00
justice_descriptor_test.go multi: update WalletController PublishTransaction to include label 2020-05-19 13:30:00 +02:00
justice_descriptor.go input/size: assert witness size constants 2020-04-10 15:34:27 -07:00
log.go watchtower/lookout/log: adds lookout subsystem logger 2018-10-31 20:42:07 -07:00
lookout_test.go watchtower/multi: use sane sweep fee rate in unit tests 2019-06-13 19:54:22 -07:00
lookout.go watchtower/lookout: fix double-hex encoded chainhash 2019-11-05 15:05:20 -08:00
mock.go watchtower/lookout/mock: adds mock backend 2018-10-31 20:42:14 -07:00
punisher.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00