-
Notifications
You must be signed in to change notification settings - Fork 84
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
Replace Zombienet with Chopsticks #657
Comments
you could try use https://github.com/open-web3-stack/parachain-launch to generate genesis with hrmp channel opened the block production shouldn’t be too slow with runtime upgrade. one reason could make it slow is migration modifying a lot of data |
#641 |
Sorry, I posted the issue by mistake before completion. Please check it again. |
Yes, exactly, that is the problem. I am trying to automate the testing process, but I can not really continue the testing flow after a runtime upgrade.
The problem is that the block is produced, even the runtime spec_version updated, but Chopsticks is unresponsive because it is still doing the runtime migration. The block shouldn't be produced until the migration is done. That would also solve the issue, because I can await in my tests. |
I think this is probably the easiest and optimal solution. |
not sure what you mean. block is not produced before migration |
I am trying to replace Zombient with Chopsticks as a local testnet, but unfortunately I am facing some issues/limitations that make it not possible yet.
There are two different ways of using Chopsticks to deploy a network:
1. Running chains from genesis files
2. Forking production state.
The text was updated successfully, but these errors were encountered: