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

POC: Add upgrade node test. (see https://github.com/paritytech/polkadot/issues/5172) cc @chevdor, this is something like we talk last time? Thanks!

Hi @pepoviola I need a RPC port to deploy Ethereum smart contracts into my parachain's EVM. and the EVM endpoint would look like `http://127.0.0.1:xxxx` My current network file: ``` [relaychain]...

documentation

Following where this appeared in #309 's [comment](https://github.com/paritytech/zombienet/issues/309#issuecomment-1231253582) by [@AuroraLantean[(https://github.com/AuroraLantean), we should add TS support for tests. This could be implemented, based on extension and use `tsc` to build on...

enhancement

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:...

enhancement

Support for the `--parachain-id` flag was deprecated [here](https://github.com/paritytech/cumulus/pull/739) and there doesn't seem to be a way to prevent `zombienet` from adding this to the collators.

question

Add logic to detect spawning failures in `k8s` (currently occurs randomly in our CI, https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1768994) and `re-spawn` the pod. Also, catch this errors from the test runner manager and re-run...

enhancement
k8s

Hi, I tried to connect relay-parachain between Kusama and [Shiden](https://github.com/AstarNetwork/Astar/releases/tag/v4.15.0). But it seems the node is not running. here's the config. ``` [relaychain] default_image = "docker.io/paritypr/polkadot-debug:master" default_command = "polkadot" default_args...

enhancement

Many many more test scenarios could be verified if **during test** we could: - pause/resume subset of running nodes - stop/restart/reboot subset of running nodes - start new nodes (sometimes...

documentation
question