6b70791c2d
This PR replaces the previously used edge and node ignore lists in path finding by a probability based system. It modifies path finding so that it not only compares routes on fee and time lock, but also takes route success probability into account. Allowing routes to be compared based on success probability is achieved by introducing a 'virtual' cost of a payment attempt and using that to translate probability into another cost factor. |
||
---|---|---|
.. | ||
config_active.go | ||
config_default.go | ||
driver.go | ||
log.go | ||
router_backend_test.go | ||
router_backend.go | ||
router_server.go | ||
router.pb.go | ||
router.proto |