paritytech / zombienet-sdk

ZombieNet SDK
https://paritytech.github.io/zombienet-sdk/zombienet_sdk/
GNU General Public License v3.0
28 stars 8 forks source link

Feat: Allow to set `base_dir` #219

Closed pepoviola closed 2 months ago

pepoviola commented 2 months ago

This pr introduce the ability to set the base_dir used by the namespace. This allow users to reuse the same node's directories (config and database) and re-start the network from the latest state in sequential runs.

Thx!

fix #218