Mining/pkg
Claude 5728c73496
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace banned errors.New() with package-native MiningError constructors
errors.New() is a banned import. xmrig_start.go now uses ErrMinerExists()
and ErrInvalidConfig() from the package's own MiningError system, removing
the "errors" import entirely.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 16:59:11 +01:00
..
database ax(database): replace prose interface comments with usage examples 2026-04-02 14:22:42 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(mining): replace banned errors.New() with package-native MiningError constructors 2026-04-02 16:59:11 +01:00
node ax(node): rename tt to testCase in TestWorker_ConvertMinerStats_Good 2026-04-02 16:57:50 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00