Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [Cosmovisor] Software upgrade is not detected with Cosmovisor v1.5.0 #20464

Closed
1 task done
dasanchez opened this issue May 27, 2024 · 0 comments · Fixed by #20585
Closed
1 task done

[Bug]: [Cosmovisor] Software upgrade is not detected with Cosmovisor v1.5.0 #20464

dasanchez opened this issue May 27, 2024 · 0 comments · Fixed by #20585
Assignees
Labels
C:Cosmovisor Issues and PR related to Cosmovisor T:Bug

Comments

@dasanchez
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Cosmovisor does not restart the chain binary when the height for a planned software upgrade is reached.
v1.4.0 works
v1.5.0 does not work

Cosmos SDK Version

Cosmovisor v1.5.0

How to reproduce?

  1. Download this script to simulate a Cosmos Hub upgrade from v16 to v17 using a software upgrade proposal.
  2. Change the Cosmovisor version from v1.4.0 to v1.5.0 in line 72.
  3. Run the script.
  4. When the upgrade height is reached, Cosmovisor will keep running Gaia v16 without restarting and attempting to upgrade.

Cosmovisor v1.4.0 upgrades at height 20605230: https://paste.c-net.org/CandleCider
Cosmovisor v1.5.0 does not upgrade at height 20605230: https://paste.c-net.org/FloristQuirky

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK May 27, 2024
@julienrbrt julienrbrt added the C:Cosmovisor Issues and PR related to Cosmovisor label May 30, 2024
@julienrbrt julienrbrt self-assigned this May 30, 2024
@tac0turtle tac0turtle moved this from 📋 Backlog to 🤸‍♂️ In Progress in Cosmos-SDK Jun 3, 2024
@github-project-automation github-project-automation bot moved this from 🤸‍♂️ In Progress to 🥳 Done in Cosmos-SDK Aug 12, 2024
@tac0turtle tac0turtle removed this from Cosmos-SDK Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Cosmovisor Issues and PR related to Cosmovisor T:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants