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

moved redemption sweep to stride epoch #1265

Merged
merged 2 commits into from
Aug 16, 2024
Merged

moved redemption sweep to stride epoch #1265

merged 2 commits into from
Aug 16, 2024

Conversation

sampocs
Copy link
Collaborator

@sampocs sampocs commented Aug 16, 2024

Context

Unbondings are initiated at the start of the day epoch and the tx can land on the host zone at any point over the next 6 hours. However, we wait a full day before running the redemption sweep to send unbonded tokens to the redemption account.

By moving the sweep to the stride epoch after the unbonding epoch, the unbonded tokens are claimable earlier. It also speeds up integration tests.

Brief Changelog

  • Moved sweep to day epoch after stride epoch
  • Changed timeout to stride epoch

@sampocs sampocs merged commit 3a3745f into v24 Aug 16, 2024
1 check passed
@sampocs sampocs deleted the redemption-sweep-sooner branch August 16, 2024 17:14
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 this pull request may close these issues.

2 participants