SChernykh
|
977cd73bbd
|
CI: updated sync test's error check
|
2025-10-11 16:31:21 +02:00 |
|
SChernykh
|
f14e6fd08e
|
Build scripts: updated versions
|
2025-10-08 14:19:55 +02:00 |
|
SChernykh
|
8826a6c02c
|
Added more div128 tests
|
2025-10-07 14:59:05 +02:00 |
|
SChernykh
|
2ce8ce65e2
|
Util: added secure_zero_memory with type safety checks
|
2025-10-07 12:53:20 +02:00 |
|
SChernykh
|
dd9d5b03aa
|
Merkle tree: added one more helper function
|
2025-10-05 19:04:31 +02:00 |
|
SChernykh
|
741aaf95a8
|
Removed old fork code
|
2025-10-04 12:41:35 +02:00 |
|
SChernykh
|
6fc51d5a31
|
CI: fail sync test if there are errors in log
|
2025-10-03 13:34:02 +02:00 |
|
SChernykh
|
e3d680ec46
|
CI: updated macos versions
|
2025-10-02 20:50:31 +02:00 |
|
tetyys
|
571a5d5410
|
Check for DNS result type before access (#378)
* Check for DNS result type before access
* Remove try...catch
|
2025-10-02 19:09:33 +02:00 |
|
SChernykh
|
6b4c39f4c9
|
SideChain: added some extra checks, removed const_cast
|
2025-10-01 18:05:26 +02:00 |
|
SChernykh
|
e1da9ff4d3
|
Fixed cppcheck errors
|
2025-10-01 16:39:42 +02:00 |
|
SChernykh
|
5d7dfa2466
|
Reproducible builds: improved compression a bit
|
2025-10-01 15:02:45 +02:00 |
|
SChernykh
|
fbe30b8fb1
|
Fixed log level of some TCP messages
|
2025-09-30 08:09:32 +02:00 |
|
SChernykh
|
e53f712eb5
|
Reproducible builds: reduced linux_x64 binary size
|
2025-09-29 23:45:27 +02:00 |
|
SChernykh
|
fd6549849c
|
Updated BoringSSL
|
2025-09-29 22:01:30 +02:00 |
|
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
|
eb09178a1c
|
Updated documentation about subaddresses
|
2025-09-27 13:32:22 +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
|
85931f564a
|
Build scripts: updated versions, moved downloads to the beginning
|
2025-09-25 13:23:27 +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
|
bae7c65126
|
Reproducible builds: fixed clang version display
|
2025-09-22 17:59:30 +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
|
2ae77e5b71
|
MSVC: disable permissive mode
|
2025-09-20 18:02:57 +02:00 |
|
SChernykh
|
2e32d14d5f
|
CI: tweaked msan parameters
|
2025-09-19 21:19:43 +02:00 |
|
SChernykh
|
415ad70e2f
|
CI: lighter parameters for msan
|
2025-09-19 10:09:40 +02:00 |
|
SChernykh
|
6380e204dd
|
CI: increased time limit for msan
|
2025-09-19 08:05:03 +02:00 |
|
SChernykh
|
12993dfe19
|
Fixed FreeBSD build
|
2025-09-18 22:29:30 +02:00 |
|
SChernykh
|
a64753ecd0
|
clang-21, one more time
|
2025-09-18 21:37:49 +02:00 |
|
SChernykh
|
e9c7367b92
|
Reverted back to clang-20 for msan
|
2025-09-17 19:16:49 +02:00 |
|
SChernykh
|
9f7dc5b768
|
CI: use clang-21 for msan
|
2025-09-17 14:12:10 +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 |
|
SChernykh
|
012d148080
|
Added git mailmap
|
2025-09-15 14:31:15 +02:00 |
|
SChernykh
|
d64b4ea2dc
|
Updated recommended Monero version
|
2025-09-15 14:21:26 +02:00 |
|
sech1
|
a9e0b834d9
|
Reproducible builds: shortened clang version display
|
2025-09-15 09:39:30 +02:00 |
|
sech1
|
3a8ec27d93
|
Reproducible builds: fix git commit display
|
2025-09-14 17:58:48 +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 |
|