Matt Hess
fbb73f9658
Fix unit test crashes for Carrot v1 block format
2025-12-23 23:33:32 +00:00
Matt Hess
71b12b0004
Cleanup Windows linker errors, Added null check in get_mx25519_impl, Fixed coverage pages copy
2025-12-21 17:30:06 +00:00
Matt Hess
418a2d363c
Fix GitHub Actions workflows and update tests with Carrot v1 data, Fix mx25519 Windows build in c-cpp.yml workflow, Remove scheduled workflow runs from cppcheck.yml and test-sync.yml, Add mx25519 Windows linker flags to CMakeLists.txt
2025-12-18 19:52:53 +00:00
Matt Hess
25c0bc35b8
Added mx25519 header for coverage.yml action
2025-12-18 01:51:49 +00:00
Matt Hess
328a145af7
Fixed linker errors for coverage.yml action, Fixed reorder error for test-sync.yml, Fixed const issues for cppcheck.yml, removed unused log_category_prefix var, Renamed prefix to addr_prefix
2025-12-18 01:04:32 +00:00
Matt Hess
b69fd42df8
Updated p2pool to fix submitted block format
2025-11-16 00:46:29 +00:00
Matt Hess
940da2c871
Fix block_template.update test for Salvium
2025-11-14 21:46:32 +00:00
Matt Hess
5bbbac72f1
Update .gitignore, add chain utils, modify cmake for just main atm
2025-11-14 18:53:42 +00:00
Matt Hess
c4d46fbd0b
Update pool_block verify test for Salvium
...
- Add 200-block test data extracted from live cache
2025-11-14 10:41:38 +00:00
Matt Hess
4998cec0a4
updated donate addr and added missed dev donate end log msg
2025-11-13 21:34:16 +00:00
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