-
Notifications
You must be signed in to change notification settings - Fork 193
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
0stake after undelegating from validator #2137
Comments
Seems solvable client-side with a simple |
This will only solve this issue for our first party client, any other client (explorers will also see this issue, See here: https://nibiru.explorers.guru/account/nibi1ytf8uvxjx0guxcj7mxs9x8xw5suters539dxp5#:~:text=Time-,Delegations,-Delegations) Rewards have a non-zero amount from the built-in cosmos tx, and it's impossible to make this zero even after claiming
For my account it's the Nodes.Guru validator Client-side fix here: https://github.com/NibiruChain/web-app/pull/1251 |
Investigate |
"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest" |
Initial review by Kevin found partial share amount |
This is kind of 2 bugs
The first bug is that validators are still displayed as staked to even though they don't have any stake assigned
As a result of not having anything staked..
When you withdrawal rewards from all current validators you see:
The text was updated successfully, but these errors were encountered: