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

Rely on the the rcp log line is error prune, for example when the log line change (as already happens) we need to update our code to match the new...

enhancement

i am trying to spawn a relay + parachain network locally using the native linux zombienet binary (version `1.2.66`). the relay nodes seem to be spawned fine; however, my parachain...

question
support

With the new tables the file path for logs was shrink and i cannot copy/paste as before: it would be nice to wrap it all as the `Commands` section

bug

Ran into this error when launching my zombienet with: `zombienet -p kubernetes spawn examples/0001-small-network.toml` ```bash Error: Command failed with exit code 1: kubectl --kubeconfig /Users/sachalansky/.kube/config --namespace zombie-539f4cbf57c9d9b5e839e923a903d9df apply -f -...

bug
good first issue

`zombienet -p native spawn ...` I am getting: ``` throw err; ^ Error: Cannot find module '@parity/zombienet-dsl-parser-wrapper' Require stack: - /Users/nacho/Desktop/PARITY/Repos/parachains-integration-tests/node_modules/@parity/zombienet/dist/cli.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:999:19)...

Brainstorming on tasks for `v2` roadmap.

In order to keep a consistency between modules use, i would be good to rename `@parity/zombienet-dsl-parser-wrapper` to `@zombienet/dsl-parser-wrapper`

Organize exports, now we are exporting multiple fns that doesn't make sense ``` ❯ node Welcome to Node.js v16.14.0. Type ".help" for more information. > var z = require("@zombienet/orchestrator") undefined...

enhancement
good first issue

It would be great if we can pass an already configured raw chain to the node (specially the parachain ones). Zombienet would not try to modify the genesis/state of the...

enhancement

Here is our scenario: We want to test our **new client** and our new runtime over a previous runtime version. In order to run our test, we currently do: 1....

enhancement
question