lnd.xprv/autopilot
Olaoluwa Osuntokun a429c56c10
autopilot: update the Node interface to return a raw bytes, not the key
In this commit, we modify the Node interface to return a set of raw
bytes, rather than the full pubkey struct. We do this as within the
package, commonly we only require the pubkey bytes for fingerprinting
purposes. Before this commit, we were forced to _always_ decompress the
pubkey which can be expensive done thousands of times a second.
2018-08-29 15:44:47 -07:00
..
agent_test.go autopilot/agent_test: test that agent recovers from initial empty graph 2018-08-23 18:58:12 -07:00
agent.go autopilot/agent: add OnNodeUpdates signal 2018-08-23 18:58:12 -07:00
graph.go autopilot: update the Node interface to return a raw bytes, not the key 2018-08-29 15:44:47 -07:00
interface.go autopilot: update the Node interface to return a raw bytes, not the key 2018-08-29 15:44:47 -07:00
log.go autopilot: "Look ma no hands!", introducing autopilot mode 2017-08-10 21:14:55 -07:00
prefattach_test.go autopilot: update the Node interface to return a raw bytes, not the key 2018-08-29 15:44:47 -07:00
prefattach.go autopilot: update the Node interface to return a raw bytes, not the key 2018-08-29 15:44:47 -07:00