summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10106v0.18.4.3luigi11112025-10-077-9/+10
|\ | | | | | | 09f5cbb build: prepare v0.18.4.3 (selsta)
| * build: prepare v0.18.4.3selsta2025-10-077-9/+10
| |
* | Merge pull request #10150luigi11112025-10-071-2/+5
|\ \ | | | | | | | | | 1829992 wallet2: warn instead of throw when RingDB doesn't include spend (j-berman)
| * | wallet2: warn instead of throw when RingDB doesn't include spendj-berman2025-10-061-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A reorg can end up causing an output's position in the chain to move. Since the wallet doesn't update the RingDB on reorg, it may refer to the output's stale position in the chain. This seems a reasonable solution rather than introducing complex logic to update the stale ring member's value on rerog, since RingDB can be deprecated with FCMP++.
* | | Merge pull request #10149luigi11112025-10-071-1/+0
|\ \ \ | | | | | | | | | | | | 014f3cd cryptonote_basic: remove redundant call to get_transaction_hash() in overload (jeffro256)
| * | | cryptonote_basic: remove redundant call to get_transaction_hash() in overloadjeffro2562025-10-061-1/+0
| |/ / | | | | | | | | | Issue noticed by DataHoarder.
* | | Merge pull request #10148luigi11112025-10-072-15/+2
|\ \ \ | | | | | | | | | | | | 7b53197 Cleaner validation (faster and saner) (j-berman)
| * | | Cleaner validation (faster and saner)j-berman2025-10-052-15/+2
| |/ /
* | | Merge pull request #10125luigi11112025-10-071-0/+1
|\ \ \ | |/ / |/| | | | | cfc41b3 Daemon RPC: fix on_getblockhash error return on too high height (j-berman)
| * | Daemon RPC: fix on_getblockhash error return on too high heightj-berman2025-09-291-0/+1
|/ /
* | Merge pull request #9901tobtoht2025-09-283-5/+10
|\ \ | | | | | | | | | 9a45208 Daemon RPC: add max_block_count field to /getblocks.bin (j-berman)
| * | Daemon RPC: add max_block_count field to /getblocks.binj-berman2025-04-103-5/+10
| | |
* | | Merge pull request #10098tobtoht2025-09-281-1/+1
|\ \ \ | | | | | | | | | | | | 13e28ea simplewallet: batch address creation limit to match rpc (nahuhh)
| * | | simplewallet: batch address creation limit to match rpcnahuhh2025-09-221-1/+1
| | | |
* | | | Merge pull request #10104tobtoht2025-09-281-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | 39c7a22 Send ZMQ miner notifications after txpool additions (WeebDataHoarder)
| * | | | Send ZMQ miner notifications after txpool additionsWeebDataHoarder2025-09-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug was introduced in c069c04ede338929c50297558fee15192aa0f67c, before this txpool additions were not notified on block addition When receiving blocks with previously unknown conditions, miner data was sent first, but txpool add events for already-added transactions in previous block were sent afterward. Miners would then include already-mined transactions in their new templates due to receiving the mistimed txpool add event. The fix is to send miner notifications AFTER txpool events are sent, and before normal block notifications are sent (for mining switch speed purposes) Fixes c069c04ede338929c50297558fee15192aa0f67c / #9135 Fixes dfee15eee18a97be5a8fb9822527f98ebd1b33e9 / #7891
* | | | | Merge pull request #10112tobtoht2025-09-281-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | dd82d28 removing lza_menace seed nodes (lza_menace)
| * | | | | removing lza_menace seed nodeslza_menace2025-09-261-4/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #10113tobtoht2025-09-281-101/+184
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 2879885 p2p: Improved peer selection with /24 subnet deduplication to disadvantage 'spy nodes' [v0.18] (rbrunner7)
| * | | | | p2p: Improved peer selection with /24 subnet deduplication to disadvantage ↵rbrunner72025-09-261-101/+184
| |/ / / / | | | | | | | | | | | | | | | 'spy nodes' [v0.18]
* | | | | Merge pull request #10115tobtoht2025-09-281-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 659114a net_node: add hinto seed nodes (hinto.janai)
| * | | | net_node: add hinto seed nodeshinto.janai2025-09-261-0/+4
|/ / / /
* | | | Merge pull request #10105tobtoht2025-09-241-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | f292444 remove 66.85.74.134 as seed node (Gingeropolous)
| * | | | remove 66.85.74.134 as seed nodeGingeropolous2025-09-241-1/+0
| | |/ / | |/| | | | | | remove 66.85.74.134 as seed node. bastards doubled the price of the server.
* | | | Merge pull request #10066tobtoht2025-09-241-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | 36b12ed Fix logging lock, future optimizations may needed (Lee *!* Clagett)
| * | | | Fix logging lock, future optimizations may neededLee *!* Clagett2025-09-021-2/+3
| | | | |
* | | | | Merge pull request #10092tobtoht2025-09-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 00e4faf cryptonote_core: `--dns-versions-check` is deprecated (nahuhh)
| * | | | | cryptonote_core: `--dns-versions-check` is deprecatednahuhh2025-09-211-1/+1
| | | | | |
* | | | | | Merge pull request #10096tobtoht2025-09-241-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | 751061c wallet_rpc_server: allow creating more than 64 addresses at once (moneromooo-monero)
| * | | | | wallet_rpc_server: allow creating more than 64 addresses at oncemoneromooo-monero2025-09-221-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | it's too low a limit (at least one person mentioned having to call create_address in a loop due to it)
* | | | | Merge pull request #10070tobtoht2025-09-081-1/+13
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 53375a7 CMake: fix msys/ICU compilation failure (0xFFFC0000)
| * | | | CMake: fix msys/ICU compilation failure0xFFFC00002025-09-081-1/+13
|/ / / /
* | | | Merge pull request #10063tobtoht2025-08-311-3/+11
|\ \ \ \ | |_|/ / |/| | | | | | | 7e3edc2 epee: only parse valid port (selsta)
| * | | epee: only parse valid portselsta2025-08-311-3/+11
| | | | | | | | | | | | | | | | Reported by hacksandhops and Ada Logic.
* | | | Merge pull request #10062tobtoht2025-08-301-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | 0dc791d ci: macos: reinstall cmake (tobtoht)
| * | | ci: macos: reinstall cmaketobtoht2025-08-301-0/+1
|/ / /
* | | Merge pull request #10051v0.18.4.2tobtoht2025-08-213-2/+2
|\ \ \ | | | | | | | | | | | | f921431 checkpoints: update to a recent block height (selsta)
| * | | checkpoints: update to a recent block heightselsta2025-08-203-2/+2
| | | |
* | | | Merge pull request #10048tobtoht2025-08-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | e6f43df epee: include math header for upcoming Boost 1.89 (Michael Cho)
| * | | | epee: include math header for upcoming Boost 1.89Michael Cho2025-08-201-0/+1
| |/ / /
* | | | Merge pull request #10047tobtoht2025-08-214-12/+20
|\ \ \ \ | | | | | | | | | | | | | | | e23b759 Skip ping connections in outgoing count (Lee *!* Clagett)
| * | | | Skip ping connections in outgoing countLee *!* Clagett2025-08-194-12/+20
| |/ / /
* | | | Merge pull request #10031tobtoht2025-08-211-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | f54edc4 add depends command for Apple Silicon macOS binaries (woodser)
| * | | add depends command for Apple Silicon macOS binarieswoodser2025-08-101-0/+2
|/ / /
* | | Merge pull request #10019tobtoht2025-08-057-9/+10
|\ \ \ | | | | | | | | | | | | 32f701b build: prepare v0.18.4.2 (selsta)
| * | | build: prepare v0.18.4.2selsta2025-08-017-9/+10
| | | |
* | | | Merge pull request #10015tobtoht2025-08-014-80/+6
|\ \ \ \ | |/ / / |/| | | | | | | 8f98dac wallet: deprecate wallet2::find_and_save_rings() (jeffro256)
| * | | wallet: deprecate wallet2::find_and_save_rings()jeffro2562025-07-294-80/+6
|/ / / | | | | | | | | | | | | | | | | | | Rings for outgoing transactions are stored within the scanning code since the last hardfork, so this code is largely unneccessary now. Co-authored-by: j-berman <justinberman@protonmail.com>
* | | Merge pull request #9998v0.18.4.1tobtoht2025-07-141-2/+2
|\ \ \ | | | | | | | | | | | | 2e0030c set do_not_relay always false in submit_multisig_main (SNeedlewoods)
| * | | set do_not_relay always false in submit_multisig_mainSNeedlewoods2025-07-141-2/+2
|/ / /