lnd/routing
Olaoluwa Osuntokun f5d221012d
routing: update ChannelGraphSource due to latest API changes
2017-08-22 00:53:36 -07:00
..
chainview
testdata
README.md
errors.go
graph.go
heap.go
heap_test.go
log.go
notifications.go routing: update path finding and notifications to use mSAT 2017-08-22 00:53:12 -07:00
notifications_test.go routing: update path finding and notifications to use mSAT 2017-08-22 00:53:12 -07:00
pathfind.go routing: fix path finding, bug use the proper policy during path finding 2017-08-22 00:53:15 -07:00
pathfind_test.go routing: update path finding and notifications to use mSAT 2017-08-22 00:53:12 -07:00
router.go routing: update ChannelGraphSource due to latest API changes 2017-08-22 00:53:36 -07:00
router_test.go routing: update path finding and notifications to use mSAT 2017-08-22 00:53:12 -07:00

README.md

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