lnd/lnrpc/invoicesrpc
Oliver Gugger 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
..
addinvoice.go multi: refactor SignDigestCompact into SignMessageCompact 2021-10-08 12:06:52 +02:00
config_active.go Merge pull request #5642 from guggero/in-memory-graph 2021-10-04 11:20:23 +02:00
config_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
driver.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
invoices_grpc.pb.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices_server.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
invoices.pb.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.pb.gw.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.pb.json.go lnrpc: generate JSON/WASM client stubs 2021-08-03 13:44:36 +02:00
invoices.proto docs+lnrpc: rename rpc.proto to lightning.proto 2021-07-27 12:59:56 +02:00
invoices.swagger.json lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
invoices.yaml lnrpc: split REST annotations into service files 2021-07-27 12:59:52 +02:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go lnrpc: add IsAmp to Invoice 2021-05-10 16:55:17 -07:00