-
Notifications
You must be signed in to change notification settings - Fork 601
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
Fix snapshot manager with wasm #1698
Conversation
@faddat Thank you so much for this change. Is it possible to open this PR against Once merged to main, we can then easily backport this to v9 by using the |
Yep, happy to. Confusion was related to |
43b3c68
to
caa8190
Compare
@faddat thanks again for this change. I'm going to add to this PR to merge and reconcile the differences with |
* Update app.go * Update app.go * fmt and changelog Co-authored-by: Roman <[email protected]> (cherry picked from commit 8e1b620)
* Update app.go * Update app.go * fmt and changelog Co-authored-by: Roman <[email protected]> (cherry picked from commit 8e1b620) Co-authored-by: Jacob Gadikian <[email protected]>
Closes: #1697
What is the purpose of the change
Registers wasm snapshotter as an extension to the snapshot manager. This is one of the few fixes needed to re-enable state-sync in Osmosis. The latest state of state-sync is discussed here: #1805
Brief Changelog
Testing and Verifying
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? yes