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

Implement Validator Queue #2412

Closed
rigelrozanski opened this issue Sep 26, 2018 · 0 comments · Fixed by #2451
Closed

Implement Validator Queue #2412

rigelrozanski opened this issue Sep 26, 2018 · 0 comments · Fixed by #2451
Assignees

Comments

@rigelrozanski
Copy link
Contributor

Looks like this should be a seperate PR

REF: #2393

Additionally, this queue should be implemented for when entire Validators are unbonded - currently there is a function in x/stake/types/validator.go named IsUnbonded() which should be removed, this function is a hacky way which we check if the validator status should be considered "unbonded" even if the actual value of Validator.Status == sdk.Unbonding. The way it's currently implemented is not ideal and can cause confusion, if we put the validators in a queue as well, and updated the status via the queue this function can go away as the Validator.Status will actually reflect the true status.

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

Successfully merging a pull request may close this issue.

2 participants