lnd/routing
2024-01-18 17:26:09 +02:00
..
chainview routing: deep copy any transaciton we obtain from GetBlock call. 2024-01-15 11:35:55 +02:00
localchans multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
route multi: update payload validation to account for blinded routes 2023-12-18 11:27:55 -05:00
shards
testdata
ann_validation.go routing: stricter maxHTLC checks 2023-02-21 14:03:51 +01:00
bandwidth_test.go
bandwidth.go routing: add more verbose logs 2023-01-17 07:26:57 +08:00
blinding_test.go multi: add blinded route to route requests expressed as hints 2023-10-06 16:38:33 -07:00
blinding.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
control_tower_test.go routing: make sure StatusInitiated is notified when creating payments 2023-11-15 20:18:21 +08:00
control_tower.go routing: make sure StatusInitiated is notified when creating payments 2023-11-15 20:18:21 +08:00
errors.go
graph.go multi: let ForEachChannel be a method on ChannelGraph 2023-11-08 10:51:50 +02:00
heap_test.go
heap.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
integrated_routing_context_test.go multi: make tlv onion compulsory 2024-01-11 09:43:31 -08:00
integrated_routing_test.go multi: make tlv onion compulsory 2024-01-11 09:43:31 -08:00
log.go
missioncontrol_state_test.go
missioncontrol_state.go
missioncontrol_store_test.go
missioncontrol_store.go lnwire: allow longer failure messages 2022-12-02 14:27:59 +01:00
missioncontrol_test.go routing+lnrpc: make capacity factor configurable 2023-02-24 15:28:55 +01:00
missioncontrol.go multi: add debug logs to catch slow shutdown 2023-10-06 16:34:47 -07:00
mock_graph_test.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
mock_test.go routing: update mockers in unit test 2023-11-13 16:09:12 +08:00
nodepair.go
notifications_test.go routing: deep copy any transaciton we obtain from GetBlock call. 2024-01-15 11:35:55 +02:00
notifications.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
pathfind_test.go multi: make tlv onion compulsory 2024-01-11 09:43:31 -08:00
pathfind.go routing: add log message. 2024-01-08 16:47:48 +01:00
payment_lifecycle_test.go routing: unify all dummy errors to be errDummy 2023-11-13 16:10:28 +08:00
payment_lifecycle.go routing: log preimage when it's failed to be saved to db 2023-11-13 16:10:28 +08:00
payment_session_source.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
payment_session_test.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
payment_session.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
probability_apriori_test.go trivial: Fix spelling errors 2023-09-21 22:35:33 -04:00
probability_apriori.go trivial: Fix spelling errors 2023-09-21 22:35:33 -04:00
probability_bimodal_test.go routing: stronger use of direct bimodal probability 2023-03-23 11:12:10 +01:00
probability_bimodal.go routing: stronger use of direct bimodal probability 2023-03-23 11:12:10 +01:00
probability_estimator_test.go routing: add probability benchmarks 2023-02-14 13:34:25 +01:00
probability_estimator.go routing: add probability estimator interface 2023-02-10 09:58:40 +01:00
README.md scripted-diff: replace ⛰ emoji with $ [skip ci] 2022-10-28 12:06:49 -04:00
result_interpretation_test.go routing: add handling for blinded errors from final node 2023-12-18 12:07:56 -05:00
result_interpretation.go routing: add handling for blinded errors from final node 2023-12-18 12:07:56 -05:00
router_test.go routing/test: set outgoing timelock on non-legacy test cases 2023-12-18 11:27:49 -05:00
router.go Merge pull request #8372 from mohamedawnallah/deep-copy-transactions-GetBlock 2024-01-15 20:13:00 +08:00
setup_test.go
stats.go
unified_edges_test.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
unified_edges.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +02:00
validation_barrier_test.go
validation_barrier.go multi: move DB schemas to channeldb/models 2023-11-08 14:50:35 +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