lnd.xprv/lnrpc/routerrpc
Conner Fromknecht d6f88cbe6f
lnrpc: allow payment addr override for AMP invoices
This permits an AMP invoice to be "pseudo-reusable", where the invoice
paramters can be used multiple times so long as a new payment address is
supplied. This prevents additional round trips between payer and payee
to obtain a new invoice, even though the payments/invoices won't be
logically associated via the RPC interface like they would when the full
reusable invoices are deployed.
2021-05-28 09:30:05 -07:00
..
config.go routing: add proportional attempt cost 2020-09-08 15:47:08 +02:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
forward_interceptor.go htlcswitch,rpc: expose onion blob for intercepts 2020-10-31 14:09:52 -03:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
router_backend_test.go multi: validate payment params at RPC layer 2021-05-13 17:17:52 -04:00
router_backend.go lnrpc: allow payment addr override for AMP invoices 2021-05-28 09:30:05 -07:00
router_server_deprecated.go routerrpc: add SendToRouteV2 that returns an HTLCAttempt message 2020-05-12 19:56:54 +02:00
router_server.go routing: use Identifier in place of PaymentHash 2021-04-27 09:47:23 +02:00
router.pb.go mod: integrate latest btcwallet and bump protobuf and grpc 2021-05-04 17:33:09 +02:00
router.pb.gw.go lnrpc: fix typos in REST annotations for routerrpc 2021-05-19 09:48:33 +02:00
router.proto routerrpc: add amp bool to SendPayment 2021-04-27 09:47:23 +02:00
router.swagger.json lnrpc: fix typos in REST annotations for routerrpc 2021-05-19 09:48:33 +02:00
routing_config.go routing: add proportional attempt cost 2020-09-08 15:47:08 +02:00
subscribe_events.go lnrpc: add failure detail none to link event rpc 2020-05-04 09:33:25 +02:00