Mining/pkg
Claude bfdf3be4fd
ax(node): rename local variable pc to connection in transport.go
AX Principle 1: predictable names over short names. The abbreviation
`pc` (PeerConnection) in local variable scope is ambiguous — renamed
to `connection` in Connect, Stop, Send, Broadcast, and handleWSUpgrade.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 17:44:05 +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 da receiver to digestAuth and ha1/ha2 to hashA1/hashA2 in auth.go 2026-04-02 17:41:38 +01:00
node ax(node): rename local variable pc to connection in transport.go 2026-04-02 17:44:05 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00