lnd.xprv/autopilot
Valentine Wallace 0fd6004958
multi: partition lnwire.ChanUpdateFlag into ChannelFlags and MessageFlags
In this commit:

* we partition lnwire.ChanUpdateFlag into two (ChanUpdateChanFlags and
ChanUpdateMsgFlags), from a uint16 to a pair of uint8's

* we rename the ChannelUpdate.Flags to ChannelFlags and add an
additional MessageFlags field, which will be used to indicate the
presence of the optional field HtlcMaximumMsat within the ChannelUpdate.

* we partition ChannelEdgePolicy.Flags into message and channel flags.
This change corresponds to the partitioning of the ChannelUpdate's Flags
field into MessageFlags and ChannelFlags.

Co-authored-by: Johan T. Halseth <johanth@gmail.com>
2019-01-22 08:42:26 +01:00
..
agent_constraints_test.go autopilot: TestConstrainedPrefAttachmentNeedMoreChan->TestConstraintsChannelBudget 2019-01-08 10:10:58 +01:00
agent_constraints.go autopilot: define AgentConstraints 2019-01-08 10:10:58 +01:00
agent_test.go autopilot/interface+agent: return NodeScore from NodeScores 2019-01-08 10:23:50 +01:00
agent.go autopilot/interface+agent: return NodeScore from NodeScores 2019-01-08 10:23:50 +01:00
choice_test.go autopilot/interface+choice: add NodeScore type 2019-01-08 10:23:48 +01:00
choice.go autopilot/interface+choice: add NodeScore type 2019-01-08 10:23:48 +01:00
graph.go multi: partition lnwire.ChanUpdateFlag into ChannelFlags and MessageFlags 2019-01-22 08:42:26 +01:00
interface.go autopilot/interface+agent: return NodeScore from NodeScores 2019-01-08 10:23:50 +01:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
manager.go autopilot/manager: only set m.pilot if started successfully 2018-12-19 19:48:44 +01:00
prefattach_test.go autopilot/interface+agent: return NodeScore from NodeScores 2019-01-08 10:23:50 +01:00
prefattach.go autopilot/interface+agent: return NodeScore from NodeScores 2019-01-08 10:23:50 +01:00