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
kocubinski
changed the title
server/v2 handles genesis by processing gentxs as a genesis block, but store/v2 and iavl do not support the creation of genesis block at height 0.
store/v2 and iavl v1 must support the creation of state at version 0 to support server/v2 style genesis
May 23, 2024
Problem
simapp/v2 will only start at block 2, starting at block 1 fails.
Completion criteria
Applying this patch and running
scripts/simapp-v2-init.sh
returns 0:The text was updated successfully, but these errors were encountered: