-
Notifications
You must be signed in to change notification settings - Fork 24
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
add ability to spin up a node based on a branch #118
Comments
Apparently this exists with the
|
Re-opening this as using Can someone confirm that specifying
Seems like the logic is handled by zombienet-sdk |
This functionality exists, code is here https://github.com/r0gue-io/pop-cli/blob/main/crates/pop-parachains/src/utils/git.rs#L21 However what is probably happening is that you have the This issue raised by Frank letting user inspect and clean cache might be the best solution: #78. What do you think? |
Running this command does not run the branch specified. Issue is still relevant. |
As a user, I would like to run
pop up parachain
command specifying a specific branch so that I can test pop-node features that are on a branch and not yet onmain
.Background: Right now I have made some changes to the Pop API and I want to test my ink! smart contract against it. How do I do this with
pop up parachain
command?The text was updated successfully, but these errors were encountered: