Skip to content

Commit 1a3bc06

Browse files
committed
renepay: remove MCF
Remove the MCF solver from renepay. Offload the route computation on askrene. Changelog-None Signed-off-by: Lagrang3 <[email protected]>
1 parent e7ad61c commit 1a3bc06

33 files changed

+27
-7060
lines changed

plugins/renepay/Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,23 @@
11
PLUGIN_RENEPAY_SRC := \
22
plugins/renepay/main.c \
3-
plugins/renepay/flow.c \
4-
plugins/renepay/mcf.c \
5-
plugins/renepay/dijkstra.c \
6-
plugins/renepay/disabledmap.c \
73
plugins/renepay/payment.c \
8-
plugins/renepay/chan_extra.c \
94
plugins/renepay/route.c \
10-
plugins/renepay/routebuilder.c \
115
plugins/renepay/routetracker.c \
126
plugins/renepay/routefail.c \
137
plugins/renepay/sendpay.c \
14-
plugins/renepay/uncertainty.c \
158
plugins/renepay/mods.c \
169
plugins/renepay/errorcodes.c \
1710
plugins/renepay/json.c
1811

1912
PLUGIN_RENEPAY_HDRS := \
2013
plugins/renepay/payplugin.h \
21-
plugins/renepay/flow.h \
22-
plugins/renepay/mcf.h \
23-
plugins/renepay/dijkstra.h \
24-
plugins/renepay/disabledmap.h \
2514
plugins/renepay/payment.h \
2615
plugins/renepay/payment_info.h \
27-
plugins/renepay/chan_extra.h \
2816
plugins/renepay/renepayconfig.h \
2917
plugins/renepay/route.h \
30-
plugins/renepay/routebuilder.h \
3118
plugins/renepay/routetracker.h \
3219
plugins/renepay/routefail.h \
3320
plugins/renepay/sendpay.h \
34-
plugins/renepay/uncertainty.h \
3521
plugins/renepay/mods.h \
3622
plugins/renepay/errorcodes.h \
3723
plugins/renepay/json.c

0 commit comments

Comments
 (0)