We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stableswap spot price calculation returns the result in reserved, so we should inverse it to be consistent with other APIs.
hydration-node/math/src/stableswap/math.rs
Line 771 in ea4e622
Before this is done, we inverse it in the wasm as temporary fix. So once this issue fixed, reverse the temp fix in the wasm bindgen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stableswap spot price calculation returns the result in reserved, so we should inverse it to be consistent with other APIs.
hydration-node/math/src/stableswap/math.rs
Line 771 in ea4e622
Before this is done, we inverse it in the wasm as temporary fix. So once this issue fixed, reverse the temp fix in the wasm bindgen.
The text was updated successfully, but these errors were encountered: