lnd/routing
Olaoluwa Osuntokun 5dbf5084e7
routing: fix linter error
2017-11-06 16:49:36 -08:00
..
chainview routing/chainview: if column wrapping on comments in neutrino.go 2017-11-06 15:55:21 -08:00
testdata
README.md
errors.go
graph.go
heap.go
heap_test.go
log.go
missioncontrol.go
notifications.go
notifications_test.go routing: add Reset() method to mockChainView 2017-11-06 15:58:57 -08:00
pathfind.go routing: correct miscalculation multi-hop onion payload fees 2017-10-24 18:27:35 -07:00
pathfind_test.go routing: modify path finding tests to accommodate for flip in fee calc 2017-10-24 18:29:23 -07:00
router.go routing: populate the chain filter before calling syncGraphWithChain 2017-11-06 16:10:24 -08:00
router_test.go routing: fix linter error 2017-11-06 16:49:36 -08: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