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

staking(undelegate_claim): fix unbonding check condition #3820

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Feb 13, 2024

This PR:

  • fixes a bug with the unbonding epoch validation rule (claims are allowed after the target epoch has been reached)
  • simplifies the unbonding delay calculation logic

@erwanor erwanor changed the title staking(undelegate_claim): allow unbonding at the exact unbonding epoch staking(undelegate_claim): fix unbonding check condition Feb 13, 2024
@erwanor erwanor force-pushed the erwan/unbonding_claim_handler branch from aa1c70e to 9340c22 Compare February 14, 2024 04:38
@erwanor erwanor added the consensus-breaking breaking change to execution of on-chain data label Feb 15, 2024
@erwanor erwanor merged commit a109312 into main Feb 15, 2024
7 checks passed
@erwanor erwanor deleted the erwan/unbonding_claim_handler branch February 15, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus-breaking breaking change to execution of on-chain data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant