-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Improvement] Support downloading binary for native provider #256
Comments
Hi @crystalin, I think the more clean approach is to wrap zombienet using another script that https://github.com/paritytech/polkadot-stps/blob/main/zombienet.sh Thanks! |
@pepoviola Thank you. It is the approach we are using for our current process, however it makes zombienet dependant. (PS: the link you shared is private and inaccessible) |
@crystalin, sorry about the link. But back to the original question you are thinking on something like
So, zombienet can detect the url in the command and download the binary to run the collator? Thanks! |
@pepoviola Yes, I think either using the command with url or a different property like |
The other option we provide in our launch, is that the binary is extracted from the docker image that is provided |
Hi @crystalin, #312 is a first step in this direction to improve the DX. We will explore the idea of create a registry in the upcoming weeks. Thanks! cc @wirednkod |
We are now offering the Closing this issue |
I was looking at replacing our polkadot-launch based process by zombienet but one important feature that is missing is the possibility to retrieve the binaries to run it in native:
We offer 2 solutions for this, which I think could be supported by zombienet:
What is your opinion on those ?
The text was updated successfully, but these errors were encountered: