Mining/pkg
Claude 7f02b47445
ax(ueps): rename tagLengthByte to tagLength — type suffix violates AX Principle 1
Variable name tagLengthByte encoded its type (byte) rather than its role
(the length field of a TLV record). AX Principle 1: names must be semantic,
not type-annotated. tagLength is unambiguous without the redundant Byte suffix.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:59:57 +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 mu to mutex in BaseMiner and LogBuffer (AX Principle 1) 2026-04-02 13:59:06 +01:00
node ax(node): replace banned strings import with bytes.HasPrefix in bundle.go 2026-04-02 13:58:05 +01:00
ueps ax(ueps): rename tagLengthByte to tagLength — type suffix violates AX Principle 1 2026-04-02 13:59:57 +01:00