core-lightning/plugins/askrene
Rusty Russell 2a0f09fc2d askrene: calculate k value dynamically, using medians.
While the `k=8` value worked for the current main network tests with the
amounts in those tests, it wasn't robust across a wider range of values
(as demonstrated when other test changes broke tests!).

Time to do this properly: calculate the ratio at the time we combine them,
using median values.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-10-15 09:58:04 +10:30
..
askrene.c askrene: debug and check we actually reduce fees when mu increase. 2024-10-15 09:58:04 +10:30
askrene.h askrene: give notifications back to caller as we go. 2024-10-15 09:58:04 +10:30
dijkstra.c askrene: copy flow and dijkstra from renepay. 2024-08-07 20:35:30 +09:30
dijkstra.h askrene: copy flow and dijkstra from renepay. 2024-08-07 20:35:30 +09:30
explain_failure.c askrene: give notifications back to caller as we go. 2024-10-15 09:58:04 +10:30
explain_failure.h askrene: give better feedback when we can't find a suitable route. 2024-10-04 11:27:53 +09:30
flow.c askrene: add a "refining" step to add fees and handle corner cases. 2024-09-19 12:16:53 +09:30
flow.h askrene: add a "refining" step to add fees and handle corner cases. 2024-09-19 12:16:53 +09:30
layer.c askrene: more code tweaks on feedback from Lagrang3. 2024-10-04 11:27:53 +09:30
layer.h askrene: more code tweaks on feedback from Lagrang3. 2024-10-04 11:27:53 +09:30
Makefile askrene: give better feedback when we can't find a suitable route. 2024-10-04 11:27:53 +09:30
mcf.c askrene: calculate k value dynamically, using medians. 2024-10-15 09:58:04 +10:30
mcf.h askrene: debug and check we actually reduce fees when mu increase. 2024-10-15 09:58:04 +10:30
refine.c askrene: don't give up if we hit htlc_max and have no other flows. 2024-10-15 09:58:04 +10:30
refine.h askrene: move flow refining code to its own file. 2024-09-19 12:16:53 +09:30
reserve.c askrene: give better feedback when we can't find a suitable route. 2024-10-04 11:27:53 +09:30
reserve.h askrene: give better feedback when we can't find a suitable route. 2024-10-04 11:27:53 +09:30