lnd.xprv/routing
Joost Jager 9e012ecc93
multi: move Input interface and related code
This commit is a step to split the lnwallet package. It puts the Input
interface and implementations in a separate package along with all their
dependencies from lnwallet.
2019-01-31 13:25:33 +01:00
..
chainview routing/chainview: new neutrino API 2018-10-16 19:28:29 -07:00
testdata routing: fix node ordering in test graph 2018-12-05 09:15:27 +01:00
ann_validation.go lnwire+multi: define HasMaxHtlc helper on msgFlags 2019-01-22 08:42:30 +01:00
conf_experimental.go routing/conf: add experimental assume valid conf 2018-09-03 20:15:18 -07:00
conf.go routing/conf: add experimental assume valid conf 2018-09-03 20:15:18 -07:00
errors.go
graph.go
heap_test.go
heap.go lnrpc+routing: fix issues with missing data in unmarshallRoute 2018-10-13 22:59:23 +02:00
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 multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
notifications.go multi: partition lnwire.ChanUpdateFlag into ChannelFlags and MessageFlags 2019-01-22 08:42:26 +01:00
pathfind_test.go multi: partition lnwire.ChanUpdateFlag into ChannelFlags and MessageFlags 2019-01-22 08:42:26 +01:00
pathfind.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
README.md multi: fix formatting issues in packge README's 2017-03-27 16:25:25 -07:00
router_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
router.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
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