-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --val-private-key-file
flag for key assignment tx
#1159
Comments
Hi, thanks for opening the issue! I am looking into your concerns but I have some questions, if you don't mind? What would be the role of the Some context: The
The
The software uses the Thanks again! |
Issue marked as blocked until more context is available from original poster or other interested parties. Please do not close this issue yet, more feedback is needed. |
Since there was no activity after requesting more data and feedback I will go ahead and close this issue. Feel free to tag me or reopen if the situation changes. |
Summary
This issue aims to propose adding a flag to key-assignment command in order to make it simpler for validator that are using a remote signer.
Problem Definition
When a validator use a remote signer then the
$HOME/.gaia/config/priv_validator_key.json
file is not / should not be the right private key used to sign blocks.So when doing key-assignment the validator would have to re-initiate a temporary
.gaia
folder, reconfigure the CLI endpoint & chain-id, import a wallet to sign the tx and import the correctpriv_validator_key.json
in order to be able to make his key-assignment tx.This is a bit annoying and I think it could be improve simply by adding a flag to the
gaiad tx provider assign-consensus-key
command.It can also be quite confusing, as shown by the many messages on Discord for the Stride ICS migration.
Proposal
Add a flag to
gaiad tx provider assign-consensus-key
command that allow to point to a specificpriv_validator_key.json
file.If the
--priv-validator-key-file
flag is not specified then use the private key inside the home folderThe text was updated successfully, but these errors were encountered: