Matt Hess
5bbbac72f1
Update .gitignore, add chain utils, modify cmake for just main atm
2025-11-14 18:53:42 +00:00
SChernykh
25a5361777
Wallet: added checks for FCMP++ compatibility
2025-10-23 12:58: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
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
0755a9dcf1
CI: updated and repacked test data
2025-07-15 18:22:52 +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
SChernykh
547b3430c2
CI: added nano sidechain dump to tests
2025-06-20 11:24:49 +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
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
9ce9516c99
Added RPC-SSL support for Monero node connections
2025-01-27 22:32:28 +01:00
SChernykh
bd6f68790e
Faster Keccak code (BMI instructions)
2024-05-31 00:39:11 +02:00
SChernykh
9289a8c40c
CI: use macos-14 (Apple M1) runners
2024-02-12 14:48:45 +01:00
SChernykh
6263c0bbda
Fixed CI errors
2024-02-11 15:17:34 +01:00
SChernykh
0801d607a1
Added gRPC library
2024-02-10 23:38:22 +01:00
SChernykh
fdb2ab19ab
Added Tari gRPC client stub
2024-02-06 21:04:19 +01:00
SChernykh
9b15e8179f
Merge mining client interface
2024-02-05 20:34:48 +01:00
SChernykh
0d8610815a
Updated dependencies
2024-01-29 13:48:12 +01:00
SChernykh
e6b8292d5b
Added command line for merge mining
...
Start a merge mining client for each of the aux chains
2023-11-10 16:17:34 +01:00
SChernykh
da45871f0b
Added sha256
2023-10-24 13:03:50 +02:00
SChernykh
b46da74c2c
Moved out merkle tree hash code
2023-10-21 19:04:17 +02:00
SChernykh
0b544bf55a
API: removed file size limitation
2023-09-16 19:38:16 +02:00
SChernykh
76c4573c39
CI: cleanup build warnings
...
Tests: fixed "unused const variable" warning
CMakeLists.txt: fixed deprecation warnings
2023-08-16 14:20:23 +02:00
SChernykh
7630c1a883
CI: added msys2-clang Windows build
2023-08-15 19:53:22 +02:00
SChernykh
b7ff4f2c2c
Set default JSON parser flags
2023-06-12 15:29:23 +02:00
SChernykh
1ffaf3a292
Recompiled curl lib for MSVC using cmake
2023-05-26 19:25:18 +02:00
SChernykh
8e11c3dffd
Updated libuv
2023-05-26 18:52:49 +02:00
SChernykh
db9e5ba332
P2PServer: prefer DNS TXT records to load seed nodes
2023-05-10 22:07:35 +02:00
SChernykh
f455ce398c
Updated tests
2023-04-22 21:26:37 +02:00
SChernykh
6e258bb210
Refactored TCPServer to reduce code duplication
2023-04-19 16:37:32 +02:00
SChernykh
387860aa4a
Post-fork test data
2023-03-19 11:38:43 +01:00
SChernykh
e53fd7a062
Tests: fixed block_template test volatility
...
Hashes should stay the same from now on.
2023-03-01 09:20:09 +01:00
SChernykh
70f78ebfd1
cmake required version fixes
2023-01-26 20:19:57 +01:00
SChernykh
be434329d1
Removed dl dependency
2023-01-26 15:46:43 +01:00
SChernykh
67f091b843
CI: added FreeBSD build
2023-01-26 12:56:46 +01:00
SChernykh
4f34c4466a
Dynamic PPLNS window
2023-01-08 00:47:03 +01:00
SChernykh
e6d77a40e2
Check block major version in deserialize()
2022-12-19 10:29:29 +01:00
SChernykh
4bb1982806
Added BlockTemplate tests
2022-11-24 21:38:15 +01:00
SChernykh
d0eea1bf91
Fixed libuv init/shutdown sequence
2022-11-14 23:35:59 +01:00
SChernykh
be76c58264
Fixed MSYS2 build
2022-09-26 01:02:26 +02:00
SChernykh
3022588e35
Run tests in debug config on Windows
2022-09-14 18:30:59 +02:00
SChernykh
b9eb66e2b3
Added a test for mini chain
2022-08-23 21:37:55 +02:00
SChernykh
a35d4b2701
Change llhttp to libcurl
2022-06-06 15:08:37 +02:00
SChernykh
08ee599f79
Use the same compilation flags for tests
2022-05-09 17:57:31 +02:00
SChernykh
d23c46ff84
Added bsr() function to util
2022-05-09 13:02:06 +02:00
SChernykh
dee66c3f32
Added varint unit tests
2022-04-06 16:34:16 +02:00