Open filippos47 opened 4 days ago
When creating a genesis file with babylond testnet, the resulting genesis will have min_unbonding_time_blocks: 0.
babylond testnet
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
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
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