We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--pubkey
Currently, gentx expects the validator public in the following format:
gentx
{"key":"<base64 payload>"}
On the other hand tx staking create-validator expects in the following format:
tx staking create-validator
{"@type":"/cosmos.crypto.ed25519.PubKey","key":"<base64 payload>"}
In addition to that, the CLI help prompts are incorrect:
--pubkey string The Bech32 encoded PubKey of the validator
0.43.0-rc2
Build an app with against SDK v0.43.0-rc2 (e.g. simapp) and run gentx or tx staking create-validator.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out @tomtau 🙏
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary of Bug
Currently,
gentx
expects the validator public in the following format:On the other hand
tx staking create-validator
expects in the following format:In addition to that, the CLI help prompts are incorrect:
Version
0.43.0-rc2
Steps to Reproduce
Build an app with against SDK v0.43.0-rc2 (e.g. simapp) and run
gentx
ortx staking create-validator
.For Admin Use
The text was updated successfully, but these errors were encountered: