ShipChain / hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
https://docs.shipchain.io/docs/validatorGuide.html
Apache License 2.0
8 stars 2 forks source link

Join Network should run the Configure step by default #10

Closed mlclay closed 5 years ago

mlclay commented 5 years ago

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-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.