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

[APIS-343] Fix fee coin selection in cosmos sign page #348

Merged
merged 5 commits into from
Jun 26, 2024

Commits on Jun 7, 2024

  1. refactor((cosmos sign page)): edit fee coin selection logic

    - fee코인을 선택할 때 fee코인 내에서 선택되는게 아닌 tx의 fee.amount필드의 값이 선택되도록 수정했습니다.
    - 사인 페이지에서 fee코인을 변경할 때 decimals가 변경되지 않는 오류를 수정했습니다.
    G-Gamja committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0c5ceab View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    7f9baa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34aeea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1095f31 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix: Checking unknown fee coin balance

     - 체인리스트에 등록되지 않은 코인일지라도 fee코인으로 사용될 수 있기 때문에 무조건적으로 밸런스를 0으로 설정하는 것이 아닌 'balance' 리스폰스의 밸런스 값을 참조한 값이 설정되도록 변경했습니다.
    G-Gamja committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dd35aa7 View commit details
    Browse the repository at this point in the history