Commit Graph

1038 Commits

Author SHA1 Message Date
SChernykh
dd7e2a477f Renamed --config command line parameter 2024-12-17 14:36:40 +01:00
SChernykh
a4459d6207 Added a command line parameter to disable Stratum HTTP 2024-12-17 11:39:49 +01:00
SChernykh
4b18bb6ea4 Try to create the data dir if it doesn't exist 2024-12-04 19:41:05 +01:00
SChernykh
921611ff4d Added --data-dir command line option 2024-12-04 15:39:19 +01:00
SChernykh
fb8e2a71e0 Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
SChernykh
ecdaa83669 CI: always save cppcheck files 2024-12-02 21:46:59 +01:00
SChernykh
cf325e0e76 Updated rapidjson 2024-12-02 17:44:08 +01:00
SChernykh
94da2e8dff Fixed cppcheck errors 2024-12-01 15:31:43 +01:00
SChernykh
d7cd9d24fc Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
SChernykh
86962eb7aa Fixed a bug with Letsencrypt certs
One of internal buffers was too small
2024-11-27 19:49:05 +01:00
SChernykh
1029faa02f Refactor PoolBlock's lock code 2024-11-23 13:20:47 +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
8fa00efa7b Check for missing Monero seed height blocks 2024-11-04 18:37:14 +01:00
SChernykh
18b280ed1d Update version to 4.2 2024-11-01 09:07:17 +01:00
SChernykh
996bb1baba Fixed compilation error 2024-10-31 18:51:05 +01:00
SChernykh
a3006cb51a Stratum: check found P2Pool shares one at a time
Parallel checks could result in a deadlock
2024-10-31 17:18:24 +01:00
SChernykh
031a1c2eea SideChain: more fine-grained locks 2024-10-29 12:36:39 +01:00
SChernykh
3c4cf098a9 CMake: added DEV_DEBUG option 2024-10-29 11:33:46 +01:00
SChernykh
c9193c53d9 Init P2P server before Stratum server (fixed a data race) 2024-10-23 18:41:18 +02:00
SChernykh
02006e1b50 Stratum: disconnect miners when not connected to P2Pool network 2024-10-18 21:23:51 +02:00
SChernykh
fb78eb615b CI: save a minidump if it hangs on panic stop 2024-10-17 16:18:00 +02:00
SChernykh
510a271434 Added an error code to some error messages 2024-10-14 12:23:12 +02:00
SChernykh
1053e22a52 Removed hardfork code 2024-10-13 14:17:37 +02:00
SChernykh
c88f126cb1 Updated tests post-fork 2024-10-13 13:13:14 +02:00
SChernykh
d6c9c931fd Fixed a data race when using UV loop data 2024-10-10 14:46:15 +02:00
SChernykh
4dfdaf5447 Update version to 4.1.1 2024-09-30 12:44:08 +02:00
SChernykh
38211932dc Single code path for curl timer callbacks 2024-09-12 17:33:08 +02:00
SChernykh
93062e4341 Stratum: fixed response to HTTP GET/HEAD requests 2024-09-04 21:43:18 +02:00
SChernykh
a003486b4a Stratum: fixed an unaligned memory read 2024-09-01 00:08:45 +02:00
SChernykh
1a75b201fd Stratum: don't show the shutdown warning for low diff shares 2024-08-25 11:53:20 +02:00
SChernykh
bf1a09097f JSON RPC: fixed memory leak after an error 2024-08-13 15:06:35 +02:00
SChernykh
f3e96d7138 Update version to 4.1.0 2024-08-12 17:24:50 +02:00
SChernykh
2b47218406 API: filter out unnecessary updates 2024-08-12 00:47:27 +02:00
SChernykh
c49f12b41d ZMQ: bind to random port for internal messages 2024-08-10 20:19:15 +02:00
SChernykh
2eea660184 New merge mining test 2024-08-09 15:56:32 +02:00
SChernykh
4b1c077b4a Fixed Coverity error 2024-08-09 13:04:29 +02:00
SChernykh
ad49afb34b Stratum: detect HTTP and send a response 2024-08-08 18:31:17 +02:00
SChernykh
8960365f82 TLS: added command line to load certificate files 2024-08-07 21:21:24 +02:00
SChernykh
c967c84e0e Allow TLS support without GRPC 2024-08-06 18:42:00 +02:00
SChernykh
127dcc04bf Stratum: added TLS support 2024-08-05 22:39:28 +02:00
SChernykh
64a199be6d Stratum: fixed starting diff calculation 2024-07-23 13:32:43 +02:00
SChernykh
b01ba2e116 JSON RPC API: stop polling when shutting down 2024-07-23 10:41:00 +02:00
SChernykh
0bada79b6b Fixed an occasional deadlock on exit with merge mining active 2024-07-22 00:16:41 +02:00
SChernykh
8894da4f93 Fixed handle leak 2024-07-21 11:58:21 +02:00
SChernykh
37bf8554fc CI: save a minidump if it hangs on shutdown 2024-07-20 19:55:49 +02:00
SChernykh
b16cf00dae Stratum: faster JSON parsing 2024-07-01 23:29:39 +02:00
SChernykh
b5558baa4c More tests, code cleanup 2024-06-26 11:25:21 +02:00
SChernykh
24f2ed2f81 Fixed Coverity errors 2024-06-23 23:51:47 +02:00
SChernykh
12deaff85f Mainnet fork on October 12 2024-06-20 10:59:27 +02:00
SChernykh
caed7f9493 Update version to 4.0.0 2024-06-19 10:44:09 +02:00