lnd.xprv/watchtower
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
..
blob watchtower/multi: define blob TypeAltruistCommit and TypeRewardCommit 2019-06-13 19:54:21 -07:00
lookout multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
wtclient watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
wtdb multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
wtmock watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
wtpolicy chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
wtserver watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
wtwire watchtower/wtwire/init: use feature.ValidateRequired 2020-01-08 12:26:00 -08:00
conf.go watchtower: add externalip CLI configuration 2019-06-20 17:04:03 -07:00
config.go watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
errors.go watchtower/conf: remove experimental conditional compilation 2019-06-13 19:54:19 -07:00
interface.go watchtower/conf: abstract address normalizer to prevent import cycle 2019-06-13 19:54:19 -07:00
log.go watchtower: remove dead logging code 2020-04-24 19:15:08 +02:00
standalone.go watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00