ccv consumer genesis transform should use default value for retry_delay_period #1457
Labels
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
Problem
The CLI to transformation consumer genesis parameters from older provider versions does not use
default parameter values if the parameter did not exist at that source version.
For parameters such as
retry_delay_period
this results in an invalid value and prevents consumer to start.Closing criteria
To reproduce:
interchain-security-cd genesis transform <exported_consumer_genesis.json>
Problem details
When converting consumer genesis parameters exported from a provider chain running an older version to the current version,
parameters which were not defined are populated with the default value of the type.
For the parameter
retry_delay_period
this results in value 0 which is invalid period and reject.The text was updated successfully, but these errors were encountered: