Hey All,
I want to open the discussion around a great idea proposed by @crystalin in Is ZombieNet going to provide a centralized parachain registry · Issue #258 · paritytech/zombienet · GitHub for ZombieNet.
Let me first make a quick intro,
ZombieNet aims to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral networks. The tool allows for spawning a relay chain with one or several parachains.
The idea is to provide a registry where the parachain teams can provide the information of their releases and keep it updated, so zombienet can improve the experience of spawning a new network with multiple parachains (either with the current toml
config or using cli arguments). Teams would therefore be able to spawn these local networks with real parachains.
To make this registry useful, we need at least a link to the release image (for k8s/podman providers) and a link to download the binary to use the native
provider. Some extra information may also be needed. After exploring this idea internally we thought that the best way to move forward is to keep the information inside the zombienet
repository in a json
file and ask the teams to open a PR
to update the information. I also think that maintaining the info (links) of old releases could be nice to probe between different versions.
At the moment, we are currently in the exploring phase and we hope to give shape to this new feature in the upcoming months with the collected feedback from the community.
Thanks!