-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support state sync #478
Milestone
Comments
Update - there seem to be a push from other chains as well and this is slated for a v0.43.x patch release |
This depends on cosmos sdk feature which is not yet implemented. Will need at least Cosmos SDK 0.44 (#501 planned for v2). Help is appreciated if anyone wants to add support for this to the cosmos sdk |
fyi: Secret hat an implementation |
I'll send a PR soon |
Closed by #823 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
State sync will copy over the iavl store, but it has no idea of the contracts stored under
data/wasm
. This leads to the following error when querying a contract on a node that was state synced:Requires a solution to cosmos/cosmos-sdk#7340 before we can address this.
The text was updated successfully, but these errors were encountered: