Cosmos-sdk: Issue in setting up Validator

Created on 27 Jul 2018  路  7Comments  路  Source: cosmos/cosmos-sdk

Hi @rigelrozanski ,

Getting this error

ERROR: checkTx failed: (65545) === ABCI Log ===
Codespace: 1
Code: 9
ABCICode: 65545
Error: --= Error =--
Data: common.FmtError{format:"cosmosaccaddr1gv5vj5men6r8r73aywdzadafy9y06tvfwmvy fx", args:[]interface {}(nil)}
Msg Traces:
--= /Error =--
=== /ABCI Log ===
https://www.screencast.com/t/6KhJ6LMa90B

Following this document : https://cosmos.network/docs/validators/validator-setup.html#running-a-validator-node

bug docs

Most helpful comment

@alexanderbez Once we get the CLI a bit more standardized cross module we can go in fix the way we are setting/using flags. Thats _my_ plan at least.

All 7 comments

thanks for submitting!

Not sure if this is related but the required fields for create-validator has changed and causes errors when someone tries to go through the docs. The docs still use --address-validator but I think it got changed to --from.

You're correct - docs out of date - this is still a good reference issue for that

Docs and code are now consistent - though I'd rather replace --from with either --validator or --address-validator

Unfortunately it's a bit rigid @alessio as all these are set via PostCommands -- wish it could be more flexible.

@alexanderbez Once we get the CLI a bit more standardized cross module we can go in fix the way we are setting/using flags. Thats _my_ plan at least.

Going to close this issue. We have done significant refactors since this time.

Was this page helpful?
0 / 5 - 0 ratings