Mining/pkg/node
Claude 725960d915
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(node): rename respCh to responseChannel in sendRequest
AX Principle 1 — predictable names over short names.
`respCh` is an abbreviated compound; `responseChannel` is
unambiguous without context.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 07:45:03 +01:00
..
bufpool.go feat: Implement multiple code review improvements 2025-12-31 15:45:25 +00:00
bundle.go chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
bundle_test.go fix: Comprehensive code hardening from 4-domain Opus review 2025-12-31 14:33:30 +00:00
controller.go ax(node): rename respCh to responseChannel in sendRequest 2026-04-02 07:45:03 +01:00
dispatcher.go Implement STIM bundle decryption and installation 2026-02-02 06:07:05 +00:00
identity.go chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
identity_test.go feat: Implement challenge-response authentication for P2P (P2P-CRIT-4) 2025-12-31 15:16:00 +00:00
lethean.go ax(node): rename idx to separatorIndex in parseComment 2026-04-02 07:33:01 +01:00
lethean_test.go feat(node): add Lethean chain discovery for mining fleet 2026-04-02 07:24:28 +01:00
message.go ax(node): rename loop variable v to supported in IsProtocolVersionSupported 2026-04-02 07:31:27 +01:00
message_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
peer.go ax(node): replace prose comment with usage example on safeKeyPrefix 2026-04-02 07:42:21 +01:00
peer_test.go feat: Add API configuration service and enhance security validation in commands 2025-12-31 17:46:25 +00:00
protocol.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
protocol_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
transport.go chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
worker.go ax(node): replace prose comments with usage examples on SetMinerManager and SetProfileManager 2026-04-02 07:37:54 +01:00
worker_test.go Implement STIM bundle decryption and installation 2026-02-02 06:07:05 +00:00