Commit Graph
11611 Commits
Author SHA1 Message Date
tobtoht ccc3b94e2b Merge pull request #10471
1154314 wallet2: use decodeRct for reserve proof amount validation (selsta)
2026-04-29 12:30:28 +00:00
tobtoht 1cf4fcec36 Merge pull request #10491
05cc8bc cryptonote_core: restore separate fakechain data dir for core_tests (selsta)
2026-04-29 12:29:34 +00:00
tobtoht 77e329bc8f Merge pull request #10480
04eeb3b wallet2: ensure daemon returns correct tx for spend proof (selsta)
2026-04-29 08:07:08 +00:00
selsta 05cc8bc477 cryptonote_core: restore separate fakechain data dir for core_tests 2026-04-29 02:01:54 +02:00
selsta 04eeb3ba1f wallet2: ensure daemon returns correct tx for spend proof 2026-04-28 15:28:56 +02:00
tobtoht 586e82bcc0 Merge pull request #10367
5422919 Improve unpack reserve handling (Lee Clagett)
2026-04-27 23:09:10 +00:00
Lee Clagett 54229196bd Improve unpack reserve handling 2026-04-27 17:57:21 -04:00
tobtoht 64b19b4b9a Merge pull request #10431
44412d3 cryptonote_core: add change address sanity check (jeffro256)
2026-04-27 20:29:51 +00:00
selsta 11543143b9 wallet2: use decodeRct for reserve proof amount validation
also update check_tx_key_helper for consistency
2026-04-27 22:15:03 +02:00
tobtoht a445708e72 Merge pull request #10469
a4efa15 zmq: add missing restricted rpc check for get_block_headers_by_height (Jeetraj)
2026-04-27 19:51:52 +00:00
jeffro256 44412d3574 cryptonote_core: add change address sanity check
Prevents silly mistakes where wrong change address is passed

