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

babylond testnet doesn't set minimum unbonding time #302

Open
filippos47 opened this issue Nov 25, 2024 · 1 comment
Open

babylond testnet doesn't set minimum unbonding time #302

filippos47 opened this issue Nov 25, 2024 · 1 comment

Comments

@filippos47
Copy link
Member

Summary of Bug

When creating a genesis file with babylond testnet, the resulting genesis will have min_unbonding_time_blocks: 0.

This can break dev envs, as e.g., the covenant emulator expects the following:

2024-11-25T20:00:15.979969Z	error	invalid unbonding time	{"min_unbonding_time": 2, "got_unbonding_time": 0}

Version

v0.17.0

@KonradStaniec
Copy link
Collaborator

caller can specify min-unbonding-time flag to set up custom value.

One note though: min-unbonding-time must always be larger than btc-finalization-timeout

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

2 participants