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
When store.options.ss-type=1 (pebbledb) simappv2 hangs at genesis instead of processing blocks.
When exiting, the following message is printed:
failed to start servers: error during handshake: error on replay: genesis state init failure: failed to import genesis state: failed to init genesis: init module consensus: requested version 0 is pruned; earliest available version is: 1
Cosmos SDK Version
main
How to reproduce?
COSMOS_BUILD_OPTIONS=v2 make install && make init-simapp-v2
simdv2 config set app store.options.ss-type 1
simdv2 start
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
When
store.options.ss-type=1
(pebbledb) simappv2 hangs at genesis instead of processing blocks.When exiting, the following message is printed:
Cosmos SDK Version
main
How to reproduce?
The text was updated successfully, but these errors were encountered: