zombienet-sdk
zombienet-sdk copied to clipboard
Align toml properties for backward compatibility
While testing some existing toml
s from Polkadot-sdk it came to our attention that there are properties on the toml that should be (?) optional in order to allow SDK to backwards work with existing toml files and tests;
An example is one of the simpliest tomls;
In order to try to spawn this network the following properties had to be (erroneously) added:
- node_spawn_timeout (in
[settings]
) - default_command (in
[relaychain]
) - is_bootnode (in
[[relaychain.nodes]]
) - balance = 200000000, cumulus_based = true, chain="some" (in
[[parachains]]
)
We need to test that our code supports backward tests