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

Trigger unbondings on a daily cadence module unbonding_period/7 #1358

Open
joe-bowman opened this issue Mar 27, 2024 · 0 comments
Open

Trigger unbondings on a daily cadence module unbonding_period/7 #1358

joe-bowman opened this issue Mar 27, 2024 · 0 comments

Comments

@joe-bowman
Copy link
Contributor

Summary

Unbondings are currently triggered epochly; the epoch length was originally determined by 21 days / 7 concurrent unbondings, where 21 days is the most common unbonding period within the cosmos ecosystem.

However, some chains differ from this; osmosis has a 14 day unbonding period, and juno 28 days, for example.

This means that osmosis could unbond every 2 days, and juno should not unbond more frequently than every 4.

This would involve triggering unbondings on a daily cadence, conditional on their unbonding period.

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

No branches or pull requests

1 participant