Skip to content
New issue

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

sdk: quote destination amount truncation fix #560

Merged

Commits on Dec 2, 2024

  1. sdk: quote destination amount truncation fix

    Fixes an issue where calling quote with an amount that has
    more fractional digits than the destination chain supports
    throws an error. We need to truncate and scale the destination
    amount to destination chain decimals.
    kev1n-peters authored and nik-suri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    45bdb11 View commit details
    Browse the repository at this point in the history
  2. refactor

    kev1n-peters authored and nik-suri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    246f4d5 View commit details
    Browse the repository at this point in the history
  3. rename, added comments

    kev1n-peters authored and nik-suri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e2bd377 View commit details
    Browse the repository at this point in the history
  4. rename function

    kev1n-peters authored and nik-suri committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e7df169 View commit details
    Browse the repository at this point in the history