Release versions uses boost::optional instead of std::optional
2026-04-27 14:24:47 -05:00
Jeetraj a4efa1585e zmq: add missing restricted rpc check for get_block_headers_by_height 2026-04-27 21:28:43 +05:30
tobtoht b2d591eac4 Merge pull request #10465
987e6d2 daemon: remove miniupnp (tobtoht)
2026-04-26 15:20:13 +00:00
tobtoht 987e6d2913 daemon: remove miniupnp 2026-04-26 13:32:06 +02:00
tobtoht 0f09b75186 Merge pull request #10459
69176dc utils: fix cli typo in monero-wallet-rpc.fish (nahuhh)
2026-04-25 17:06:34 +00:00
tobtoht 1cbb2b864d Merge pull request #10455
54abe12 wallet2: remove deprecated txs_as_hex (selsta)
2026-04-25 17:06:07 +00:00
tobtoht e812304f4c Merge pull request #10461
919d247 trezor: replace use of boost::is_base_of with std::is_base_of (tobtoht)
2026-04-25 13:17:42 +00:00
tobtoht 919d247f7c trezor: replace use of boost::is_base_of with std::is_base_of 2026-04-25 14:29:17 +02:00
nahuhh 69176dce9a utils: fix cli typo in monero-wallet-rpc.fish 2026-04-24 22:17:38 +00:00
selsta 54abe12f94 wallet2: remove deprecated txs_as_hex
also add missing underflow check
2026-04-24 23:43:41 +02:00
tobtoht 8d5af04105 Merge pull request #10453
7d5e484 tx_pool: notify txpool event when stem bumps to fluff (j-berman)
2026-04-24 16:24:46 +00:00
tobtoht 16a10eb9bc Merge pull request #10425
6e51bdc zmq: add more missing restricted rpc checks (selsta)
2026-04-24 16:11:43 +00:00
j-berman 7d5e4842a4 tx_pool: notify txpool event when stem bumps to fluff 2026-04-24 09:03:45 -07:00
selsta 6e51bdcd8e zmq: add more missing restricted rpc checks 2026-04-24 17:35:54 +02:00
tobtoht 7879d9b68b Merge pull request #10399
73f1eaa Fix ZMQ-PUB reporting of mempool txes that were initially in stem phase (Lee Clagett)
2026-04-24 15:35:07 +00:00
tobtoht ed49e56c13 Merge pull request #10433
b635e67 wallet_rpc_server: fix ssl_allowed_fingerprints hex parsing (selsta)
2026-04-24 15:32:37 +00:00
Lee Clagett 73f1eaaed6 Fix ZMQ-PUB reporting of mempool txes that were initially in stem phase 2026-04-24 09:19:51 -04:00
tobtoht 1932e1a18f Merge pull request #10450
02f5c88 ci: bump deprecated actions (tobtoht)
2026-04-24 08:59:58 +00:00
tobtoht 02f5c88748 ci: bump deprecated actions 2026-04-23 13:03:07 +02:00
tobtoht 9d0c50fab5 Merge pull request #10444
8a20fd2 blockchain_utilities: fix --data-dir option (jeffro256)
2026-04-22 20:32:57 +00:00
tobtoht b73668263d Merge pull request #10441
ac96d8a cryptonote_protocol: cleanup_handle_incoming_blocks on scope exit (j-berman)
2026-04-22 18:08:10 +00:00
tobtoht 8ac6b99c92 Merge pull request #10439
874c771 cryptonote_basic: pruned hash return bool (j-berman)
2026-04-22 18:06:02 +00:00
tobtoht 5f280180a8 Merge pull request #10437
14e3332 connection: try-catch handles (j-berman)
2026-04-22 17:37:00 +00:00
tobtoht 81e72c09e8 Merge pull request #10435
3703ec1 wallet_rpc_server: restrict relay_tx (selsta)
2026-04-22 17:35:06 +00:00
tobtoht 6ecc2bdf1b Merge pull request #10427
2094d38 wallet2: add parse multisig tx sanity checks (selsta)
2026-04-22 17:34:15 +00:00
tobtoht 76448fbcb5 Merge pull request #10420
e6ce535 zmq: add missing restricted rpc check (selsta)
2026-04-22 17:32:39 +00:00
jeffro256 8a20fd2bc8 blockchain_utilities: fix --data-dir option 2026-04-22 00:34:02 -05:00
j-berman ac96d8ad37 cryptonote_protocol: cleanup_handle_incoming_blocks on scope exit 2026-04-21 12:09:20 -07:00
j-berman 874c771975 cryptonote_basic: pruned hash return bool 2026-04-21 12:05:12 -07:00
j-berman 14e333217e connection: try-catch handles 2026-04-21 12:01:48 -07:00
selsta 3703ec1833 wallet_rpc_server: restrict relay_tx 2026-04-21 19:44:26 +02:00
selsta b635e675e6 wallet_rpc_server: fix ssl_allowed_fingerprints hex parsing 2026-04-21 13:41:02 +02:00
tobtoht 8b6be66bef Merge pull request #10411
ce5437f Add Socks v5 support to daemon and wallet (Lee *!* Clagett)
2026-04-20 07:49:04 +00:00
selsta 2094d38c86 wallet2: add parse multisig tx sanity checks 2026-04-20 00:26:29 +02:00
selsta e6ce535b24 zmq: add missing restricted rpc check 2026-04-18 17:38:26 +02:00
tobtoht e75125a30b Merge pull request #10410
1d2ae21 p2p: isolate regtest from mainnet bootstrap state (Jeetraj)
2026-04-18 08:13:55 +00:00
Lee *!* Clagettandlschomaker1 ce5437f067 Add Socks v5 support to daemon and wallet
(cherry picked from commit 23e29a5074)
2026-04-16 15:52:05 -05:00
tobtoht ecb1b7148e Merge pull request #10409
644a738 rpc: restrict `add_aux_pow` (hinto.janai)
2026-04-15 09:27:28 +00:00
Jeetraj 1d2ae2138a p2p: isolate regtest from mainnet bootstrap state 2026-04-10 22:45:53 +05:30
hinto.janai 644a73867f rpc: restrict add_aux_pow 2026-04-10 13:49:43 +00:00