lnd.xprv/autopilot
Johan T. Halseth e98d859882
autopilot: define HeuristicConstraints
This commit defines a new struct HeuristicConstraints that will be used
to keep track of the initial constraints the autopilot agent needs to
adhere to. This is currently done in the ConstrainedPrefAttachement
heuristic itself, but this lets us share these constraints and common
method netween several heuristics.
2018-12-06 11:20:09 +01:00
..
agent_test.go autopilot/multi: replace PubKey -> NodeKey on directive 2018-09-05 20:10:37 -07:00
agent.go Typo fix autopilot 2018-10-09 18:28:34 +02:00
graph.go multi: switch from bolt packge to bbolt package for all imports 2018-11-29 20:33:49 -08:00
heuristic_constraints.go autopilot: define HeuristicConstraints 2018-12-06 11:20:09 +01:00
interface.go autopilot/multi: replace PubKey -> NodeKey on directive 2018-09-05 20:10:37 -07:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
prefattach_test.go autopilot/multi: replace PubKey -> NodeKey on directive 2018-09-05 20:10:37 -07:00
prefattach.go Typo fix autopilot 2018-10-09 18:28:34 +02:00