anoma / namada-interface

Apache License 2.0
77 stars 95 forks source link

Namadillo: Staking - Unbond list should display multiple entries for the same validator #845

Closed pedrorezende closed 5 days ago

pedrorezende commented 1 month ago

We should be able to view different unbonding periods, when different amounts were unstaked from a same validator.

Example to reproduce:

  1. User stakes 300 NAM to "Val01"
  2. User unbonds 100 NAM from "Val01", and after a few hours, 200 NAM from the same validator
  3. The "Unbonding" list should display two different entries for the same validator, each one with its corresponding unbonding period
pedrorezende commented 1 month ago

@mateuszjasiuk do you think we can close this one after #778 ?