Mining/pkg/node
Snider c0d0a24fb9 Implement peer ping command via IPC
Implemented the 'peer ping' command by establishing an IPC mechanism between the CLI and the running 'node serve' process.
- Added 'ControlService' in 'pkg/node' exposing RPC methods over a Unix socket.
- Implemented 'MessageDispatcher' to route P2P messages to 'Controller' (responses) or 'Worker' (requests).
- Updated 'node serve' to start the IPC server and use the dispatcher.
- Updated 'peer ping' to use the IPC client to request pings from the running node.
- Fixed broken 'pkg/node/dispatcher.go' file.
2026-02-02 01:57:14 +00:00
..
bufpool.go feat: Implement multiple code review improvements 2025-12-31 15:45:25 +00:00
bundle.go fix: Address 16 security findings from parallel code review 2025-12-31 17:44:49 +00:00
bundle_test.go fix: Comprehensive code hardening from 4-domain Opus review 2025-12-31 14:33:30 +00:00
control.go Implement peer ping command via IPC 2026-02-02 01:57:14 +00:00
controller.go Implement peer ping command via IPC 2026-02-02 01:57:14 +00:00
identity.go feat: Implement challenge-response authentication for P2P (P2P-CRIT-4) 2025-12-31 15:16:00 +00:00
identity_test.go feat: Implement challenge-response authentication for P2P (P2P-CRIT-4) 2025-12-31 15:16:00 +00:00
message.go feat: Rename XMRig references to Miner and add miner.cpp for new platform 2025-12-31 16:38:48 +00:00
message_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
msg_dispatcher.go Implement peer ping command via IPC 2026-02-02 01:57:14 +00:00
peer.go Implement peer ping command via IPC 2026-02-02 01:57:14 +00: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 fix: Address 16 security findings from parallel code review 2025-12-31 17:44:49 +00:00
worker.go fix: Address 16 security findings from parallel code review 2025-12-31 17:44:49 +00:00
worker_test.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00