Mining/pkg
Claude cbc876fdaf
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(node): rename single-letter goroutine parameter p to connectedPeer
AX Principle 1: predictable names over short names. The goroutine
parameter in GetAllStats used `p *Peer` — a single-letter abbreviation
with no justification under the AX exception list (i, _, t, c only).
Renamed to `connectedPeer` to match the variable's semantic role.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:41: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 prose comments with usage examples on BaseMiner history/log accessors 2026-04-02 09:40:10 +01:00
node ax(node): rename single-letter goroutine parameter p to connectedPeer 2026-04-02 09:41:18 +01:00
ueps ax(ueps): replace prose IntentID comment with usage example 2026-04-02 09:37:52 +01:00