Mining/pkg
Claude 906b2c9456
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(node): rename abbreviated receiver names to full predictable names
Replace single-letter receivers (m *Message, e *ProtocolError) and
parameter (v interface{}) with full names (message, protocolError, target)
per AX Principle 1: predictable names over short names.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:22:52 +01:00
..
database ax(database): replace prose interface comments with usage examples 2026-04-02 14:22:42 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(mining): rename TestNewContainer and TestDefaultContainerConfig to follow TestFilename_Function_{Good,Bad,Ugly} convention 2026-04-02 14:22:01 +01:00
node ax(node): rename abbreviated receiver names to full predictable names 2026-04-02 14:22:52 +01:00
ueps ax(ueps): guard tagValue index access against zero-length TLV values 2026-04-02 14:20:39 +01:00