lnd/routing
Olaoluwa Osuntokun 10fba3d859
Merge pull request #6214 from yyforyongyu/server-start-order
server: start htlcswitch early in the pipeline
2022-02-24 15:32:46 -08:00
..
chainview multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
localchans multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
route channeldb: validate MPP options when registering attempts 2020-04-02 19:31:23 +02:00
shards multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
testdata routing: add private key attribute in router test 2021-06-23 18:13:02 +08:00
ann_validation.go routing: skip max htlc validation when capacity is 0 2019-04-18 21:57:38 -07:00
bandwidth_test.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
bandwidth.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
control_tower_test.go multi: unexport session key and add constructor for htlc attempt info 2021-05-19 09:03:46 +02:00
control_tower.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
errors.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
graph.go multi: use single read transaction for path finding 2021-10-22 09:32:49 +02:00
heap_test.go routing: optimize path finding structures 2019-10-24 21:38:07 -03:00
heap.go multi: use minimal policy in cache 2021-09-29 17:00:04 +02:00
integrated_routing_context_test.go multi: use single read transaction for path finding 2021-10-22 09:32:49 +02:00
integrated_routing_test.go routing: if MaxShardAmt is set, then use that as a ceiling for our splits 2021-02-15 19:31:52 -08:00
log.go routing: define subsystem constant 2019-12-11 00:17:04 +01:00
missioncontrol_state_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
missioncontrol_state.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
missioncontrol_store_test.go routing: store missioncontrol state in blocks and eliminate cursor use 2021-07-26 17:02:11 +02:00
missioncontrol_store.go routing: fix memory corruption in MC store 2021-12-08 23:10:16 +01:00
missioncontrol_test.go routing: store missioncontrol state in blocks and eliminate cursor use 2021-07-26 17:02:11 +02:00
missioncontrol.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
mock_graph_test.go routing+server: use cached graph interface 2021-09-29 17:00:05 +02:00
mock_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
nodepair.go routing: extended DirectedNodePair functionality 2019-08-13 18:45:06 +02:00
notifications_test.go multi: run gosimports 2022-02-10 11:02:01 +01:00
notifications.go multi: enhance logging for debugging peer connection 2021-12-23 15:14:37 +08:00
pathfind_test.go multi: fix issues reported by whitespace linter 2022-02-15 16:26:08 +01:00
pathfind.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
payment_lifecycle_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
payment_lifecycle.go multi: fix issues reported by whitespace linter 2022-02-15 16:26:08 +01:00
payment_session_source.go multi: use single read transaction for path finding 2021-10-22 09:32:49 +02:00
payment_session_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
payment_session.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
probability_estimator_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
probability_estimator.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
README.md multi: unify code blocks in READMEs 2021-01-22 09:14:11 +01:00
result_interpretation_test.go multi: run gosimports 2022-02-10 11:02:01 +01:00
result_interpretation.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
router_test.go multi: fix issues reported by whitespace linter 2022-02-15 16:26:08 +01:00
router.go multi: add logs when subservers are starting 2022-02-11 21:17:03 +08:00
setup_test.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00
stats.go routing/router: log aggregate graph processing stats 2019-06-13 18:18:30 -07:00
unified_policies_test.go multi: move bandwidth hints behind interface 2021-10-19 09:50:49 +02:00
unified_policies.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
validation_barrier_test.go routing+discovery: uniform error codes in routing 2022-01-05 04:27:33 +08:00
validation_barrier.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +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