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. |
||
|---|---|---|
| .. | ||
| database | ||
| logging | ||
| mining | ||
| node | ||
| ueps | ||