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
In the recent update of cosmos, the initialization of checkState is moved from initFromStore to InitChain. So every time we restart the app, the checkState is not initialized because InitChain only executed when the app first starts, which results in the failure if use checkState in beginBlocker/endBlocker.
Steps to Reproduce
add a customized endBlocker that would use checkState, for instance,
Summary of Bug
In the recent update of cosmos, the initialization of checkState is moved from initFromStore to InitChain. So every time we restart the app, the checkState is not initialized because InitChain only executed when the app first starts, which results in the failure if use checkState in beginBlocker/endBlocker.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: