terra-money / core

GO implementation of the Terra Protocol

Home Page:https://www.terra.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terrad tendermint show-validator does not return the public Consensus key

awsdataarchitect opened this issue · comments

terravalconspub

it returns something like
{"@type":"/cosmos.crypto.ed25519.PubKey","key":"qsadasdasdsadasdasdsadasd"}
instead of
Example: terravalconspub1zcjduc3qcyj09qc03elte23zwshdx92jm6ce88fgc90rtqhjx8v0608qh5ssp0w94c

This is needed to create the validator right

No. Current output is correct for pubkey paramter for tx staking create-validator

@hanjukim any idea why this is failing
terrad gentx validator 10uluna --chain-id phoenix-1
Error: failed to validate genesis state: genesis supply is incorrect, expected 1000000000000000uluna, got 1000000000000010uluna
Usage:

terrad start also errors
Error: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain
Us