When a network is joined, the user may want to utilize their own keys from a backup instead of the ones generated by ./shipchain init.
Hydra needs to support generating the helper files during the hydra client configure step as well as in the current hydra client join-network step. These files are referenced in the Validator walkthrough and if they are not kept in sync with the node's key, the validator may not be doing what they expect.
Note the lack of the --install flag on the join-network and the addition of the hydra client configure step. These will allow the backup keys to be in place prior to the node ever starting.
When a network is joined, the user may want to utilize their own keys from a backup instead of the ones generated by
./shipchain init
.Hydra needs to support generating the helper files during the
hydra client configure
step as well as in the currenthydra client join-network
step. These files are referenced in the Validator walkthrough and if they are not kept in sync with the node's key, the validator may not be doing what they expect.One possible flow for this new functionality is:
Note the lack of the
--install
flag on the join-network and the addition of thehydra client configure
step. These will allow the backup keys to be in place prior to the node ever starting.