lnd/routing/testdata
Olaoluwa Osuntokun 528aa67df7
routing: weight findPath more heavily towards fees during edge relaxation
In this commit, we modify the edgeWeight function that’s used within
the findPath method to weight fees more heavily than the time lock
value at an edge. We do this in order to greedily prefer lower fees
during path finding. This is a simple stop gap in place of more complex
weighting parameters that will be investigated later.

We also modify the edge distance to use an int64 rather than a float.
Finally an additional test has been added in order to excessive this
new change. Before the commit, the test was failing as we preferred the
route with lower total time lock.
2018-02-12 16:27:38 -08:00
..
basic_graph.json routing: weight findPath more heavily towards fees during edge relaxation 2018-02-12 16:27:38 -08:00
excessive_hops.json routing: add proper test for excessive number of hops 2017-02-02 00:24:16 -08:00
spec_example.json routing/testdata: modify spec example to set bob as initial source node 2017-10-22 18:36:58 -07:00