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

zkstackup --version/--commit does not seem to effect installed version #3319

Open
mesozoic-technology opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mesozoic-technology
Copy link

🐛 Bug Report

📝 Description

As an attempt to get around the preprocess bootloader issue I'm encountering when trying to initialize a new ecosystem, I tried to install a different version of zkstack.

🔄 Reproduction Steps

Run zkstackup --commit b26f939
Or zkstackup --version 25.2.0 (the latest release)
Or --version core-v25.1.0 (the latest tag)

🤔 Expected Behavior

When executing with --commit, I wanted it to install zkstack with the command zkstack --version returning zkstack v0.1.0-b26f939

When executing with --version, I wanted it to do the same.

😯 Current Behavior

When executing with --commit, the installation succeeds but the version remains zkstack v0.1.0-1715766a.
When executing with --version, it can not find the reference and fails.

@mesozoic-technology mesozoic-technology added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant