Mining/pkg
Claude ba198731c2
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace banned fmt import with ErrUnsupportedMiner in miner_factory
fmt is a banned import (AX §banned-imports). miner_factory.go used
fmt.Errorf for the unsupported-miner error path; the package already
provides ErrUnsupportedMiner() in errors.go, so use that instead and
drop the fmt import entirely.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 07:47:18 +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 fmt import with ErrUnsupportedMiner in miner_factory 2026-04-02 07:47:18 +01:00
node ax(node): replace prose comment with usage example on SelectOptimalPeer 2026-04-02 07:46:36 +01:00
ueps ax(ueps): rename mac to messageAuthCode (AX principle 1) 2026-04-02 07:46:09 +01:00