-
Notifications
You must be signed in to change notification settings - Fork 177
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
Challenge 8 - Withdraw Rewards #58
Comments
I was stupid and tried it again, clearly it should not be unstaking the pool? |
I also having the same problem. After run this contract and it's withdraw all my staking as well as validators has been kicked out |
Im having same issue, i think there is some bug on the contract. |
I had the same. I lost 4 epochs -> unstake all, get rewards, stake all, ping, and finally set active again. |
Yes, as part of the challenge I submitted where exactly the error in code is, on the other side I may be wrong because I don't really know Rust yet. Remember the challenge asks as to report if something goes wrong, so...? |
Apparently I have the same issue with validator which was in active set and with brand new validator #114 |
The same for me It unstaked all. Use near call pool_id stake_all --accountId account to return stake back. |
Appears to be a bug with this contract call. Instead of just distributing the rewards (and it appears to have missed the second wallet also), it seems to unstake the entire validator stake and the validator disappears. Had to restake with fresh tokens above the minimum balance and ping to get it back into proposals.
https://explorer.shardnet.near.org/transactions/Ge6baSvv7JrLmZERqRjec65ybYSUxmrXSzuxMVbt3nsY
The text was updated successfully, but these errors were encountered: