Commit Graph

7 Commits

Author SHA1 Message Date
6093393e2f multi: refactor SignMessage to specify hashing 2021-10-14 15:42:44 +02:00
e79d59dd4c multi: use key locator for lnwallet.MessageSigner
To simplify the message signing API even further, we refactor the
lnwallet.MessageSigner interface to use a key locator instead of the
public key to identify which key should be signed with.
2021-10-08 12:06:52 +02:00
8b7c88537c multi: refactor SignDigestCompact into SignMessageCompact
To make it possible to use a remote lnrpc server as a signer for our
wallet, we need to change our main interface to sign the message instead
of the message's digest. Otherwise we'd need to alter the
lnrpc.SignMessage RPC to accept a digest instead of only the message
which has security implications.
2021-10-08 12:06:52 +02:00
be890ef9be lnd+server+netann: use signing interface in node signer 2020-05-20 09:05:35 +02:00
0f94b8dc62 multi: return input.Signature from SignOutputRaw 2020-04-10 14:27:35 -07:00
5147a6d63d netann/channel_update: set timestamp via modifier 2020-03-17 16:25:22 -07:00
a0daf6f59f netann/channel_update_test: adds unit tests UpdateDisableFlag 2019-02-14 17:12:13 -08:00