lnd.xprv/lnrpc/routerrpc
Olaoluwa Osuntokun d996607470
routing+lnrpc: extend BuildRoute to accept raw payAddr
In this commit, we extend the `BuildRoute` method and RPC on the router
sub-server to accept a raw payment address which will be included as
part of an MPP payload for the finla hop. This change actually also
allows users to craft their own MPP paths using BuildRoute+SendToRoute.
Our primary goal however, was to fix some broken itests since we now
require the payAddr to be present for ALL payments other than key send
payments.
2020-11-25 16:32:02 -08:00
..
config.go routing: add proportional attempt cost 2020-09-08 15:47:08 +02:00
driver.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02: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 rpcserver+routerrpc: remove payment limit 2020-05-28 19:34:17 +02:00
router_backend.go rpc: implement RPC htlc interceptor. 2020-06-18 15:20:07 +03: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+lnrpc: extend BuildRoute to accept raw payAddr 2020-11-25 16:32:02 -08:00
router.pb.go routing+lnrpc: extend BuildRoute to accept raw payAddr 2020-11-25 16:32:02 -08:00
router.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
router.proto routing+lnrpc: extend BuildRoute to accept raw payAddr 2020-11-25 16:32:02 -08:00
router.swagger.json routing+lnrpc: extend BuildRoute to accept raw payAddr 2020-11-25 16:32:02 -08: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