Mining/pkg
Claude 37bd7b8855
ax(ueps): replace placeholder name with concrete value in errTLVValueTooLarge comment
AX Principle 2: comments must show HOW with real values, not placeholder names.
`oversized` is a non-executable placeholder; `bytes.Repeat([]byte("x"), 256)` is
the concrete call that produces the error, matching the example already used in
the writeTLV body comment.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:35:03 +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 SupervisedTask and TaskSupervisor 2026-04-02 13:32:42 +01:00
node ax(node): rename receiver h to handler in ResponseHandler (AX Principle 1) 2026-04-02 13:33:02 +01:00
ueps ax(ueps): replace placeholder name with concrete value in errTLVValueTooLarge comment 2026-04-02 13:35:03 +01:00