We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[settings]
The following code fails because I don't have a [settings] field in the TOML. zombienet (the original project) works without and so should the SDK.
zombienet
zombienet_sdk::NetworkConfig::load_from_toml( "local-testnet.toml", ) .unwrap();
Steps to reproduce the issue
Alternatively, load this example: https://github.com/paritytech/zombienet/blob/main/examples/0001-small-network.toml
Error because of the missing field
A default [settings] should be used instead.
Serde allows for this.
NA
Native
Yes
I can help implement this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
The following code fails because I don't have a
[settings]
field in the TOML.zombienet
(the original project) works without and so should the SDK.Steps to reproduce the issue
Steps to reproduce the issue
[settings]
field in a TOML fileAlternatively, load this example: https://github.com/paritytech/zombienet/blob/main/examples/0001-small-network.toml
Describe the results you received
Error because of the missing field
Describe the results you expected
A default
[settings]
should be used instead.Serde allows for this.
Zombienet version
NA
Provider
Native
Provider version
NA
Upstream Latest Release
Yes
Additional environment details
NA
Additional information
I can help implement this
Screenshots
NA
The text was updated successfully, but these errors were encountered: