Commit Graph

103 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
SChernykh
741aaf95a8 Removed old fork code 2025-10-04 12:41:35 +02:00
SChernykh
6fc51d5a31 CI: fail sync test if there are errors in log 2025-10-03 13:34:02 +02:00
SChernykh
e3d680ec46 CI: updated macos versions 2025-10-02 20:50:31 +02:00
SChernykh
fd6549849c Updated BoringSSL 2025-09-29 22:01:30 +02:00
SChernykh
2e32d14d5f CI: tweaked msan parameters 2025-09-19 21:19:43 +02:00
SChernykh
415ad70e2f CI: lighter parameters for msan 2025-09-19 10:09:40 +02:00
SChernykh
6380e204dd CI: increased time limit for msan 2025-09-19 08:05:03 +02:00
SChernykh
a64753ecd0 clang-21, one more time 2025-09-18 21:37:49 +02:00
SChernykh
e9c7367b92 Reverted back to clang-20 for msan 2025-09-17 19:16:49 +02:00
SChernykh
9f7dc5b768 CI: use clang-21 for msan 2025-09-17 14:12:10 +02:00
SChernykh
82cab98f2b CI: revert to clang-20 for msan test 2025-07-18 23:39:39 +02:00
SChernykh
9c2bd8292b CI: use clang 21 2025-07-18 18:39:13 +02:00
SChernykh
92291c1175 Builds: updated curl command line 2025-07-16 17:41:01 +02:00
SChernykh
503fb34c69 Builds: updated curl command line 2025-07-16 00:14:12 +02:00
SChernykh
09532c901a CMake: removed unused dependencies 2025-06-11 10:22:07 +02:00
SChernykh
54d278643d CI: sync test - added merge mining 2025-06-05 23:22:11 +02:00
SChernykh
70298cd065 Merge mining donation support 2025-05-13 17:18:29 +02:00
SChernykh
7d610f61d5 Sync test: updated Monero nodes 2025-05-04 10:39:48 +02:00
SChernykh
779f72a71e Sync test: updated Monero nodes 2025-05-02 07:58:44 +02:00
SChernykh
2396725eb8 CI: fixed builds again 2025-04-01 10:31:40 +02:00
SChernykh
11236f7dc8 Fixed sync test with cmake 4.0 2025-03-29 10:21:26 +01:00
SChernykh
abde2ef1ce CI: updated msan sync test to use clang 20 2025-03-19 16:15:45 +01:00
SChernykh
5a94840442 MSVC build: don't use prebuilt libcurl 2025-02-19 11:48:31 +01:00
SChernykh
9af5dd43ad Updated curl to 8.12.1 2025-02-13 09:21:38 +01:00
SChernykh
3c5c938d40 Updated curl to 8.12.0 2025-02-05 10:41:42 +01:00
SChernykh
06aa632e6f Docs: clarify --rpc-ssl-fingerprint usage 2025-01-28 10:54:21 +01:00
SChernykh
9ce9516c99 Added RPC-SSL support for Monero node connections 2025-01-27 22:32:28 +01:00
SChernykh
4a9ccaa62d Fixed macOS sync test 2024-11-23 13:02:44 +01:00
SChernykh
fd0a7ea0c7 Faster initial sync
0.5-1 seconds saved on verification after removing the repeated `get_shares` calls
2024-11-22 18:42:51 +01:00
SChernykh
09f5a89a12 Revert "CI: use macos-15"
This reverts commit b1d59a6def.
2024-11-12 11:18:40 +01:00
SChernykh
b1d59a6def CI: use macos-15 2024-11-12 10:17:59 +01:00
SChernykh
3be1d87462 Updated curl to 8.11.0 2024-11-06 11:04:27 +01:00
SChernykh
3c4cf098a9 CMake: added DEV_DEBUG option 2024-10-29 11:33:46 +01:00
SChernykh
2b453dd0cb CI: use clang-19 2024-10-15 14:49:33 +02:00
SChernykh
c88f126cb1 Updated tests post-fork 2024-10-13 13:13:14 +02:00
SChernykh
bc2b3fa3ac Reapply "Updated curl to 8.10.0"
This reverts commit 56f42e0018.
2024-09-12 17:30:17 +02:00
SChernykh
56f42e0018 Revert "Updated curl to 8.10.0"
This reverts commit 25452898d9.
2024-09-11 17:52:49 +02:00
SChernykh
25452898d9 Updated curl to 8.10.0 2024-09-11 14:55:11 +02:00
SChernykh
37bf8554fc CI: save a minidump if it hangs on shutdown 2024-07-20 19:55:49 +02:00
SChernykh
a75cf652de CI: enabled scheduled sync tests 2024-06-20 18:47:58 +02:00
SChernykh
2cbb648a7f CI: update curl build command lines 2024-06-18 20:16:54 +02:00
SChernykh
403a39d32f Sync test: detect integer overflows 2024-06-02 20:04:18 +02:00
SChernykh
1c2939e8b2 CI: macos-11 is deprecated, use macos-13 2024-05-17 10:19:02 +02:00
SChernykh
9c3b8ef3a7 CI: New config for the sync test 2024-05-17 00:54:35 +02:00
SChernykh
64dc1c7ea7 Merge branch 'master' into merge-mining 2024-03-19 17:43:30 +01:00
SChernykh
43e814ce9a CI: use clang-18 for MSan 2024-03-19 17:24:28 +01:00
SChernykh
5f6a655ff9 Merge branch 'master' into merge-mining 2024-03-14 10:57:00 +01:00
SChernykh
e4cfcc1dd9 Sync test: possible fix for sanitizer errors 2024-03-14 09:26:20 +01:00