Skip to content
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 #494

Closed
yun-yeo opened this issue Jun 3, 2021 · 0 comments
Closed

Support state sync #494

yun-yeo opened this issue Jun 3, 2021 · 0 comments
Assignees

Comments

@yun-yeo
Copy link
Contributor

yun-yeo commented Jun 3, 2021

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:

Error: Error calling the VM: Cache error: Error opening Wasm file for reading: No such file or directory (os error 2): query wasm contract failed: invalid request

We have same problem with Cosmwasm/wasmd#478.

Requires a solution to cosmos/cosmos-sdk#7340 before we can address this.

@yun-yeo yun-yeo added this to the Columbus-5 milestone Jun 3, 2021
@hanjukim hanjukim removed this from the Columbus-5 milestone Aug 11, 2021
@gregnuj gregnuj closed this as completed May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hanjukim @gregnuj @yun-yeo and others