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
I encountered an issue where Cosmovisor upgraded to the next binary version even before reaching the specified block height.
Expected Behavior:
Cosmovisor should only apply the upgrade at the specified block height (1325860). However, after manually restarting the service, it prematurely upgraded to the new binary.
Cosmovisor Version
v1.6.0
How to reproduce?
Steps to Reproduce:
Added a new upgrade with the following configuration:
• Upgrade version: v0.12.0
• Trigger height: 1325860
• Confirmed by checking the upgrade-info.json file:
Is there an existing issue for this?
What happened?
I encountered an issue where Cosmovisor upgraded to the next binary version even before reaching the specified block height.
Expected Behavior:
Cosmovisor should only apply the upgrade at the specified block height (1325860). However, after manually restarting the service, it prematurely upgraded to the new binary.
Cosmovisor Version
v1.6.0
How to reproduce?
Steps to Reproduce:
• Upgrade version: v0.12.0
• Trigger height: 1325860
• Confirmed by checking the upgrade-info.json file:
The output showed the upgrade was applied, even though the block height had not yet been reached:
cosmovisor version: v1.6.0 running app args=["version"] path=/home/ec2-user/xxxx/cosmovisor/upgrades/v0.12.0/bin/client
The text was updated successfully, but these errors were encountered: