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
After talking with @AdityaSripal we've traced the issue to app.setCheckState not being called on the gaia app that is created for export. This can be fixed by adding that call to the end of app.initFromStore, will submit a PR to that effect.
Steps to Reproduce
Call gaiad export with gaiad on v0.22.0
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
setCheckState used to be called in initFromStore, it got moved to InitChain
This change was made in PR: #1367
The only other alternative I see to fixing this, is to call app.InitChain with empty JSON to avoid having gaia's app.initChainer from modifying any state. When we tried to pass {} into AppStateBytes, we got a sanity check error in stake.InitGenesis.
Summary of Bug
gaiad export
on v0.22.0 / gaia-7001 fails with the following error.After talking with @AdityaSripal we've traced the issue to
app.setCheckState
not being called on the gaia app that is created for export. This can be fixed by adding that call to the end ofapp.initFromStore
, will submit a PR to that effect.Steps to Reproduce
Call
gaiad export
with gaiad on v0.22.0For Admin Use
The text was updated successfully, but these errors were encountered: