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
The gaiad migrate command updates the staking.validators[].consensus_pubkey to the tendermint pubkey:
gaiad migrate
staking.validators[].consensus_pubkey
"consensus_pubkey": { "type": "tendermint/PubKeyEd25519", "value": "GAmkUd2U23giBm9sv/B4PswQzGRR12obt6hecDvk8cQ=" },
but actully the bech32 is expected:
"consensus_pubkey": "cosmosvalconspub1zcjduepqrqy6g5wajndhsgsxdaktlurc8mxppnry28tk5xah4p08qwly78zqth7d8n"
This causes the panic: json: cannot unmarshal object into Go value of type string when starting with gaiad v2.0.0
panic: json: cannot unmarshal object into Go value of type string
The text was updated successfully, but these errors were encountered:
Dup of #5095
Sorry, something went wrong.
How can we use gaiad migrate with this commit please?
@freddieee you'll have to wait till the next release of the SDK and respectively Gaia.
No branches or pull requests
The
gaiad migrate
command updates thestaking.validators[].consensus_pubkey
to the tendermint pubkey:but actully the bech32 is expected:
This causes the
panic: json: cannot unmarshal object into Go value of type string
when starting with gaiad v2.0.0For Admin Use
The text was updated successfully, but these errors were encountered: