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

Fix(staking): display stake statuses & exit & claim "values" #4249

Merged
merged 6 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. fix: wrong stake statuses

    compojoom committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    655525e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix: small UI discrepancies with the figma designs

    Revert "fix: small UI discrepancies with the figma designs"
    
    This reverts commit 1efbf952c130cdfa856988952ed1489fe079626a.
    compojoom committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2b8e525 View commit details
    Browse the repository at this point in the history
  2. fix: change to format duration to milliseconds

    The gateway now returns the time in milliseconds.
    compojoom committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cc7f278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea76a7 View commit details
    Browse the repository at this point in the history
  4. refactor: validator exit

    Instead of displaying the value for exiting a validator, we now display
    the validator amount that we are exiting.
    compojoom committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b55d1ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7e6ab7 View commit details
    Browse the repository at this point in the history