tobtoht
8d01109422
Merge pull request #10601
...
dc6d85f cmake: fix Boost thread variable typo (kuyua9)
2026-05-20 15:50:57 +00:00
tobtoht
272a8d71fe
Merge pull request #10600
...
6fc7aa8 cryptonote_protocol: fix peer overview logging (selsta)
2026-05-20 15:50:24 +00:00
tobtoht
892a136faf
Merge pull request #10599
...
f4795a0 Remove obsolete test-drop-download debug options (selsta)
2026-05-20 15:49:47 +00:00
jpk68
8e0e49b937
mnemonics: use more idiomatic name for russian
2026-05-20 10:18:39 -04:00
tobtoht
a523383679
Merge pull request #10505
...
d737072 wallet2: refactor multisig ignore sets logic into separate functions (koe)
2026-05-20 08:11:35 +00:00
koe
d737072188
wallet2: refactor multisig ignore sets logic into separate functions
2026-05-19 19:36:01 -05:00
jpk68
1f848bf655
cmake: add support for sccache
2026-05-19 22:10:02 +02:00
tobtoht
a583042133
Merge pull request #10574
...
f3128c6 rpc: reject invalid JSON-RPC ids in ZMQ requests (selsta)
2026-05-19 19:59:24 +00:00
tobtoht
521a9b4c82
Merge pull request #10577
...
9a18697 wallet: roll back unlocker count on decrypt failure (fuyua9)
2026-05-19 19:55:47 +00:00
tobtoht
b745be7235
Merge pull request #10587
...
2c327aa fix spelling in comments and docs (Thomas)
2026-05-19 19:53:51 +00:00
tobtoht
171a28b2e4
Merge pull request #10591
...
123e33d wallet: fix RPC describe transfer source entry (jeffro256)
2026-05-19 19:37:41 +00:00
selsta
7cc6b0fbad
wallet_rpc_server: remove unused finalize_multisig endpoint
2026-05-19 20:54:47 +02:00
selsta
b393830309
utils: add missing rpc flags to fish autocomplete
2026-05-19 19:20:44 +02:00
tobtoht
19a537b050
Merge pull request #10616
...
841ef74 workflows: fix ccache dir path (selsta)
2026-05-19 16:58:43 +00:00
tobtoht
687fdbfad5
Merge pull request #10576
...
eb025f7 common: validate Content-Range resume offset (iuyua9)
2026-05-19 16:31:26 +00:00
tobtoht
a413c71a25
Merge pull request #10547
...
d31c3ca crypto: fix calloc warnings (ComputeryPony)
2026-05-19 16:29:55 +00:00
tobtoht
802194711a
Merge pull request #10594
...
aa3abe2 net_ssl: Use EVP API to create EVP_PKEYs when available (jeffro256)
2026-05-19 16:28:05 +00:00
tobtoht
95e476b919
Merge pull request #10585
...
06d7bdd lmdb: mark Apple text_env section as code (selsta)
2026-05-19 16:26:37 +00:00
jeffro256
aa3abe2c03
net_ssl: Use EVP API to create EVP_PKEYs when available
...
The following functions are deprecated in OpenSSL 3.0 and used in net_ssl.cpp: `RSA_free`, `EC_KEY_free`, `RSA_new`, `RSA_generate_key_ex`, `EC_KEY_set_group`, `EC_KEY_generate_key`.
Since EVP_RSA_gen was added in OpenSSL 3.0 and since the aforementioned functions were deprecated in OpenSSL 3.0, I check if the OpenSSL version >= 3.0, and use EVP_RSA_gen instead of everything else up to assigning the private key to the certificate in `create_rsa_ssl_certificate`.
I also deleted `create_ec_ssl_certificate` since it wasn't used.
2026-05-18 23:47:46 -05:00
selsta
841ef74376
workflows: fix ccache dir path
2026-05-18 15:33:33 +02:00
tobtoht
bbdd35c1e5
Merge pull request #10570
...
a82fdf9 Updated RandomX to v1.2.2 (SChernykh)
2026-05-17 11:16:40 +00:00
jpk68
d0f638ae69
util: fix includes
2026-05-16 20:50:21 +02:00
selsta
758aa14f06
rpc: restrict get_alt_blocks_hashes
2026-05-15 23:01:58 +02:00
tobtoht
67c283c980
Merge pull request #10559
...
fe9b5de rpc: remove unused origin flag (selsta)
2026-05-15 20:07:00 +00:00
tobtoht
89f32b0869
Merge pull request #10558
...
4b58b63 tests: avoid braced scalar init in expect macros (selsta)
2026-05-15 20:06:14 +00:00
selsta
4b58b63083
tests: avoid braced scalar init in expect macros
2026-05-15 21:40:01 +02:00
selsta
a307fcbf19
cmake: enable linker-aware library de-duplication
2026-05-15 17:22:11 +02:00
selsta
d763d4346e
daemonizer: avoid unsafe pidfile truncation
2026-05-15 16:05:37 +02:00
tobtoht
747fa6fc53
Merge pull request #10556
...
bb92717 utils: add ZMQ safety flags to monerod fish completions (fuyua9)
2026-05-15 11:43:53 +00:00
tobtoht
fdc4f2e032
Merge pull request #10534
...
f991cf2 zmq: switch to RapidJSON iterative parsing (selsta)
2026-05-15 11:31:17 +00:00
tobtoht
b90dd8d3b1
Merge pull request #10549
...
5a3f57d epee: skip IPv4 TOS option for non-IPv4 peers (iuyua9)
2026-05-15 11:29:30 +00:00
tobtoht
552dd5bdfd
Merge pull request #10567
...
4bec447 tests: remove obsolete memwipe optimization override (selsta)
2026-05-15 11:24:52 +00:00
tobtoht
57049d28af
Merge pull request #10052
...
fbd7776 monero_blockchain_export: >2.5x blocksdat export speed (jeffro256)
2026-05-15 11:14:08 +00:00
Lee Clagett
6825fb4a4e
Fix boosted_tcp_server.shutdown test (asan issue)
2026-05-14 22:33:53 -04:00
kuyua9
dc6d85fc5d
cmake: fix Boost thread variable typo
2026-05-15 01:41:06 +08:00
selsta
6fc7aa8398
cryptonote_protocol: fix peer overview logging
2026-05-14 18:09:48 +02:00
selsta
f4795a0001
Remove obsolete test-drop-download debug options
...
These options were introduced in 2015 as manual debug helpers for
network-limit testing. They are not used by the current test suite.
2026-05-14 17:56:54 +02:00
jeffro256
fbd7776b7b
monero_blockchain_export: >2.5x blocksdat export speed
...
Uses efficient DB traversal to slash disk read time, which is a large chunk of the run-time.
2026-05-13 14:30:30 -05:00
jeffro256
b8cc5b6a4b
blockchain_db: hide sensitive txs in get_txids_loose
...
Co-authored-by: selsta <selsta@sent.at >
2026-05-13 14:20:50 -05:00
Thomas
2c327aa325
fix spelling in comments and docs
2026-05-13 21:20:05 +02:00
jeffro256
123e33d34a
wallet: fix RPC describe transfer source entry
2026-05-13 14:05:43 -05:00
selsta
06d7bdd059
lmdb: mark Apple text_env section as code
2026-05-13 17:24:24 +02:00
tobtoht
9e422aa58e
update rapidjson submodule
2026-05-13 13:28:31 +02:00
tobtoht
fb5b06bd3b
Merge pull request #10520
...
a5ab8e5 net: replace deprecated boost::asio::strand::wrap with bind_executor (ryurt46)
2026-05-13 11:08:59 +00:00
tobtoht
7f86ea5d8d
Merge pull request #10524
...
664a70c checkpoints: don't link apple libraries (tobtoht)
2026-05-13 11:07:30 +00:00
tobtoht
b7e777412e
Merge pull request #10536
...
681ea9f epee: remove LOCAL_ASSERT (jeffro256)
2026-05-13 11:06:54 +00:00
tobtoht
11b40b4363
Merge pull request #10537
...
617eb9d core_tests: remove unused --test_data_path CLI argument (jeffro256)
2026-05-13 11:06:24 +00:00
tobtoht
66f95b537a
Merge pull request #10540
...
8419a91 net_service: fix broken log formatting (jpk68)
2026-05-13 11:05:57 +00:00
tobtoht
fdbf139f12
Merge pull request #10541
...
dae0f4c wallet_rpc_server: add missing trusted daemon check (selsta)
2026-05-13 11:04:46 +00:00
tobtoht
664a70c952
checkpoints: don't link apple libraries
2026-05-13 12:47:19 +02:00