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

Fix snapshot manager with wasm #1698

Merged
merged 5 commits into from
Jun 16, 2022
Merged

Conversation

faddat
Copy link
Member

@faddat faddat commented Jun 7, 2022

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

  • Registers wasm snapshotter as an extension to the snapshot manager

Testing and Verifying

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? yes
  • How is the feature or change documented? not applicable

@faddat faddat requested a review from a team June 7, 2022 20:05
@faddat faddat changed the title Update app.go Fix snapshot manager Jun 7, 2022
@ValarDragon ValarDragon added the A:backport/v9.x Do not use. backport patches to v9.x branch label Jun 7, 2022
@p0mvn p0mvn changed the base branch from v9.x to main June 7, 2022 21:43
@p0mvn
Copy link
Member

p0mvn commented Jun 7, 2022

@faddat Thank you so much for this change. Is it possible to open this PR against main so that we don't miss this fix?

Once merged to main, we can then easily backport this to v9 by using the A:backport/v9.x label

@p0mvn p0mvn changed the base branch from main to v9.x June 7, 2022 21:45
@p0mvn p0mvn mentioned this pull request Jun 8, 2022
@faddat
Copy link
Member Author

faddat commented Jun 8, 2022

Yep, happy to. Confusion was related to

@faddat faddat changed the base branch from v9.x to main June 8, 2022 10:00
@faddat faddat force-pushed the faddat/fix-snapshot-manager branch from 43b3c68 to caa8190 Compare June 8, 2022 10:14
@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Jun 8, 2022
@p0mvn p0mvn added A:backport/v10.x backport patches to v10.x branch and removed A:backport/v9.x Do not use. backport patches to v9.x branch labels Jun 16, 2022
@p0mvn
Copy link
Member

p0mvn commented Jun 16, 2022

@faddat thanks again for this change. I'm going to add to this PR to merge and reconcile the differences with main and add a changelog entry. Would like to merge this asap to make it easier for testing state-sync. Hope that's okay

@p0mvn p0mvn changed the title Fix snapshot manager Fix snapshot manager with wasm Jun 16, 2022
@ValarDragon ValarDragon merged commit 8e1b620 into main Jun 16, 2022
@ValarDragon ValarDragon deleted the faddat/fix-snapshot-manager branch June 16, 2022 17:32
mergify bot pushed a commit that referenced this pull request Jun 16, 2022
* Update app.go

* Update app.go

* fmt and changelog

Co-authored-by: Roman <[email protected]>
(cherry picked from commit 8e1b620)
ValarDragon pushed a commit that referenced this pull request Jun 16, 2022
* 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]>
@github-actions github-actions bot mentioned this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v10.x backport patches to v10.x branch C:app-wiring Changes to the app folder
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Snapshot manager
3 participants