Mining/pkg/node
Claude 311e457e35
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(node): rename PeerRegistry receiver r to registry
AX Principle 1 — predictable names over short names.
The receiver `r` on PeerRegistry is a single-letter abbreviation;
all 29 methods now use `registry` for consistency with the rest of
the node package (controller, worker, transport all use full names).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:52:26 +01:00
..
bufpool.go ax(node): expand abbreviated variable names in bufpool to predictable full names 2026-04-02 10:02:11 +01:00
bundle.go ax(node): replace prose comment with usage example on createTarball 2026-04-02 13:49:16 +01:00
bundle_test.go ax(node): rename bundle_test.go functions to TestFilename_Function_{Good,Bad,Ugly} convention 2026-04-02 10:15:00 +01:00
controller.go ax(node): expand ctrl receiver to controller in Controller methods 2026-04-02 12:54:19 +01:00
dispatcher.go Implement STIM bundle decryption and installation 2026-02-02 06:07:05 +00:00
identity.go ax(node): replace prose comment on NodeManager with usage example 2026-04-02 13:02:34 +01:00
identity_test.go ax(node): rename nm/nm1/nm2 to nodeManager/nodeManager1/nodeManager2 in identity test 2026-04-02 13:14:08 +01:00
lethean.go ax(node): rename vague local variables in lethean.go to predictable names 2026-04-02 13:27:25 +01:00
lethean_test.go ax(node): strip _WrongURL suffix from lethean test names 2026-04-02 12:23:44 +01:00
message.go ax(node): rename errMsg to errorMessage in NewErrorMessage usage example 2026-04-02 13:11:02 +01:00
message_test.go ax(node): rename message_test.go functions to TestMessage_Function_{Good,Bad,Ugly} 2026-04-02 11:25:07 +01:00
peer.go ax(node): rename PeerRegistry receiver r to registry 2026-04-02 13:52:26 +01:00
peer_test.go ax(node): enforce TestFilename_Function_{Good,Bad,Ugly} naming in peer_test.go 2026-04-02 10:44:20 +01:00
protocol.go ax(node): rename receiver h to handler in ResponseHandler (AX Principle 1) 2026-04-02 13:33:02 +01:00
protocol_test.go ax(node): rename protocol_test.go functions to TestFilename_Function_{Good,Bad,Ugly} 2026-04-02 12:56:35 +01:00
transport.go ax(node): rename PeerRateLimiter receiver r to limiter 2026-04-02 13:40:44 +01:00
worker.go ax(node): rename errMsg to errorMessage in Worker.HandleMessage 2026-04-02 13:09:22 +01:00
worker_test.go ax(node): complete HandleGetStats test triple with Bad and Ugly cases 2026-04-02 13:23:22 +01:00