v0.0.10
Note - This release includes a fix for missing indexes on the 'slot' column in different stores. These missing indexes were causing slowdowns in rollback operations on the mainnet, resulting in sync lag. This release addresses this issue.
Furthermore, this release is fully compatible with the previous version 0.0.9. By simply running this version, the database will be automatically migrated.
What's Changed
- Folder refactor by @satran004 in #61
- fix: Add missing indexes on slot column to fix slow delete query duri… by @satran004 in #62
Full Changelog: v0.0.9...v0.0.10