Mining/pkg
Snider de8e2c5d94 Fix CI failures in peer ping implementation
Fixed multiple issues causing CI failures:
- Fixed C++ build on Linux by excluding macOS-specific source files in miner/core/tests/CMakeLists.txt.
- Fixed Go test panic in pkg/mining/manager_test.go by properly checking for nil return from StartMiner.
- Fixed runtime panic in pkg/mining/service.go where generateRequestID was attempting to base64 decode a timestamp string; replaced with crypto/rand.
- Verified removal of unused fmt import in pkg/ueps/packet.go.
2026-02-02 02:06:36 +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 Fix CI failures in peer ping implementation 2026-02-02 02:06:36 +00:00
node Implement peer ping command via IPC 2026-02-02 01:57:14 +00:00
ueps Fix CI failures in peer ping implementation 2026-02-02 02:06:36 +00:00