lnd.xprv/lnrpc/routerrpc
Olaoluwa Osuntokun d5cf6043e6
lnrpc/routerrpc: use new default value of 16 for maxparts
In this commit, we raise the default value for the `MaxParts` field from
1 to 16. This change was motivated by the fact that many users either
forget, or don't even know this field is there in the first place. A
value of 16 was chosen rather arbitraliy (other than power of 2). In
the future, we should tune this value based on the expected number of
payment attempts for a given payment amount.
2021-02-15 19:31:43 -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 multi: add get and set mission control to routerrpc 2021-01-19 10:57:15 +02:00
router_backend.go lnrpc/routerrpc: use new default value of 16 for maxparts 2021-02-15 19:31:43 -08:00
router_server_deprecated.go routerrpc: add SendToRouteV2 that returns an HTLCAttempt message 2020-05-12 19:56:54 +02:00
router_server.go multi: add get and set mission control to routerrpc 2021-01-19 10:57:15 +02:00
router.pb.go multi: add get and set mission control to routerrpc 2021-01-19 10:57:15 +02:00
router.pb.gw.go multi: add get and set mission control to routerrpc 2021-01-19 10:57:15 +02:00
router.proto lnrpc: format protos 2021-02-11 15:06:12 +01:00
router.swagger.json lnrpc: format protos 2021-02-11 15:06:12 +01: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