You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our stableswap CFMM solvers (direct and binary search) hit precision-related issues on edge cases. This is especially a problem for our binary search solver as it risks hitting an infinite loop. #2591 should solve this, but we should make sure we have extensive edge case tests around precision-related issues to make sure our core stableswap CFMM solvers always function as intended.
Background
Our stableswap CFMM solvers (direct and binary search) hit precision-related issues on edge cases. This is especially a problem for our binary search solver as it risks hitting an infinite loop. #2591 should solve this, but we should make sure we have extensive edge case tests around precision-related issues to make sure our core stableswap CFMM solvers always function as intended.
Note: this issue is blocked on #2591
Suggested Design
k
values to stableswap solvers (at least one test fork > 100,000,000
, ideally even fork = MaxDec
)Acceptance Criteria
The text was updated successfully, but these errors were encountered: