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
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.
The text was updated successfully, but these errors were encountered:
🐛 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 commandzkstack --version
returningzkstack 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 remainszkstack v0.1.0-1715766a
.When executing with
--version
, it can not find the reference and fails.The text was updated successfully, but these errors were encountered: