lnd/lnrpc/invoicesrpc
Elle Mouton ca91e17115
invoicesrpc: move blinded path config to AddInvoiceData
since `AddInvoiceData` is config _per invoice_ where as `AddInvoiceConfig`
is config for the invoice server itself and so pretty much should stay
the same for the lifetime of LND. This change sets us up for moving some
of the blinded path config options to be changeable per AddInvoice call
rather that having fixed config values in the config file.
2024-08-07 17:01:21 +02:00
..
addinvoice_test.go blindedpath: move blinded path logic to own pkg 2024-07-26 09:54:59 +02:00
addinvoice.go invoicesrpc: move blinded path config to AddInvoiceData 2024-08-07 17:01:21 +02: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/Dockerfile: update falafel version 2024-08-05 15:59:50 +02:00
invoices.proto lnrpc: Clarify payment_addr and payment_secret 2024-02-13 19:04:18 -05:00
invoices.swagger.json multi: add blinded paths to invoices 2024-07-26 09:54:17 +02:00
invoices.yaml lnrpc/invoicesrpc: add new invoice ref LookupInvoiceV2 method 2021-10-28 15:49:25 -07:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
utils.go lnrpc+rpcserver: Add blinded payment paths to PayReq 2024-07-10 17:51:55 +02:00