lnd.xprv/autopilot
Johan T. Halseth 6310ed0f1c
autopilot: add autopilot.Manager
This commit adds a new type Manager responsible for managing an
autopilot agent, making it possible to start and stop it at runtime.
2018-12-13 12:26:29 +01:00
..
agent_test.go autopilot/agent_test: let agent self-trigger retry 2018-12-11 10:21:40 +01:00
agent.go autopilot/agent: move choice algorithms to new file choice.go 2018-12-10 13:53:31 +01:00
choice.go autopilot/choice: return ErrNoPositive in case no choice can be made 2018-12-10 13:53:36 +01:00
graph.go autopilot/graph: define addRandNode 2018-12-10 15:01:43 +01:00
heuristic_constraints.go autopilot: define HeuristicConstraints 2018-12-06 11:20:09 +01:00
interface.go autopilot/interface+agent: remove Select 2018-12-06 14:26:28 +01:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
manager.go autopilot: add autopilot.Manager 2018-12-13 12:26:29 +01:00
prefattach_test.go autopilot/prefattach_test: ensure non-connected nodes get 0-score 2018-12-10 15:05:24 +01:00
prefattach.go autopilot/prefattach: skip nodes having no channels 2018-12-10 15:01:43 +01:00