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

store/v2: Support VersionExists() in State Storage (SS) #19091

Closed
alexanderbez opened this issue Jan 17, 2024 · 1 comment
Closed

store/v2: Support VersionExists() in State Storage (SS) #19091

alexanderbez opened this issue Jan 17, 2024 · 1 comment
Labels

Comments

@alexanderbez
Copy link
Contributor

Add the following methods to the VersionedDatabase interface:

  • VersionExists(v uint64) (bool, err)
  • LatestVersion() (uint64, error)
@github-project-automation github-project-automation bot moved this to 👀 To Do in Cosmos-SDK Jan 17, 2024
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Jan 17, 2024
@alexanderbez alexanderbez added C:Store and removed needs-triage Issue that needs to be triaged labels Jan 17, 2024
@alexanderbez alexanderbez self-assigned this Jan 17, 2024
@tac0turtle tac0turtle assigned tac0turtle and unassigned alexanderbez Mar 1, 2024
@tac0turtle tac0turtle removed their assignment Mar 15, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Apr 21, 2024
@tac0turtle tac0turtle reopened this Oct 11, 2024
@github-project-automation github-project-automation bot moved this from 🥳 Done to 📋 Backlog in Cosmos-SDK Oct 11, 2024
@julienrbrt
Copy link
Member

SS is gone since #22683

@julienrbrt julienrbrt closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

3 participants