Mining/pkg
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
..
database feat: Add database migration tests and task supervisor 2025-12-31 15:50:17 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining feat: Add API configuration service and enhance security validation in commands 2025-12-31 17:46:25 +00:00
node Implement peer ping command via IPC 2026-02-02 01:57:14 +00:00
ueps Implement ReadAndVerify function for UEPS frames 2026-01-03 16:01:58 +00:00