Currently if you run hydra client join-network --install the systemd service will be created, but will fail due to the absence of the start_blockchain.sh script. The hydra client configure step generates the required files needed for the service to start properly.
This change includes the configuration logic as part of join-networkunless a new --no-configure argument is provided, removing a step from the node setup process.
Note: Network provisioning includes the --no-configure parameter to keep the functionality consistent. When provisioning, the genesis file setup steps are not the same as those in the client configuration.
Currently if you run
hydra client join-network --install
the systemd service will be created, but will fail due to the absence of thestart_blockchain.sh
script. Thehydra client configure
step generates the required files needed for the service to start properly.This change includes the configuration logic as part of
join-network
unless a new--no-configure
argument is provided, removing a step from the node setup process.Note: Network provisioning includes the
--no-configure
parameter to keep the functionality consistent. When provisioning, the genesis file setup steps are not the same as those in the client configuration.