Mining/pkg/database
snider 3d8247c757 feat: Add database migration tests and task supervisor
- TEST-HIGH-5: Add comprehensive database tests for schema, migrations,
  re-initialization, and concurrent access
- RESIL-MED-6: Add TaskSupervisor for background task monitoring with
  automatic restart on failure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 15:50:17 +00:00
..
database.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
database_race_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
database_test.go feat: Add database migration tests and task supervisor 2025-12-31 15:50:17 +00:00
hashrate.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
interface.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
interface_test.go test: Add error path unit tests for context cancellation and cleanup 2025-12-31 13:04:20 +00:00
session.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00