You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(miner): centralize database initialization with openLocalStoreDb (#8319)
This update refactors the database initialization across multiple modules to utilize the new openLocalStoreDb function. This change centralizes the creation of directories, file permissions, and busy timeout settings, enhancing code maintainability and ensuring crash-safe cleanup registration. The affected files include deny-hook-synthesis.ts, laptop-init.ts, and orb-export.ts, with corresponding tests updated to verify the new behavior.
Closes#8319
0 commit comments