Skip to content
New issue

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

fix: validate-genesis #63

Open
RafilxTenfen opened this issue Sep 9, 2024 · 0 comments
Open

fix: validate-genesis #63

RafilxTenfen opened this issue Sep 9, 2024 · 0 comments

Comments

@RafilxTenfen
Copy link
Contributor

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 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   help for 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant