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

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

automerge

Currently in our `ci` we are `printing` links to query the logs for each node, as part of the regular reporting (both for success and fail jobs). We want to...

enhancement
good first issue
help wanted

The snapshot is old and the nodes are crashing, check logs https://grafana.parity-mgmt.parity.io/goto/V-gQUH94R?orgId=1 Also, we should write a clear documentation on how to create the `tgz` file.

good first issue
testing

This is a follow up to @l0r1s 's [comment](https://github.com/paritytech/zombienet/pull/1031#discussion_r1190728287)

enhancement
good first issue
help wanted

We were debugging a zombienet test that uses `command` fields: https://github.com/paritytech/polkadot-sdk/blob/70852e9400ea7931d01be4ddd670d8aa94a49bbc/polkadot/zombienet_tests/smoke/0001-parachains-smoke-test.toml#L24 @s0me0ne-unkn0wn commented: > On my side, when I specified full binary path under `command`, it was just ignored and...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. The documentation in the readme although it can get you run the program, the issue is zombienet has gone...

documentation
enhancement
good first issue

Note: [ajv](https://www.npmjs.com/package/ajv) could be used

enhancement
good first issue
help wanted

### Issue Description Zombienet fails to copy the genesis state file between two directories and therefore fails to start ```bash npx --yes @zombienet/[email protected] --provider podman spawn e2e/zombienet.native.toml ╔════════════════════╤════════════════════════════════════════════════════════════════════════════════════════════════════╗ ║ 🧟...

### Is your feature request related to a problem? Please describe. It's possible to get an error like this: ``` Error: createType(Header):: decodeU8aStruct: failed at 0xf10d89ba1e7bce… on extrinsicsRoot (index 4/5):...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. We were recently trying to debug [a zombienet test](https://github.com/paritytech/polkadot-sdk/blob/rk-core-time-prep/polkadot/zombienet_tests/smoke/0004-coretime-smoke-test.zndsl) where the issue ultimately was that one of the parachains...

enhancement
question