Mining/pkg
Claude 8a4af1634f
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(ueps): replace non-standard errorA/errorB with idiomatic err
AX Principle 1 — predictable names over short/non-standard names.
errorA and errorB are not ecosystem-standard; err is the correct
name for error variables. Each call now checks err immediately after
capture, matching the established Go and Core convention.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:21:29 +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 prose comments with usage examples in circuit_breaker.go 2026-04-02 09:21:25 +01:00
node ax(node): rename mu to mutex in NodeManager for AX Principle 1 compliance 2026-04-02 09:20:35 +01:00
ueps ax(ueps): replace non-standard errorA/errorB with idiomatic err 2026-04-02 09:21:29 +01:00