Support control flow in BasicSwap
#9430
Labels
mod: transpiler
Issues and PRs related to Transpiler
priority: low
type: feature request
New feature or request
What should we add?
Low priority component of #9417.
Similar to #9419 for
SabreSwap
, it would be nice to bring all our available routing methods up-to-speed with control flow. See #9419 for more details on the current algorithm we have for routing control flow. SinceBasicSwap
is pure Python, its implementation would likely be very close toStochasticSwap
's, and could hopefully re-use a lot of code.This is low priority, since
basic
is a barely-used version of routing, and is almost entirely superseded by other methods.The text was updated successfully, but these errors were encountered: