Mining/pkg
Claude be6f915ac5
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): rename tagValueLength to tagLengthByte to signal byte type
Variable named tagValueLength implied int semantics but held a byte
value from ReadByte(); AX Principle 1 requires names that are
unambiguous without comments — tagLengthByte makes the type explicit
and the int(tagLengthByte) cast at make() call site clarifies the
byte→int conversion for agent readers.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:53:22 +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): rename receiver s to supervisor on TaskSupervisor (AX Principle 1) 2026-04-02 13:50:53 +01:00
node ax(node): rename PeerRegistry receiver r to registry 2026-04-02 13:52:26 +01:00
ueps ax(ueps): rename tagValueLength to tagLengthByte to signal byte type 2026-04-02 13:53:22 +01:00