File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5353 requiring a fully initialized AuxSweeper, allowing sweep operations to proceed
5454 during server startup.
5555
56+ - [ Ensure that tapd won't start if the latest db migration errors and sets the
57+ db to a dirty state for sqlite database
58+ backends] ( https://github.com/lightninglabs/taproot-assets/pull/1826 ) .
59+ If the latest migration errors and sets the db to a dirty state, startup of
60+ tapd will now be prevented for all database backend types. Previously, this
61+ safeguard did not work correctly for SQLite backends if the most recent
62+ migration failed. Tapd could then still start even though the database was
63+ dirty. This issue has been resolved, and the behavior is now consistent across
64+ all database backend types.
65+
5666# New Features
5767
5868## Functional Enhancements
You can’t perform that action at this time.
0 commit comments