lnd.xprv/routing
2019-01-09 23:54:41 -08:00
..
chainview routing/chainview: new neutrino API 2018-10-16 19:28:29 -07:00
testdata
ann_validation.go
conf_experimental.go
conf.go
errors.go
graph.go
heap_test.go
heap.go
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
missioncontrol.go routing: prune channels unidirectional 2018-12-05 14:39:23 +01:00
notifications_test.go
notifications.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
pathfind_test.go
pathfind.go
README.md multi: fix formatting issues in packge README's 2017-03-27 16:25:25 -07:00
router_test.go
router.go
validation_barrier_test.go
validation_barrier.go

routing

Build Status MIT licensed GoDoc

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