Mining/pkg
Claude 22d67f94c2
ax(mining): replace banned errors import with package error constructors in miner.go
Stop() and WriteStdin() used errors.New() (banned import) instead of the
package's own MiningError constructors. Replaced with ErrMinerNotRunning()
and ErrTimeout() which carry structured codes, HTTP status, and retry hints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:50:43 +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): replace banned errors import with package error constructors in miner.go 2026-04-02 09:50:43 +01:00
node ax(node): replace prose comments with usage examples on Start/Stop 2026-04-02 09:47:21 +01:00
ueps ax(ueps): remove prose step comments from ReadAndVerify per AX Principle 2 2026-04-02 09:48:18 +01:00