Commit Graph

197 Commits

Author SHA1 Message Date
SChernykh
e7e623fbdd More wallet tests 2025-10-23 19:03:24 +02:00
SChernykh
27fbf2fc93 Added more wallet tests 2025-10-23 16:40:23 +02:00
SChernykh
25a5361777 Wallet: added checks for FCMP++ compatibility 2025-10-23 12:58:45 +02:00
SChernykh
55d1ee982c Ignore case when converting onion addresses 2025-10-20 23:30:24 +02:00
SChernykh
cb9fc89b22 Added --onion-address command line option to support incoming TOR connections 2025-10-20 13:06:45 +02: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
c490fe556a CI: increased code coverage 2025-10-12 17:07:46 +02:00
SChernykh
8826a6c02c Added more div128 tests 2025-10-07 14:59:05 +02:00
SChernykh
dd9d5b03aa Merkle tree: added one more helper function 2025-10-05 19:04:31 +02:00
SChernykh
0184a3139c CI: revised clang-tidy list of checks 2025-09-25 18:46:22 +02:00
SChernykh
26357f44ec Merge pull request #376 from SChernykh/subaddress
Subaddress support
2025-09-25 14:51:43 +02:00
SChernykh
1e8e6c1010 Added filter for late txpool notifications 2025-09-24 09:56:53 +02:00
SChernykh
f6a1612ff1 Fixed build errors 2025-09-23 17:17:17 +02:00
SChernykh
a4e1f00993 Wallet: added subaddress detection 2025-09-21 15:50:08 +02:00
SChernykh
ed2e0f1a1b Removed more unused code from tests 2025-07-27 14:05:35 +02:00
SChernykh
240cbd100e Removed unused code from tests, tweaked build scripts 2025-07-26 18:34:13 +02:00
SChernykh
ce1ef36613 Build fixes 2025-07-25 17:05:25 +02:00
SChernykh
0d9670ee29 Fixed build errors 2025-07-24 14:42:03 +02:00
SChernykh
0755a9dcf1 CI: updated and repacked test data 2025-07-15 18:22:52 +02:00
SChernykh
e179208053 Compiler test scripts: added clang 2025-07-06 23:18:55 +02:00
SChernykh
5d14b27616 Fixed compiler warnings in tests 2025-07-06 21:52:02 +02:00
SChernykh
52d3454b0f CI: added pruned and compact block blobs test 2025-06-24 23:13:58 +02:00
SChernykh
10d583adb6 Added more checks to readVarint 2025-06-23 13:06:01 +02:00
SChernykh
1b863109f9 CI: more tests 2025-06-22 23:18:36 +02:00
SChernykh
e5d487aa50 CI: added more tests 2025-06-22 21:58:57 +02:00
SChernykh
e69f5722df CI: use clang-20 for code coverage 2025-06-22 17:22:35 +02:00
SChernykh
b3678bfbe9 CI: added submit_sidechain_block test 2025-06-22 13:40:00 +02:00
SChernykh
5aea5768a7 CI: more tests 2025-06-21 16:20:24 +02:00
SChernykh
3f54025384 CI: added more block template tests 2025-06-21 13:16:56 +02:00
SChernykh
0535ca2892 CI: added more tests 2025-06-20 23:30:10 +02:00
SChernykh
e68a31f72a CI: added more crypto tests 2025-06-20 22:06:52 +02:00
SChernykh
6cd79b3a48 CI: added more tests to improve code coverage 2025-06-20 19:49:30 +02:00
SChernykh
3d1ef0d049 CI: added code coverage workflow 2025-06-20 18:23:26 +02:00
SChernykh
547b3430c2 CI: added nano sidechain dump to tests 2025-06-20 11:24:49 +02:00
SChernykh
88df27a359 CI: block verify - more tests 2025-06-20 08:33:21 +02:00
SChernykh
886da5a73e CI: fixed msys2 clang build 2025-05-29 09:16:03 +02:00
SChernykh
70298cd065 Merge mining donation support 2025-05-13 17:18:29 +02:00
SChernykh
3f9c622b88 Updated googletest to v1.17.0 2025-05-01 10:09:48 +02:00
SChernykh
5a94840442 MSVC build: don't use prebuilt libcurl 2025-02-19 11:48:31 +01:00
SChernykh
0936d6e4f0 MSVC build: don't use prebuilt libuv and libzmq 2025-02-18 21:21:38 +01:00
SChernykh
37e9c3b8a4 Updated googletest to v1.16.0 2025-02-07 19:18:34 +01:00
SChernykh
9ce9516c99 Added RPC-SSL support for Monero node connections 2025-01-27 22:32:28 +01:00
SChernykh
28ee73b9e4 Update check_win7.py 2024-12-05 10:52:04 +01:00
SChernykh
fb8e2a71e0 Fixed global init/shutdown order 2024-12-04 14:30:20 +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
180b7edd77 Fixed Windows compilation 2024-11-16 15:18:34 +01:00
SChernykh
c88f126cb1 Updated tests post-fork 2024-10-13 13:13:14 +02:00
SChernykh
210ae3f9df Fixed Windows 7 compatibility 2024-10-01 11:29:18 +02:00
SChernykh
a1f1719f3b Updated libuv to v1.49.0 2024-09-25 12:08:16 +02:00
SChernykh
2eea660184 New merge mining test 2024-08-09 15:56:32 +02:00