Mining/miner/core/tests
Snider 75a9ba9ef4 Fix C++ tests build and verify peer ping implementation
Fixed C++ build failures in `miner/core/tests/CMakeLists.txt`:
- Applied `-mavx2 -mvaes` compilation flags to `CryptoNight_x86_vaes.cpp` in the test library target, mirroring the main build configuration. This resolves the `target specific option mismatch` error during compilation.
- Applied optimization flags to `CnHash.cpp` in the test library target.

Verified Go implementation:
- Confirmed `PingPeer` is implemented in `pkg/node/controller.go`.
- Confirmed `handlePing` is implemented in `pkg/node/worker.go`.
- Confirmed `go.mod` includes necessary dependencies.

Recorded learnings regarding CMake property propagation across directories.
2026-02-02 06:07:05 +00:00
..
benchmark fix: Address multiple security issues and add unit tests for various components 2026-01-02 17:39:53 +00:00
integration fix: Address multiple security issues and add unit tests for various components 2026-01-02 17:39:53 +00:00
unit fix: Address multiple security issues and add unit tests for various components 2026-01-02 17:39:53 +00:00
CMakeLists.txt Fix C++ tests build and verify peer ping implementation 2026-02-02 06:07:05 +00:00