-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
refactor: move snapshotstore under store #14048
Conversation
I would have expected some changes in |
hmm this actually brings in a dependency of sdk.context from the snapshot store, but it doesn't look like its needed, in the current implementation. I think it would be cleaner to pass context.Context |
regenerated |
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
[Cosmos SDK] SonarCloud Quality Gate failed. |
[Cosmos SDK - SimApp] Kudos, SonarCloud Quality Gate passed! |
* Move snapshotstore under store * add changelog entry * fix build * move snapshot proto package * make proto-gen * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Description
moves snapshot to live under store as we spin out the store package onto its own.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change