Wrapper: optimize transaction pathing for common cases #235
Labels
bug
Something isn't working
enhancement
New feature or request
priority: high
used to mark an issue as high priority in a way that is less likely to get lost in the shuffle of th
Milestone
We will soon make it a default that only token holders can create votes (forcing more users to use transaction pathing for simple actions).
Right now the transaction pathing algorithm either gets stuck, or takes incredibly long to find these paths (or conclude no path exists) by its brute-force algorithm. We should use some of the permission information we receive through the ACL to make this quicker; if an action is only allowed by a particular subset of apps or addresses, we can simply check if the user's current address can forward through those apps and if not, conclude that no path exists.
The text was updated successfully, but these errors were encountered: