Mining/pkg/node
Claude d98073caa6
ax(node): remove banned fmt import from protocol.go
Replace fmt.Sprintf/fmt.Errorf with strconv.Itoa and string
concatenation; surface fmt.Errorf error paths as typed
*ProtocolError values for consistent protocol error handling.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:00:55 +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): rename f to outputFile in extractTarball (AX Principle 1) 2026-04-02 11:53:43 +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 comments with usage examples in transport and identity 2026-04-02 12:43:23 +01:00
identity_test.go ax(node): add Bad and Ugly test categories for TestIdentity_NodeManager 2026-04-02 12:12:22 +01:00
lethean.go ax(node): rename Caps to Capabilities on PoolGateway struct 2026-04-02 11:11:41 +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): replace prose struct comments with usage examples 2026-04-02 12:16:41 +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): replace prose comments with usage examples (AX Principle 2) 2026-04-02 12:30:42 +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): remove banned fmt import from protocol.go 2026-04-02 13:00:55 +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): replace prose comments with usage examples in transport and identity 2026-04-02 12:43:23 +01:00
worker.go ax(node): rename Worker receiver from w to worker 2026-04-02 12:59:05 +01:00
worker_test.go ax(node): add missing Bad and Ugly test variants for HandlePing 2026-04-02 10:58:46 +01:00