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

stake_state::redelegate() can disrupt consensus #7884

Closed
rob-solana opened this issue Jan 20, 2020 · 1 comment · Fixed by #7995
Closed

stake_state::redelegate() can disrupt consensus #7884

rob-solana opened this issue Jan 20, 2020 · 1 comment · Fixed by #7995
Milestone

Comments

@rob-solana
Copy link
Contributor

Problem

A staker can effectively defeat cooldown and screw up consensus by creating a dummy vote account and then redelegating to it.

Such a staker can't withdraw early, but bank weights are disrupted outside of warmup/cooldown.

Proposed Solution

Remove support for redelegate()

@garious @aeyakovenko @carllin

@rob-solana rob-solana changed the title stake_state::redelegate() can disrupt consensus stake_state::redelegate() can disrupt consensus Jan 20, 2020
@rob-solana
Copy link
Contributor Author

rob-solana commented Jan 20, 2020

@mvines this might make validators' life less fun, the implication is that a re-delegation will require cool down first

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

Successfully merging a pull request may close this issue.

2 participants