Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: calculation of the success probability of a route outside without QueryRoutes #9179

Open
feelancer21 opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement Improvements to existing features / behaviour

Comments

@feelancer21
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Today we had a discussion in a routing node group about whether it makes sense to have a cache for frequently used and successful paths outside of lnd so that we don't always have to using QueryRoutes and only update the route using BuildRoute. However, such a cache only makes sense if you can also update the success probability of the route outside of lnd.

Problem: BuildRoute does not currently return the probability of success. QueryProbability was marked as deprecated with 2d7fda2. And QueryMissionControl is quite cumbersome, as you would have to implement your own probability estimator outside of lnd.

Describe the solution you'd like
BuildRoute should return the success probability

Describe alternatives you've considered
QueryProbabilty should be revived. This would make it easier to calculate the probability for a route.

@feelancer21 feelancer21 added the enhancement Improvements to existing features / behaviour label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features / behaviour
Projects
None yet
Development

No branches or pull requests

1 participant