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
Some issues appear when creating genesis.json and starting the chain.
I could be resolved by modifying genesis.json and changing the order of InitGenesis.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Genesis
https://github.com/cosmos/cosmos-sdk/blob/main/x/accounts/README.md?plain=1#L550
auth
,bank
, andstaking
beforeaccounts
.https://github.com/cosmos/cosmos-sdk/blob/main/simapp/v2/app_config.go#L156
After Genesis
In CLI, there is no
fund
option. So, we cannot create funded lockup accounthttps://github.com/cosmos/cosmos-sdk/blob/main/x/accounts/cli/cli.go#L42
Cosmos SDK Version
0.52.0-rc1 and current main
How to reproduce?
Some issues appear when creating genesis.json and starting the chain.
I could be resolved by modifying genesis.json and changing the order of
InitGenesis
.The text was updated successfully, but these errors were encountered: