You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of our e2e tests tests vote extension activation via setting consensus parameter VoteExtensionEnableHeight at genesis.
e2eshould also be able to test the activation of VoteExtensionEnableHeight via InitChain and FinalizeBlock. Which will typically be the case for existing chains upgrading to v0.38.x.
Ideally, the generator should also be able to output manifests that test this new way of activating vote extensions.