-
Notifications
You must be signed in to change notification settings - Fork 113
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
Investigate ZombieNet Integration Requirements #2843
Comments
Notes:
I've started investigating requirements necessary to spawn gossamer nodes. The network definition spec defines attributes for defining a nodes configuration. A network is defines a provider that will host the network: kubernetes, Podman or native. I've started testing using native provider, which is starting the network on local hardware. When executing the The Using the attribute Using |
Notes on modifications made to zombienet cmdGenerator to start gossamer nodes:
|
Testing DSL with javascript, example script is failing with error |
Cross client testing, testing to run gossamer node with polkadot node, current configuration works to start different node, but the nodes do not communicate with each other. Zombienet uses
however default local listen addresses are in the form:
Note that the zombienet created address includes Implementing the |
🎉 This issue has been resolved in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The outcome of this Issue should be a well defined list of the APIs and integrations that Gossamer must implement in order to allow Gossamer nodes to be included in ZombieNet networks and testing pipelines.
The text was updated successfully, but these errors were encountered: