f935bd0baf
In this commit, we add vertex pruning for any non-final CLTV error. Before this commit, we assumed that any source of this error was due to the local node setting the incorrect time lock. However, it’s been recently noticed on main net that there’re a set of nodes that seem to not be properly scanned to the chain. Without this patch, users aren’t able to route successfully as atm, we’ll stop all path finding attempts if we encounter this. |
||
---|---|---|
.. | ||
chainview | ||
testdata | ||
errors.go | ||
graph.go | ||
heap_test.go | ||
heap.go | ||
log.go | ||
missioncontrol.go | ||
notifications_test.go | ||
notifications.go | ||
pathfind_test.go | ||
pathfind.go | ||
README.md | ||
router_test.go | ||
router.go | ||
validation_barrier.go |
routing
The routing package implements authentication+validation of channel announcements, pruning of the channel graph, path finding within the network, sending outgoing payments into the network and synchronizing new peers to our channel graph state.
Installation and Updating
$ go get -u github.com/lightningnetwork/lnd/routing