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

needs idb version bump #1332

Closed
Tracked by #36
turbocrime opened this issue Jun 19, 2024 · 1 comment · Fixed by #1341
Closed
Tracked by #36

needs idb version bump #1332

turbocrime opened this issue Jun 19, 2024 · 1 comment · Fixed by #1341
Assignees

Comments

@turbocrime
Copy link
Contributor

turbocrime commented Jun 19, 2024

idb schema changes require an idb version bump

#1268

https://github.com/penumbra-zone/web/blame/f5c511e08b5fbf614def6fa499a14c37e769c2e8/packages/storage/src/indexed-db/index.ts#L105-L109

probably need to start writing migrations as well

@Valentine1898
Copy link
Contributor

/**
* The version number for the IndexedDB schema. This version number is used to manage
* database upgrades and ensure that the correct schema version is applied.
*/
export const IDB_VERSION = 43;

@TalDerei moved IDB_VERSION to storage package, which seems correct. But the issue is that the value passed from extension is still used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants