[ZK Stack] - <Cannot restart previously initiated hyperchain> #222
-
Module Affected
Rust Version1.74.0 Operating System
Issue DescriptionI've created a hyperchain, closed it and now I cannot restart it. Expected BehaviorExpected to have a command like Current BehaviorOnly available Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
githubdoramon
Dec 6, 2023
Replies: 6 comments 1 reply
-
Hey @SpiralOutDotEu , thanks for this question. We definitely need to make more clear on the docs, but you can do that easily. I am assuming:
Given the above, you can simply run
And you a good to go. Let me know how it goes |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SpiralOutDotEu
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @SpiralOutDotEu , thanks for this question. We definitely need to make more clear on the docs, but you can do that easily. I am assuming:
Given the above, you can simply run
zk server --components "http_api,tree_lightweight,eth,data_fetcher,state_keeper,housekeeper"
And you a good to go.
Let me know how it goes