Mining/pkg/database
Claude 036819e4eb
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(database): rename db/dbMu to globalDatabase/databaseMutex
Abbreviated names `db` and `dbMu` require a comment to understand their
scope and purpose, violating AX Principle 1 (Predictable Names Over Short
Names). Renamed to `globalDatabase` and `databaseMutex` throughout all
source and test files.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:11:10 +01:00
..
database.go ax(database): rename db/dbMu to globalDatabase/databaseMutex 2026-04-02 14:11:10 +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(database): rename db/dbMu to globalDatabase/databaseMutex 2026-04-02 14:11:10 +01:00
hashrate.go ax(database): rename db/dbMu to globalDatabase/databaseMutex 2026-04-02 14:11:10 +01: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