Mining/pkg
snider 0735445eb0 fix: Address code review issues and fix miner start deadlock
- Remove deprecated GetDB() function that exposed raw DB pointer
- Fix GetLatestHashrate to distinguish sql.ErrNoRows from real errors
- Document async saves in PeerRegistry mutation methods
- Fix deadlock in XMRig/TTMiner Start() by moving CheckInstallation
  call before acquiring the main lock (Go RWMutex doesn't allow
  recursive locking)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 03:51:05 +00:00
..
database fix: Address code review issues and fix miner start deadlock 2025-12-31 03:51:05 +00:00
mining fix: Address code review issues and fix miner start deadlock 2025-12-31 03:51:05 +00:00
node fix: Address code review issues and fix miner start deadlock 2025-12-31 03:51:05 +00:00