-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Describe the solution you'd like
I want to have pathFinder
check n-length paths, instead of hard-coded three-asset paths as it does now.
Right now it does this path structure:
XLM ➡️ USD ➡️ EUR ➡️ XLM
With this feature it could also do, for example:
XLM ➡️ USD ➡️ EUR ➡️ CNY ➡️ XLM
Describe alternatives you've considered
This would be an adaptation of the n-path code that pathRequester
already has; pathRequester itself was the alternative to pathFinder's current behavior but the rest of pathRequester didn't perform well.
Requirements
- Change pathFinder's
PaymentPath
so it uses a list of pairs - Make
MakePathPayment
behave likemakePathPaymentredux
, but for rockfish's native structs instead of Horizon's json return - Update pathFinder's configuration to accommodate the changes
Evanito
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request