Commit Graph

11 Commits

Author SHA1 Message Date
Matt Hess
feb528e7f3 Update CI workflows for Salvium, Use Salvium whiskymine seed nodes, Update ports to 19089/19084, Change branch trigger to main 2025-11-13 13:02:31 +00:00
SChernykh
e2f0ec7c69 De-duplicate tx hashes and pub keys to save memory (off by default) (#382)
P2Pool-main: 8.2 MB saved
P2Pool-mini: 66 MB saved
P2Pool-nano: 25.2 MB saved

The feature is available only when building from source and is intended for use on low-memory systems (for example, a VPS server with < 1 GB RAM).

It only makes sense to use with `--no-cache --no-randomx` in the command line because cache and RandomX hasher take much more memory.
2025-10-18 12:21:16 +02:00
sech1
b22088f330 CI: update to clang-21 2025-08-26 22:34:11 +02:00
SChernykh
0d9670ee29 Fixed build errors 2025-07-24 14:42:03 +02:00
SChernykh
9c2bd8292b CI: use clang 21 2025-07-18 18:39:13 +02:00
SChernykh
0755a9dcf1 CI: updated and repacked test data 2025-07-15 18:22:52 +02:00
SChernykh
b9face492d CI: always save coverage data 2025-06-24 10:36:39 +02:00
SChernykh
e69f5722df CI: use clang-20 for code coverage 2025-06-22 17:22:35 +02:00
SChernykh
7a82b0fe43 Deploy code coverage report 2025-06-22 11:11:06 +02:00
SChernykh
0535ca2892 CI: added more tests 2025-06-20 23:30:10 +02:00
SChernykh
3d1ef0d049 CI: added code coverage workflow 2025-06-20 18:23:26 +02:00