zombienet icon indicating copy to clipboard operation
zombienet copied to clipboard

A cli tool to easily spawn ephemeral Polkadot/Substrate networks and perform tests against them.

Results 115 zombienet issues
Sort by recently updated
recently updated
newest added

We could deprecate the v2 of podman and based on podman version(`podman version -f "{{ .Version }}"`), modify the code to remove the _pod suffix

podman-provider

I've spent a weekend playing around with larger zombienets using podman 4.7.2 as a provider. This PR is a set of dirty fixes and ugly hacks I made to make...

both `default_substrate_cli_args_version` and `substrate_cli_args_version` (at node level) are not propagated from config, so we are spawning nodes to get the version in the orchestrator.

bug
good first issue

Follow up from https://github.com/paritytech/zombienet/issues/1532#issuecomment-1820094757, we should clean up the created pods on crashes. Also, we can print a hint of how to manually clean the environment ```bash podman pod rm...

bug
good first issue

Currently Zombienet does not customize the `name`, `id`, or `protocolId` for the parachains that it launches. That means they all end up with the exact same defaults like "local testnet"...

enhancement
good first issue
question

### Is your feature request related to a problem? Please describe. It is possible to run both validators and normal non-validating full nodes on the relay-chain side. But on the...

enhancement
good first issue

Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...

dependencies
python

### Issue Description Attempting to bring up a network within a container using zombienet native provider, so that I can easily launch a PoC (including UI) via `docker-compose` with a...

support

This is an umbrella issue part of https://github.com/paritytech/zombienet/issues/1092 Check exploration on manifest of : - https://github.com/https://github.com/paritytech/zombienet-sdk/issues/18 - https://github.com/https://github.com/paritytech/zombienet-sdk/issues/17 We want to add support in both Network config (spawn) and D.S.L...

enhancement
k8s