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
Currently, after creating a new validator account on-chain with the init-validator tx, it is necessary to manually restart the ledger node for Tendermint to use the new validator key.
We could allow the node to automatically pick up a newly created validator with init-validator, write it to Tendermint's dir and restart the Tendermint process. We should be able to re-use whatever approach we use for consensus key change in #36.
Currently, after creating a new validator account on-chain with the
init-validator
tx, it is necessary to manually restart the ledger node for Tendermint to use the new validator key.We could allow the node to automatically pick up a newly created validator with
init-validator
, write it to Tendermint's dir and restart the Tendermint process. We should be able to re-use whatever approach we use for consensus key change in #36.┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: