Expose pathfinding scoring fee config#955
Conversation
Applications need to tune route selection for different fee and reliability preferences while continuing to use ldk-node's default router. This makes the ProbabilisticScoringFeeParameters public so users can customize it to their needs.
|
I've assigned @tnull as a reviewer! |
No, I disagree with this. LDK's scorer parameters are very obscure and super confusing to 99% of users. I don't think we should expose them as an API and leave it up to the users to understand and attempt to 'improve their routing' as they very likely to mess things up even further or at least don't actually improve things. If we think the parameters could be improved, we should rather adjust the defaults (in LDK or LDK Node) on the basis of actual benchmarks, A:B testing, simulations, or other data-driven models. |
Applications need to tune route selection for different fee and reliability preferences while continuing to use ldk-node's default router. This makes the
ProbabilisticScoringFeeParameterspublic so users can customize it to their needs.