Mining/pkg/database
Claude fcae672dbc
ax(batch): expand abbreviated local variable names across all packages
Renames 2-3 letter abbreviated locals to predictable names per AX
Principle 1: pm→profileManager, sm→settingsManager, rl→rateLimiter,
cb→breaker, hr→rate, wg→waitGroup, pm1/pm2→firstProfileManager/
secondProfileManager, cb1/cb2→firstBreaker/secondBreaker.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 18:15:15 +01:00
..
database.go ax(batch): replace prose comments with usage examples (AX Principle 2) 2026-04-02 18:03:43 +01:00
database_race_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
database_test.go ax(batch): expand abbreviated local variable names across all packages 2026-04-02 18:15:15 +01:00
hashrate.go ax(batch): remove banned import references from comment examples 2026-04-02 18:07:35 +01:00
interface.go ax(batch): remove banned import references from comment examples 2026-04-02 18:07:35 +01: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