lnd.xprv/watchtower
Conner Fromknecht a00fc148c8
watchtower/wtclient/backup_task: make sweep pkscript independent of session
This commit changes when the sweep pkscript
is assigned in the construction of the justice
transaction. Currently, the sweep pkscript is
assigned when the task is bound to a session.
However, we will moving to an assignment where
a unique sweep pkscript is used per channel to
prevent address inflation. Hence, this commit
makes the sweep pkscript a state dependent
variable, since it can be known at the time the
channel id is assigned.
2019-02-06 18:24:30 -08:00
..
blob multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
lookout watchtower/multi: use ComputeJusticeTxOuts, test altruist+reward 2019-02-01 17:30:13 -08:00
wtclient watchtower/wtclient/backup_task: make sweep pkscript independent of session 2019-02-06 18:24:30 -08:00
wtdb watchtower/multi: use ComputeJusticeTxOuts, test altruist+reward 2019-02-01 17:30:13 -08:00
wtmock watchtower/multi: move MockSigner+MockPeer to wtmock 2019-01-31 18:16:02 -08:00
wtpolicy watchtower/wtpolicy/policy: add ComputeJusticeTxOuts 2019-02-01 17:26:48 -08:00
wtserver Merge pull request #2514 from cfromknecht/add-wtmock-pkg 2019-01-31 19:13:47 -08:00
wtwire wtwire/create_session: add RewardBase field to CreateSession 2019-01-31 18:17:35 -08:00
conf_experimental.go watchtower/conf_experimental: adds CLI options in experimental builds 2019-01-14 19:42:34 -08:00
conf.go watchtower/conf: adds non-experimental empty Conf 2019-01-14 19:42:34 -08:00
config.go watchtower/config: add capstone Config struct 2019-01-14 19:42:34 -08:00
errors.go watchtower/errors: adds pkg level errors 2019-01-14 19:42:34 -08:00
interface.go watchtower/interface: adds composite DB iface 2019-01-14 19:42:33 -08:00
log.go watchtower/log: add WTWR subsystem logger 2019-01-14 19:42:33 -08:00
standalone.go watchtower/standalone: adds Standalone watchtower 2019-01-14 19:42:34 -08:00