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

Validators can not increase commission after commission decrease. #5327

Closed
gkoumout opened this issue Sep 20, 2023 · 1 comment
Closed

Validators can not increase commission after commission decrease. #5327

gkoumout opened this issue Sep 20, 2023 · 1 comment
Assignees
Milestone

Comments

@gkoumout
Copy link

Expected behavior

Validators are not allowed to increase the commission more than once per month. That means, if they increase their commission at some point, then they can not increase again for next 28 days.

On the other hand, if a validator has never increased their commission but has only decreased it (recall the initial commission value is 100%), then they should be able to increase it at any time by at most 5%.

Actual behavior

Even if a validator decreases the commission, Lisk Desktop app does not allow them to increase it afterwards.

Example: In devnet, validator "genesis_23" decreased their commission twice, first from 100% to 15% and then from 15% to 12%, as shown in the screenshots below.

image

image

Then, the validator should be allowed to increase their commission up to 17%. Instead, Lisk Desktop does not allow them to increase the commission as shown below.

image

Steps to reproduce

Which version(s) does this affect? (Environment, OS, etc...)

@welcome
Copy link

welcome bot commented Sep 20, 2023

Thanks for opening your first issue here! Be sure to follow the issue template for bug report or feature request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants