Mining/pkg
Claude 822ac004ea
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): remove banned fmt import from manager.go
Replace all fmt.Sprintf and fmt.Errorf calls with string concatenation
and the existing MiningError constructors (ErrMinerNotFound, ErrMinerExists,
ErrInvalidConfig, ErrInternal, ErrDatabaseError). Adds strconv for integer
formatting. No fmt import remains in the file.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:34:11 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): remove banned fmt import from manager.go 2026-04-02 09:34:11 +01:00
node ax(node): rename Transport.mu to mutex (AX Principle 1) 2026-04-02 09:33:54 +01:00
ueps ax(ueps): rename remaining to payloadBytes for semantic clarity 2026-04-02 09:32:37 +01:00