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

bad default genesis #149

Open
Sen-Com opened this issue Apr 20, 2023 · 3 comments
Open

bad default genesis #149

Sen-Com opened this issue Apr 20, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Sen-Com
Copy link
Contributor

Sen-Com commented Apr 20, 2023

The default genesis.json does not work out of the box. It contains multiple "stake" denom references that make lead to crashes.

Steps to Reproduce

$binary init testnode --chain-id migaloo-1
$binary add-genesis-account test 1000000000000uwhale
$binary gentx test 1000000000uwhale --chain-id migaloo-1
$binary collect-gentxs
$binary validate-genesis

$binary start

@Sen-Com Sen-Com added the bug Something isn't working label Apr 20, 2023
@faddat
Copy link
Collaborator

faddat commented Apr 25, 2023

nice!

We'll get this fixed asap, thanks for the report :)

@vuong177
Copy link
Contributor

@Sen-Com if you want to change your denom, you also need to change all denom in the genesis file.

@faddat
Copy link
Collaborator

faddat commented May 24, 2023

@vuong177 I don't think that is the issue. Lemme dig for a second. @Sen-Com is there any need to apply this fix to v2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants