lnd.xprv/routing
Joost Jager 75aa4e7061
routing: require tlv capability for custom record payments
Previously if a payment was sent with custom records attached, path
finding wouldn't perform a check whether the final node was capable of
receiving custom records in a tlv payload.
2019-12-12 00:15:02 +01:00
..
chainview routing/chainview: check GetCFilter error 2019-10-15 10:31:25 +02:00
localchans routing+lnrpc+lncli: allow setting min htlc policy 2019-12-11 00:17:08 +01:00
route multi: do not use tlv.Record outside wire format handling 2019-12-12 00:14:58 +01:00
testdata
ann_validation.go
conf_experimental.go
conf.go
control_tower_test.go channeldb+routing: expose HTLCs in payment subscriptions 2019-11-19 20:43:38 -08:00
control_tower.go channeldb+routing: expose HTLCs in payment subscriptions 2019-11-19 20:43:38 -08:00
errors.go routing: use simple errors for path finding 2019-11-27 15:21:08 +01:00
graph.go
heap_test.go routing: optimize path finding structures 2019-10-24 21:38:07 -03:00
heap.go routing: improve equal cost route comparison 2019-12-02 14:23:57 +01:00
log.go routing: define subsystem constant 2019-12-11 00:17:04 +01:00
missioncontrol_store_test.go
missioncontrol_store.go
missioncontrol_test.go routing: track amt ranges in mc 2019-11-22 11:17:28 +01:00
missioncontrol.go routing: track amt ranges in mc 2019-11-22 11:17:28 +01:00
mock_test.go
nodepair.go
notifications_test.go multi: remove LocalFeatures and GlobalFeatures 2019-11-08 05:32:00 -08:00
notifications.go
pathfind_test.go Merge pull request #3749 from joostjager/extended-routing-failures 2019-12-04 12:17:17 +01:00
pathfind.go routing: pass custom records into pathfinding 2019-12-12 00:15:00 +01:00
payment_lifecycle.go routing: local balance check 2019-12-04 09:45:07 +01:00
payment_session_source.go
payment_session_test.go routing+routerrpc: take max cltv limit into account within path finding 2019-10-11 18:04:49 -04:00
payment_session.go routing: require tlv capability for custom record payments 2019-12-12 00:15:02 +01:00
probability_estimator_test.go routing: track amt ranges in mc 2019-11-22 11:17:28 +01:00
probability_estimator.go routing: track amt ranges in mc 2019-11-22 11:17:28 +01:00
README.md
result_interpretation_test.go routing+routerrpc: also expose amt for success results in mc 2019-11-22 11:17:26 +01:00
result_interpretation.go routing+routerrpc: also expose amt for success results in mc 2019-11-22 11:17:26 +01:00
router_test.go Merge pull request #3558 from joostjager/non-strict-pathfinding 2019-10-30 08:42:28 +01:00
router.go multi: do not use tlv.Record outside wire format handling 2019-12-12 00:14:58 +01:00
stats.go routing/router: log aggregate graph processing stats 2019-06-13 18:18:30 -07:00
unified_policies_test.go routing: use unified policy for path finding 2019-10-25 11:22:28 +02:00
unified_policies.go routing: use unified policy for build route 2019-10-29 19:17:58 +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