mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
In this commit we introduce pruning of channel edges instead of channels. Channel failures apply to a single direction and it is unnecessarily restricting to prune both directions. |
||
---|---|---|
.. | ||
chainview | ||
testdata | ||
ann_validation.go | ||
conf.go | ||
conf_experimental.go | ||
errors.go | ||
graph.go | ||
heap.go | ||
heap_test.go | ||
log.go | ||
missioncontrol.go | ||
notifications.go | ||
notifications_test.go | ||
pathfind.go | ||
pathfind_test.go | ||
README.md | ||
router.go | ||
router_test.go | ||
validation_barrier.go | ||
validation_barrier_test.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