We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a genesis file with babylond testnet, the resulting genesis will have min_unbonding_time_blocks: 0.
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}
v0.17.0
The text was updated successfully, but these errors were encountered:
caller can specify min-unbonding-time flag to set up custom value.
min-unbonding-time
One note though: min-unbonding-time must always be larger than btc-finalization-timeout
btc-finalization-timeout
Sorry, something went wrong.
No branches or pull requests
Summary of Bug
When creating a genesis file with
babylond testnet
, the resulting genesis will havemin_unbonding_time_blocks: 0
.This can break dev envs, as e.g., the covenant emulator expects the following:
Version
v0.17.0
The text was updated successfully, but these errors were encountered: