lnd.xprv/lnrpc/routerrpc
Conner Fromknecht 8cb17d5c1f
lnrpc/routerrpc/router_backend: populate and unmarshal mpp fields
This commit parses mpp_total_amt_msat and mpp_payment_addr from the
SendToRoute rpc and populates an MPP record on the internal hop
reprsentation. When the router goes to encode the onion packet, these
fields will be serialized for the destination. We also populate the mpp
fields when marshalling routes in rpc responses.
2019-11-04 15:11:23 -08:00
..
config_active.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
config_default.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
config.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
driver.go lnrpc/routerrpc: add config, implement full RouterServer 2019-02-20 16:10:39 -08:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
router_backend_test.go lnrpc/routerrpc/router_backend: populate and unmarshal mpp fields 2019-11-04 15:11:23 -08:00
router_backend.go lnrpc/routerrpc/router_backend: populate and unmarshal mpp fields 2019-11-04 15:11:23 -08:00
router_server.go routerrpc: add mc probability query rpc 2019-10-29 12:32:19 +01:00
router.pb.go routerrpc: add mc probability query rpc 2019-10-29 12:32:19 +01:00
router.proto routerrpc: add mc probability query rpc 2019-10-29 12:32:19 +01:00