Commit Graph

876 Commits

Author SHA1 Message Date
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
SChernykh
245e6fd9e8 Fix: init Merkle tree before selecting txs 2024-06-18 18:27:07 +02:00
SChernykh
3ce57ec254 Second merge mining test 2024-06-17 10:36:36 +02:00
SChernykh
5b3c1d749c Added merge mining extra
For future merge mining needs
2024-06-16 22:42:22 +02:00
SChernykh
ff7d92c731 Disable debug checks in release builds 2024-06-11 20:33:20 +02:00
SChernykh
5e8da4e672 Fixed merge mining with multiple chains 2024-06-11 18:40:30 +02:00
SChernykh
8fc5e5013c Fix: update peer height on block notify 2024-06-09 21:21:52 +02:00
SChernykh
b92eedeed7 Set testnet fork time 2024-06-05 19:08:14 +02:00
SChernykh
a188ca7fad Fixed CI errors 2024-06-03 21:11:16 +02:00
SChernykh
9cd9055913 Print merge mining status 2024-06-03 17:31:18 +02:00
SChernykh
4bc0b559cb Block parser: sanity check minor version 2024-06-03 11:29:01 +02:00
SChernykh
9a9f6379cd Tweaked software version display
GoObserver will have the same version format
2024-06-03 11:10:38 +02:00
SChernykh
7293e37165 More hardfork code
All block format changes must be a part of hardfork
2024-06-03 10:59:57 +02:00