Mining/pkg
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 ax(database): rename db/dbMu to globalDatabase/databaseMutex 2026-04-02 14:11:10 +01:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): remove banned errors import from errors_test.go 2026-04-02 14:10:49 +01:00
node ax(node): replace banned path/filepath import with path in peer registry 2026-04-02 14:10:22 +01:00
ueps ax(ueps): rename reader to frameReader in ReadAndVerify tests 2026-04-02 14:09:28 +01:00