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
The AMM swap and TWAP logic has been put in struct implementations, which means we can test it from Rust-based unit tests.
We have some unit tests, but they're extremely basic and don't really test any edge cases (e.g., large amounts, small amounts, large combined with small, et cetera). It would be good to expand these to make them more comprehensive.
The text was updated successfully, but these errors were encountered:
The AMM swap and TWAP logic has been put in struct implementations, which means we can test it from Rust-based unit tests.
We have some unit tests, but they're extremely basic and don't really test any edge cases (e.g., large amounts, small amounts, large combined with small, et cetera). It would be good to expand these to make them more comprehensive.
The text was updated successfully, but these errors were encountered: