..
bufpool.go
ax(node): replace direct encoding/json with package-level UnmarshalJSON wrapper
2026-04-02 16:42:45 +01:00
bundle.go
ax(node): remove banned fmt import from bundle.go
2026-04-02 17:10:07 +01:00
bundle_test.go
ax(node): rename buf to buffer in bundle_test for predictable naming
2026-04-02 16:26:37 +01:00
controller.go
ax(node): rename abbreviated msg locals to message in controller
2026-04-02 16:59:58 +01:00
dispatcher.go
Implement STIM bundle decryption and installation
2026-02-02 06:07:05 +00:00
identity.go
ax(node): route identity JSON through package MarshalJSON/UnmarshalJSON wrappers
2026-04-02 17:39:43 +01:00
identity_test.go
ax(node): rename cfg.json to config.json in test path
2026-04-02 17:07:55 +01:00
lethean.go
ax(node): replace banned encoding/json import with package UnmarshalJSON wrapper in lethean.go
2026-04-02 17:24:46 +01:00
lethean_test.go
ax(node): add Good and Ugly test variants for GetChainInfo, DiscoverPools, DiscoverGateways
2026-04-02 16:54:59 +01:00
message.go
ax(node): replace direct json.Unmarshal with package-local UnmarshalJSON wrapper
2026-04-02 17:27:01 +01:00
message_test.go
ax(node): add missing _Bad and _Ugly test variants for TestMessage_NewMessage
2026-04-02 17:38:04 +01:00
peer.go
ax(node): rename authMode to authenticationMode in PeerRegistry
2026-04-02 17:30:28 +01:00
peer_test.go
ax(node): replace single-letter loop variables p and k with peer and key
2026-04-02 17:03:24 +01:00
protocol.go
ax(node): rename resp parameter to response in ResponseHandler methods
2026-04-02 17:23:03 +01:00
protocol_test.go
ax(node): fix TestProtocol_ValidateResponse_Ugly comment and assertion
2026-04-02 16:56:38 +01:00
transport.go
ax(node): rename ackMsg/ackData to acknowledgementMessage/acknowledgementData
2026-04-02 17:35:23 +01:00
worker.go
ax(node): replace path with filepath for filesystem path joining
2026-04-02 16:53:35 +01:00
worker_test.go
ax(node): rename tt to testCase in TestWorker_ConvertMinerStats_Good
2026-04-02 16:57:50 +01:00