Skip to content
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

check for pre-genesis validator in join-network cmd #109

Closed
tzemanovic opened this issue May 4, 2022 · 1 comment
Closed

check for pre-genesis validator in join-network cmd #109

tzemanovic opened this issue May 4, 2022 · 1 comment
Labels

Comments

@tzemanovic
Copy link
Member

Depends on anoma/anoma#1053

The join-network cmd can be used with --genesis-validator {alias}, but if omitted, it will setup non-validator node. This can lead to some confusion when someone intends to setup a genesis validator node, but forgets to use this option.

When --genesis-validator is not specified, the join-network cmd could check for pre-genesis existence and warn the user with e.g.

"Pre-genesis validator detected, but requested to join network as a non-validator node. Did you perhaps forget to specify the --genesis-validator argument?"

@tzemanovic tzemanovic transferred this issue from anoma/anoma Jul 7, 2022
@tzemanovic
Copy link
Member Author

done in #2088 - we print "No validator keys are being used. Make sure you didn't forget to specify --genesis-validator?"

@github-project-automation github-project-automation bot moved this from Todo to Tested in Devnet in Namada-Old Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Tested in Devnet
Development

No branches or pull requests

1 participant