lnd/lnwallet
Olaoluwa Osuntokun c81e0a3ebb
lnwallet: convert CommitSpendRevoke+CommitSpendNoDelay to use Signer
This commit converts the rearming two commitment spend functions to use
the lnwallet.Signer interface directly rather than manually manage
private keys during the signing process. This commit is in preparation
for implementation of fully automated revoked uncooperative closure
detection and retribution.
2016-11-18 15:23:50 -08:00
..
btcwallet multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
channel.go lnwallet: encode obfuscated state hints in the commitment tx 2016-11-16 12:49:44 -08:00
channel_test.go lnwallet: convert CommitSpendRevoke+CommitSpendNoDelay to use Signer 2016-11-18 15:23:50 -08:00
config.go config: add --pendingchannel lnd flag 2016-10-22 02:11:18 +03:00
interface.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
interface_test.go lnwallet: integrate obfuscated state hints into funding workflow 2016-11-16 12:54:39 -08:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.go lnwallet: integrate obfuscated state hints into funding workflow 2016-11-16 12:54:39 -08:00
script_utils.go lnwallet: convert CommitSpendRevoke+CommitSpendNoDelay to use Signer 2016-11-18 15:23:50 -08:00
script_utils_test.go lnwallet: convert CommitSpendRevoke+CommitSpendNoDelay to use Signer 2016-11-18 15:23:50 -08:00
wallet.go lnwallet: integrate obfuscated state hints into funding workflow 2016-11-16 12:54:39 -08:00