lnd/routing
Olaoluwa Osuntokun 7b0ea3c029
Merge pull request #4909 from carlaKC/mc-paramsapi
routing: allow runtime updates to mission control config
2021-02-10 18:51:53 -08:00
..
chainview kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
localchans
route channeldb: validate MPP options when registering attempts 2020-04-02 19:31:23 +02:00
testdata routing: fix max route length test 2019-12-20 11:00:03 +01:00
ann_validation.go
control_tower.go routing: return full htlc attempt from shard handler 2020-05-12 19:56:50 +02:00
control_tower_test.go routing: return full htlc attempt from shard handler 2020-05-12 19:56:50 +02:00
errors.go routing: remove unused code 2020-04-24 19:15:08 +02:00
graph.go multi: rename ReadTx to RTx 2020-05-26 18:20:37 -07:00
heap.go routing: limit routing info size during pathfinding 2019-12-20 11:00:05 +01:00
heap_test.go
integrated_routing_context_test.go Merge pull request #4909 from carlaKC/mc-paramsapi 2021-02-10 18:51:53 -08:00
integrated_routing_test.go routing: add new TestPaymentAddrOnlyNoSplit test case 2021-02-03 17:53:40 -08:00
log.go
missioncontrol.go routing: add getter and setter for mission control config 2021-01-19 10:57:14 +02:00
missioncontrol_state.go routing: stricter mission control state failure updates 2020-03-28 07:49:23 +01:00
missioncontrol_state_test.go routing: stricter mission control state failure updates 2020-03-28 07:49:23 +01:00
missioncontrol_store.go multi: add reset closure to kvdb.Update 2020-11-05 17:57:12 +01:00
missioncontrol_store_test.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
missioncontrol_test.go routing: extract probability estimator cfg and add validation 2021-01-19 10:57:13 +02:00
mock_graph_test.go routing/test: use fixed identifiers in test graph 2020-04-09 08:20:43 +02:00
mock_test.go multi: add get and set mission control to routerrpc 2021-01-19 10:57:15 +02:00
nodepair.go
notifications.go routing: add missing GlobalFeatures to NetworkNodeUpdate 2020-12-07 15:47:09 +01:00
notifications_test.go routing: add missing GlobalFeatures to NetworkNodeUpdate 2020-12-07 15:47:09 +01:00
pathfind.go routing: add proportional attempt cost 2020-09-08 15:47:08 +02:00
pathfind_test.go routing: add proportional attempt cost 2020-09-08 15:47:08 +02:00
payment_lifecycle.go routing: promote shard logs on resume and terminal failure to Info 2020-11-24 14:59:39 +01:00
payment_lifecycle_test.go routing/payment_lifecycle_test: add MPP test cases 2020-04-02 19:29:15 +02:00
payment_session.go routing: limit max parts if the invoice doesn't declare MPP support 2021-01-15 14:56:32 -03:00
payment_session_source.go routing: move payment session constructor 2020-04-16 16:25:24 +02:00
payment_session_test.go router: move self node out of config 2021-01-19 10:57:10 +02:00
probability_estimator.go routing: extract probability estimator cfg and add validation 2021-01-19 10:57:13 +02:00
probability_estimator_test.go routing: extract probability estimator cfg and add validation 2021-01-19 10:57:13 +02:00
README.md multi: unify code blocks in READMEs 2021-01-22 09:14:11 +01:00
result_interpretation.go routing: continue trying after mpp timeout 2020-04-09 08:20:52 +02:00
result_interpretation_test.go routing: continue trying after mpp timeout 2020-04-09 08:20:52 +02:00
router.go routing: let graph methods take scheduler option 2021-02-10 23:54:03 +01:00
router_test.go routing: extract probability estimator cfg and add validation 2021-01-19 10:57:13 +02:00
stats.go
unified_policies.go routing+routerrpc: add multiple outgoing channel restriction 2020-05-12 07:17:24 +02:00
unified_policies_test.go
validation_barrier.go
validation_barrier_test.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