lnd/lnrpc/routerrpc
ziggie c1b91fff14
multi: use new AdditionalEdge interface.
In the previous commit the AdditionalEdge interface was introduced
with both of its implementations `BlindedEdge` and `PrivateEdge`.
In both cases where we append a route either by a blinded route
section or private route hints we now use these new types. In
addition the `PayloadSizeFunc` type is introduced in the
`unifiedEdge` struct. This is necessary to have the payload size
function at hand when searching for a route hence not overshooting
the max sphinx package size of 1300 bytes.
2024-02-03 12:10:46 +00:00
..
config.go multi: add new config usestatusinitiated for the new payment status 2023-11-15 20:18:17 +08:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
forward_interceptor.go routerrpc: Check for nil IncomingCircuitKey 2023-02-10 13:40:40 -05:00
log.go lnrpc: fix log.go files 2022-04-01 18:12:59 -07:00
router.pb.go routerrpc: modify field orders based on their assigned number 2023-11-14 20:26:13 +08:00
router.pb.gw.go routerrpc: add TrackPayments 2022-09-08 10:48:34 +02:00
router.pb.json.go Merge pull request #6899 from kaloudis/protos-remove-js-build-tag 2022-09-13 17:36:14 -07:00
router.proto routerrpc: make use of fee limit obvious in SendPaymentV2 2024-01-29 13:45:14 +02:00
router.swagger.json routerrpc: make use of fee limit obvious in SendPaymentV2 2024-01-29 13:45:14 +02:00
router.yaml routerrpc: add TrackPayments 2022-09-08 10:48:34 +02:00
router_backend.go multi: use new AdditionalEdge interface. 2024-02-03 12:10:46 +00:00
router_backend_test.go multi/refactor: add RouteRequest to hold FindRoute parameters 2023-10-06 16:38:33 -07:00
router_grpc.pb.go routerrpc: make use of fee limit obvious in SendPaymentV2 2024-01-29 13:45:14 +02:00
router_server.go routerrpc: use cltv delta default for buildroute. 2024-01-16 14:08:51 +01:00
router_server_deprecated.go multi: update linter, fix new issues 2023-06-13 11:58:33 +02:00
router_server_test.go routing+routerrpc: test stream cancellation 2022-09-10 21:53:01 +02:00
routing_config.go routing+lnrpc: make capacity factor configurable 2023-02-24 15:28:55 +01:00
subscribe_events.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00