Mining/pkg
Claude dd9f5cfcaf
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace banned errors.New with ErrUnsupportedMiner in xmrig.go
The `errors` package is banned; all errors must use the package's own
error constructors. Replace `errors.New("unsupported operating system")`
with `ErrUnsupportedMiner(runtime.GOOS)` which also surfaces the actual
OS name in the error message.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 16:41:15 +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 ErrUnsupportedMiner in xmrig.go 2026-04-02 16:41:15 +01:00
node ax(node): rename ack to acknowledgement in controller (AX Principle 1) 2026-04-02 16:38:18 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00