- Add 30s context timeout for database transactions in hashrate.go - Add helper function for parsing SQLite timestamps with error logging - Implement atomic file writes (temp + rename) for profile_manager.go, config_manager.go, and peer.go to prevent corruption on crash - Add 5s timeout for stats collection per miner in manager.go - Add 5s timeout for stdin writes in miner.go - Clean up config file on failed miner start in xmrig_start.go - Implement debounced saves (5s) for peer registry to reduce disk I/O - Fix CheckInstallation data race in xmrig.go and ttminer.go by adding proper mutex protection around shared field updates - Add 10s handshake timeout for WebSocket connections in transport.go - Update peer_test.go to call Close() before reload to flush changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bundle.go | ||
| bundle_test.go | ||
| controller.go | ||
| identity.go | ||
| identity_test.go | ||
| message.go | ||
| message_test.go | ||
| peer.go | ||
| peer_test.go | ||
| transport.go | ||
| worker.go | ||
| worker_test.go | ||