You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run init babylond init and then validate genesis babylond validate-genesis
Error: error reading GenesisDoc at data/n3/config/genesis.json: invalid 64-bit integer encoding "1", expected string. Make sure that you have correctly migrated all Tendermint consensus params, please see the chain migration guide at https://github.com/cosmos/cosmos-sdk/blob/a51aa517c46c70df04a06f586c67fb765e45322a/UPGRADING.md for more info
Usage:
babylond validate-genesis [file] [flags]
Flags:
-h, --help helpfor validate-genesis
Global Flags:
--home string directory for config and data (default "/home/rafilx/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
5:33PM ERR failure when running app err="error reading GenesisDoc at data/n3/config/genesis.json: invalid 64-bit integer encoding \"1\", expected string. Make sure that you have correctly migrated all Tendermint consensus params, please see the chain migration guide at https://github.com/cosmos/cosmos-sdk/blob/a51aa517c46c70df04a06f586c67fb765e45322a/UPGRADING.md for more info"
The text was updated successfully, but these errors were encountered:
Summary of Bug
Our init of genesis doesn't generate a valid genesis or the validate genesis command is failing
Version
latest main branch 276da4d
Steps to Reproduce
Run init
babylond init
and then validate genesisbabylond validate-genesis
The text was updated successfully, but these errors were encountered: