lnd/lntest/mock
Oliver Gugger 02757f6735
multi: refactor SignDigest into SignMessage
To make it possible to use a remote signrpc 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
signrpc.SignMessage RPC to accept a digest instead of only the message
which has security implications.
2021-10-08 12:06:51 +02:00
..
chainio.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
chainnotifier.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
secretkeyring.go multi: refactor SignDigest into SignMessage 2021-10-08 12:06:51 +02:00
signer.go multi: migrate instances of mockSigner to the mock package 2020-08-28 15:43:51 -04:00
spendnotifier.go lntest/mock: set input index on spend event 2021-05-12 12:32:28 +02:00
walletcontroller.go lnwallet: expose dry run support for ImportAccount 2021-05-06 19:04:21 -07:00