mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-03 03:29:50 +02:00
Now that we run each test individually, we don't need to buffer our mock's channels anymore. This helps to tighten our test loop, which currently can move on from a step before it's actually been processed by the mock. This removal ensures that our payment loop processes each of the test's steps before moving on to the next once.
routing
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