Mining/pkg/ueps
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
..
packet.go Fix CI failures in peer ping implementation 2026-02-02 02:06:36 +00:00
reader.go Implement ReadAndVerify function for UEPS frames 2026-01-03 16:01:58 +00:00