Commit Graph
13001 Commits
Author SHA1 Message Date
tobtoht 88869096a5 Merge pull request #10554
0c22769 net/tor: improve address parsing (jpk68)
2026-05-25 18:41:58 +00:00
jpk68andSNeedlewoods 0c22769a03 net/tor: improve address parsing 2026-05-25 20:12:29 +02:00
tobtoht bdeef33a8d Merge pull request #10655
816cc80 ci: don't save caches for pull requests (tobtoht)
2026-05-25 17:44:57 +00:00
tobtoht 816cc806e9 ci: don't save caches for pull requests 2026-05-25 19:27:19 +02:00
tobtoht e3f0f17d9b docker: StageX bootstrappable static monerod 2026-05-25 15:56:05 +02:00
tobtoht 4b99b9e0aa depends: explicitely enable cross-compile mode for autoconf 2026-05-25 14:17:55 +02:00
SChernykh f93346ab00 Fixed dangling iterator in is_remote_host_allowed
- m_blocked_subnets.erase(it) either moves it to the next entry, or sets it to m_blocked_subnets.end() in which case the MCLOG_CYAN will access invalid data
2026-05-24 13:58:25 +02:00
tobtoht 8fd42c3baf Merge pull request #10614
7cc6b0f wallet_rpc_server: remove unused finalize_multisig endpoint (selsta)
2026-05-23 18:31:11 +00:00
selsta 438f7f9fc4 net: canonicalize Tor and I2P hostnames 2026-05-23 00:58:54 +02:00
tobtoht 029aa2a26e depends: unbound: update to 1.25.1 2026-05-23 00:25:45 +02:00
tobtoht 363dbd3a00 depends: libusb: update to 1.0.30 2026-05-23 00:24:43 +02:00
tobtoht be4493d1b0 Merge pull request #10645
9f5abcb ci: guix: use mirror (tobtoht)
2026-05-22 22:21:18 +00:00
tobtoht 9f5abcb3eb ci: guix: use mirror 2026-05-22 22:01:05 +02:00
tobtoht c7541ec6b8 Merge pull request #10643
27a9992 ci: guix: update to 1.5.0 (tobtoht)
2026-05-22 19:17:43 +00:00
tobtoht f3473acf49 Merge pull request #10612
d0f638a util: fix includes (jpk68)
2026-05-22 19:16:17 +00:00
selsta 57f4cda12a wallet2: guard optimized coinbase refresh against empty vout 2026-05-22 18:29:43 +02:00
tobtoht 27a999238d ci: guix: update to 1.5.0 2026-05-22 16:45:50 +02:00
tobtoht 8e7931c4f6 Merge pull request #10630
7cc182b ci: guix: use https for substitute server (tobtoht)
2026-05-22 10:43:38 +00:00
jeffro256andselsta 7704a194f0 contrib: fix unaligned&aliased levin buffer reads
Co-authored-by: selsta <selsta@users.noreply.github.com>
2026-05-21 21:16:45 -05:00
selsta 1bed4e8f39 serialization: handle EOF at varint boundary 2026-05-22 00:38:50 +02:00
tobtoht 57a272240f Merge pull request #10609
758aa14 rpc: restrict get_alt_blocks_hashes (selsta)
2026-05-21 22:21:41 +00:00
Lee *!* Clagett 108244cdf5 Add wire::json_writer, and use in some of ZMQ-PUB functions. 2026-05-21 17:19:52 -04:00
tobtoht c982fe1e51 Merge pull request #9473
1aea9cc tx_pool: track sensitive flag per-tx in added_txs_by_id (j-berman)
8cecfc8 src: fix rpc limit (Navid Rahimi)
2026-05-21 19:58:24 +00:00
j-bermanandNavid Rahimi 1aea9cc256 tx_pool: track sensitive flag per-tx in added_txs_by_id
Replace the plain time_t map value with an added_tx_info struct that
stores both receive_time and a sensitive flag. Thread the flag through
all add_tx_to_transient_lists call sites so incremental RPC queries
can skip sensitive transactions.

Reported-by: selsta
2026-05-21 20:37:59 +01:00
Navid Rahimiandjeffro256 8cecfc8d1b src: fix rpc limit
Co-authored-by: jeffro256 <jeffro256@tutanota.com>
2026-05-21 20:37:53 +01:00
tobtoht 5b542bba1d Merge pull request #10607
a307fcb cmake: enable linker-aware library de-duplication (selsta)
2026-05-21 18:48:35 +00:00
selsta b3cd06df90 wallet2: clear m_additional_tx_keys during bg sync 2026-05-21 00:44:30 +02:00
tobtoht 7cc182b28e ci: guix: use https for substitute server 2026-05-20 21:49:25 +02:00
tobtoht bc1a2f096d depends: sodium: fix broken url 2026-05-20 21:38:09 +02:00
tobtoht d1eaf54ed1 tests: replace monotonic 2026-05-20 20:00:19 +02:00
selsta f1ae8ca4ee wallet_rpc_server: add missing background check
Reported by ro1m
2026-05-20 19:10:36 +02:00
tobtoht 551b1ff13d Merge pull request #10619
b393830 utils: add missing rpc flags to fish autocomplete (selsta)
2026-05-20 15:51:58 +00:00
tobtoht ef39d9b178 Merge pull request #10604
6825fb4 Fix boosted_tcp_server.shutdown test (asan issue) (Lee Clagett)
2026-05-20 15:51:25 +00:00
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
jpk68andselsta 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