-
Notifications
You must be signed in to change notification settings - Fork 15
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
Withdraw commission even there is no delegation rewards #559
Comments
@kwunyeung when did it happen? is it after the extension popup? did the extension UI show anything or crash immediately? |
@calvinkei after the extension popped up. The errors are from the extension. |
@kwunyeung can i have your validator address? |
|
@kwunyeung fixed in v0.18.1 staging |
The commission withdrawal is broadcasting a wrong message. It's now the same as withdraw rewards which is
We can sign the both messages for a validator and it will withdraw both rewards and commission from the validator. |
@kwunyeung fixed and deployed on staging v0.18.2 but now it will withdraw rewards on the rewards tab, and withdraw commissions on the commissions tab. do you mean you want to broadcast both messages at the same time, no matter which tab they are at? |
@calvinkei Yes I would like to withdraw both in a single transaction for validators. Should we make it not in two tabs but show "Rewawrds and Commission" if the account is a validator? We can close this issue first and handle it in another issue if that make sense. |
@kwunyeung this involves changes in UI. should we release it in this version and improve the UI later? |
All working good in production. |
For a particular case, if the validator is setting 100% commission, the account has 0 reward but only commission,
Withdraw Rewards
would not allow it to continue as it only check if there is delegation rewards.X should allow validator account to withdraw commission even there is no delegation rewards.
The text was updated successfully, but these errors were encountered: