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

Remove voting power of voting power max(w, minUnbondingTime) before timelock ends #176

Closed
KonradStaniec opened this issue Oct 11, 2024 · 0 comments · Fixed by #218
Closed
Assignees
Labels
bug Something isn't working

Comments

@KonradStaniec
Copy link
Collaborator

ref: https://github.com/babylonchain/babylon/issues/612

Currently we remove voting power of finality provider W blocks before timelock end. We should remove it max(W, minUnbondingTime) blocks before timelock end.

@KonradStaniec KonradStaniec added the bug Something isn't working label Oct 11, 2024
@KonradStaniec KonradStaniec self-assigned this Oct 11, 2024
KonradStaniec added a commit that referenced this issue Oct 25, 2024
fixes: #176

- expire delegations `max(w, min_unbonding_time)` blocks before timeloc ends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant