lnd.xprv/lnrpc/routerrpc
Conner Fromknecht 063f24f2ed
channeldb+routing: expose HTLCs in payment subscriptions
This commit modifies the FetchPayment method to return MPPayment structs
converted from the legacy on-disk format. This allows us to attach the
HTLCs to the events given to clients subscribing to the outcome of an
HTLC.

This commit also bubbles up to the routerrpc/router_server, by
populating HTLCAttempts in the response and extracting the legacy route
field from the HTLCAttempts.
2019-11-19 20:43:38 -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+lncli: add amt and fee limit msat fields 2019-11-13 10:32:35 +01:00
router_backend.go lnrpc+rpcserver: populate experimental MPP fields in ListPayment rpc 2019-11-19 20:41:44 -08:00
router_server.go channeldb+routing: expose HTLCs in payment subscriptions 2019-11-19 20:43:38 -08:00
router.pb.go routerrpc: add HTLCAttempts to PaymentStatus 2019-11-19 20:42:38 -08:00
router.proto routerrpc: add HTLCAttempts to PaymentStatus 2019-11-19 20:42:38 -08:00