lnd.xprv/lntest
Joost Jager 7133f37bb8
routing: global probability based mission control
Previously every payment had its own local mission control state which
was in effect only for that payment. In this commit most of the local
state is removed and payments all tap into the global mission control
probability estimator.

Furthermore the decay time of pruned edges and nodes is extended, so
that observations about the network can better benefit future payment
processes.

Last, the probability function is transformed from a binary output to a
gradual curve, allowing for a better trade off between candidate routes.
2019-06-04 10:00:25 +02:00
..
itest routing: global probability based mission control 2019-06-04 10:00:25 +02:00
btcd.go lntest: add Name() to BackendCfg 2019-05-27 09:29:03 +02:00
doc.go lntest: Add doc.go with package documentation. 2017-12-14 20:06:23 -08:00
harness.go lntest: skip zeroConf ListUnspent for neutrino 2019-05-27 09:29:03 +02:00
neutrino.go lntest: add Name() to BackendCfg 2019-05-27 09:29:03 +02:00
node.go routing: global probability based mission control 2019-06-04 10:00:25 +02:00
timeouts_darwin.go lntest/timeouts: split into darwin and non-darwin timeouts 2019-03-27 19:00:39 -07:00
timeouts.go lntest/timeouts: split into darwin and non-darwin timeouts 2019-03-27 19:00:39 -07:00