lnd/lnrpc/invoicesrpc
Elle Mouton 93f89512ae
lnrpc+rpcserver: Add blinded payment paths to PayReq
This commit adds a blinded_paths field to the PayReq proto message. A
new helper called `CreateRPCBlindedPayments` is then added to convert
the zpay32 type to the existing `lnrpc.BlindedPaymentPath` type and add
this to the `PayReq` in the `DecodePayReq` rpc method.
2024-07-10 17:51:55 +02:00
..
addinvoice_test.go multi: make NewChanIDFromOutpoint accept value instead of pointer 2024-03-08 15:47:55 -08:00
addinvoice.go lnrpc: Fix bug in 'cltv below minimum' error msg 2024-06-04 06:19:12 -04:00
config_active.go rpcserver+invoicesrpc: alias-aware AddInvoice,AddHoldInvoice rpc 2022-07-07 17:10:29 -04: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: add invoicesrpc doc tags to enable lncli api doc generation 2023-11-20 14:41:54 -07:00
invoices_server.go multi: replace ioutil.WriteFile 2024-04-25 11:23:31 +02:00
invoices.pb.go lnrpc: re-generate protos after dependency update 2024-03-14 09:32:29 +01:00
invoices.pb.gw.go lnrpc/invoicesrpc: add new invoice ref LookupInvoiceV2 method 2021-10-28 15:49:25 -07:00
invoices.pb.json.go lnrpc/gen_protos.sh: remove js build tag 2022-09-07 18:32:05 -04:00
invoices.proto lnrpc: Clarify payment_addr and payment_secret 2024-02-13 19:04:18 -05:00
invoices.swagger.json lnrpc: Clarify payment_addr and payment_secret 2024-02-13 19:04:18 -05:00
invoices.yaml lnrpc/invoicesrpc: add new invoice ref LookupInvoiceV2 method 2021-10-28 15:49:25 -07:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
utils.go lnrpc+rpcserver: Add blinded payment paths to PayReq 2024-07-10 17:51:55 +02:00