Add migration for new ICS param (BlocksPerEpoch) #1756
Labels
scope: provider
Issues related to the provider chain
source: devnet
To indicate an issue surfaced in a devnet.
type: bug
Issues that need priority attention -- something isn't working
A bug was found during gaia upgrade tests where the new gaia node would crash during upgrade because provider parameters were not correctly configured.
On consensus version 3 (ICS@v4)
BlocksPerEpoch
parameter was added, but it was not added to the migration handler. This caused chains migrating from consensus version 2 to panic becauseGetBlocksPerEpoch
attempts to access state that is invalid.The error in question:
Here is the function in question:
The text was updated successfully, but these errors were encountered: