Files
breez-lnd/routing
Olaoluwa Osuntokun 6ebada112f routing: update 3d party channel verification to use new chanvalidate package
In the process of moving to use the new package, we no longer need to
fetch the outpoint directly, and instead only need to pass the funding
transaction into the new verification logic.
2019-10-03 16:23:17 -07:00
..
2019-09-10 17:21:59 +02:00
2019-09-10 17:21:59 +02:00
2019-09-10 17:21:59 +02:00
2019-10-03 15:07:11 +02:00
2019-09-10 17:21:59 +02:00

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