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 I call InitChain with an InitialHeight of 0 and call Commit, subsequent calls to Info return 1 as the LastBlockHeight.
Does the cosmos-sdk require InitialHeight to be set to 1? (I am using v0.47.2, but it appears this is the case in v0.50.3 as well). The ABCI appears to allow for both 0 and 1.
Is there an existing issue for this?
What happened?
When I call
InitChain
with anInitialHeight
of0
and callCommit
, subsequent calls toInfo
return1
as theLastBlockHeight
.Does the cosmos-sdk require
InitialHeight
to be set to1
? (I am using v0.47.2, but it appears this is the case in v0.50.3 as well). The ABCI appears to allow for both0
and1
.Possibly related: #16796
Cosmos SDK Version
v0.47.2
How to reproduce?
N/A
The text was updated successfully, but these errors were encountered: