Commit Graph

1025 Commits

Author SHA1 Message Date
WeebDataHoarder
22cabb5ac9 Speed up crypto derivations with vartime ops
Implemented ge_scalarmult_vartime (a*B) and ge_scalarmult_base_vartime (a*G). These come from libsodium code as the rest of crypto-ops.c
2025-09-29 13:19:51 +02:00
SChernykh
7cb6a0dcc3 Added missing cleanup code 2025-09-29 12:34:04 +02:00
SChernykh
e9c14ef3d0 Don't send the same Monero block broadcast to peers who sent it already 2025-09-28 15:33:58 +02:00
SChernykh
458c7a3389 p2pool v4.11 2025-09-27 12:29:52 +02:00
SChernykh
82f3982175 Fixed wallet payout log message for subaddresses 2025-09-27 10:13:37 +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
1eb22109b5 Fixed m_mergeMiningExtra format description 2025-09-23 12:53:50 +02:00
SChernykh
c0b99ac6fd Refactored BlockTemplate::update() - removed the use of pointers as parameters 2025-09-23 11:45:56 +02:00
SChernykh
cff1210761 Store public viewkey of the subaddress 2025-09-22 19:00:43 +02:00
SChernykh
04d195d5cd Added support for mining to a subaddress 2025-09-22 14:24:11 +02:00
SChernykh
a4e1f00993 Wallet: added subaddress detection 2025-09-21 15:50:08 +02:00
SChernykh
0d101f0ae6 Fixed MSVC build 2025-09-20 19:23:25 +02:00
SChernykh
f141bef4b5 Fixed TLS init order 2025-09-17 09:14:32 +02:00
SChernykh
32e940577e Tari: track gRPC channel state and display it in logs/status/API 2025-09-15 15:53:35 +02:00
sech1
b69de65e78 Display git commit in version 2025-09-14 16:27:26 +02:00
sech1
44f8d941a7 Refactored background job shutdown logic 2025-09-14 14:41:31 +02:00
sech1
8c1c5fd8e1 P2PServer: check PoW in background to not stall the P2P loop 2025-09-14 12:55:23 +02:00
sech1
bbfdeeaff5 Log submit_block RPC performance 2025-09-14 00:25:15 +02:00
sech1
20c3973504 p2pool v4.10.1 2025-09-10 09:14:12 +02:00
sech1
16b74edc51 ZMQ: more JSON parsing fixes 2025-09-10 01:17:34 +02:00
sech1
d611056b1c ZMQ: fixed JSON parsing check 2025-09-10 00:05:57 +02:00
sech1
ecc33cfebb Stratum: fixed stats counters when full share validation is on 2025-09-09 17:24:04 +02:00
sech1
0ae2af0bb8 Added more sanity checks 2025-09-09 16:46:57 +02:00
sech1
bdd34c5f56 Fixed on_share_found background job counter 2025-09-09 11:23:25 +02:00
sech1
bbee372a01 p2pool v4.10 2025-09-09 09:22:45 +02:00
sech1
5c907d39aa Fix: submit broadcasted Monero blocks one at a time 2025-09-07 19:39:10 +02:00
SChernykh
6d3fbc5467 Merge pull request #374 from gavinbarnard/gavinbarnard/fullvalidationoption
full share validation via cmdline option
2025-09-07 14:22:57 +02:00
gavinbarnard
068b286a88 full share validation via cmdline option 2025-09-06 18:05:11 +00:00
sech1
b7c4613d40 Fixed handling of multiple blocks from ZMQ 2025-09-06 14:25:57 +02:00
sech1
971f804a6e Fix: get missing blocks in a thread-safe way 2025-09-05 15:35:39 +02:00
sech1
830c78a032 Fixed build errors, refined Monero block broadcast logic 2025-09-03 14:35:53 +02:00
sech1
50634e5e79 Feature: broadcast all new Monero blocks through p2pool network for faster propagation 2025-09-03 10:07:39 +02:00
sech1
3c4eeb49fd p2pool v4.9.1 2025-08-21 10:28:34 +02:00
SChernykh
d6c249ca17 Tari: fixed a crash when node is not available 2025-08-04 22:03:35 +02:00
SChernykh
07259e029a TCPServer: pass connection fails to clients 2025-08-02 14:59:49 +02:00
SChernykh
b1348b6c80 Fixed asan error (use after poison) 2025-08-01 18:21:06 +02:00
SChernykh
a977f988d5 Fixed cppcheck errors 2025-07-31 21:09:54 +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
a4a0c03517 Tari: fixed the previous fix 2025-07-25 09:49:08 +02:00
SChernykh
ca47bed7b9 Workaround for read-only working directory 2025-07-24 13:27:59 +02:00
SChernykh
f3d7d6bfe8 p2pool v4.9 2025-07-20 14:35:50 +02:00
SChernykh
c682ad3111 Tari: fixed incorrect block template for stale shares 2025-07-18 12:24:17 +02:00
SChernykh
e62f653b9d Fixed the initial sync stalling sometimes 2025-07-15 16:18:18 +02:00
SChernykh
752d6a9d05 Fixed grpc leak detection 2025-07-15 10:18:04 +02:00
SChernykh
964f4c8065 Updated copyright 2025-07-14 20:30:33 +02:00
SChernykh
a8a6b7fd02 Refactored log coloring 2025-07-14 00:21:04 +02:00