You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As of now, zombienet only supports chain-spec-generator-like binaries on the parachains.chain_spec_command option.
This is a roadblock for those teams trying to free ourselves from maintaining client code (and commandline tools as well), since this kind of binary is still required to run zombienet whenever needed.
Describe the solution you'd like
A couple new options:
chain_spec_builder_command, indicates zombienet where to find the binary for chain-spec-builder. This option is mutually exclusive with chain_spec_command.
runtime_path the path of the runtime, used by chain_spec_builder_command.
When these options are enabled, a new mode based on chain-spec-builder should be used to produce the full and raw chainspecs.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As of now,
zombienet
only supportschain-spec-generator
-like binaries on theparachains.chain_spec_command
option.This is a roadblock for those teams trying to free ourselves from maintaining client code (and commandline tools as well), since this kind of binary is still required to run zombienet whenever needed.
Describe the solution you'd like
A couple new options:
chain_spec_builder_command
, indicateszombienet
where to find the binary forchain-spec-builder
. This option is mutually exclusive withchain_spec_command
.runtime_path
the path of the runtime, used bychain_spec_builder_command
.When these options are enabled, a new mode based on
chain-spec-builder
should be used to produce the full and raw chainspecs.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: