aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9982tobtoht2025-07-131-1/+4
|\
| * rpc: return error correctly on bad key image stringjeffro2562025-07-111-1/+4
* | Merge pull request #9983tobtoht2025-07-131-8/+2
|\ \
| * | add do_not_relay option to submit_multisig_main command in simplewalletSNeedlewoods2025-07-111-8/+2
| |/
* / crypto: check+throw for Cryptonight v1 invalid inputjeffro2562025-07-111-1/+11
|/
* Merge pull request #9958tobtoht2025-07-103-1/+9
|\
| * Add new dynamic fees to ZMQLee Clagett2025-06-133-1/+9
* | Merge pull request #9946tobtoht2025-07-104-2/+3
|\ \
| * | build: prepare v0.18.4.1selsta2025-07-094-2/+3
| |/
* | Merge pull request #9954tobtoht2025-07-105-28/+115
|\ \
| * | wallet: refactor subaddress expansion & add to transfer testjeffro2562025-07-072-53/+56
| * | wallet: improve lookahead logic & make rpc persistentJustin Berman2025-07-073-22/+52
| * | wallet: create set_subaddress_lookahead wallet rpc endpointbenevanoff2025-07-073-1/+36
| * | wallet: ensure subaddress keys table is at least size of requested lookaheadbenevanoff2025-07-031-0/+19
| |/
* | Merge pull request #9978tobtoht2025-07-101-2/+1
|\ \
| * | simplewallet: respect `do-not-relay` in `sweep_single`hinto.janai2025-07-081-2/+1
* | | Merge pull request #9949tobtoht2025-07-081-2/+2
|\ \ \
| * | | Add is_same_host check to p2pLee *!* Clagett2025-06-071-2/+2
| | |/ | |/|
* | | cmake: don't redefine projecttobtoht2025-06-242-6/+0
* | | Merge pull request #9950tobtoht2025-06-142-18/+72
|\ \ \
| * | | wallet:set refresh interval to default when hitting tip of chaintzadiko2025-06-072-11/+9
| * | | wallet: fix monero-wallet-rpc ignoring calls during synctzadiko2025-06-072-14/+70
| |/ /
* / / fix issue 9943: cli using wrong filename for storing keysRudolf Schmidt2025-06-071-1/+1
|/ /
* | msys2 build: include int headersjeffro2562025-05-061-0/+1
* | fix: multisig stale data after failed refreshSNeedlewoods2025-04-242-38/+29
* | Merge pull request #9864v0.18.4.0tobtoht2025-03-263-2/+2
|\ \
| * | checkpoints: update to a recent block heightselsta2025-03-253-2/+2
* | | Correct Max / Min Block Waiting Periodstzadiko2025-03-251-11/+10
* | | Fix expected hash checkLee *!* Clagett2025-03-241-1/+1
* | | Merge pull request #9854tobtoht2025-03-241-4/+0
|\ \ \
| * | | Blockchain: remove skip for pruned txs in `check_tx_inputs()`jeffro2562025-03-191-4/+0
* | | | Merge pull request #9853tobtoht2025-03-242-8/+32
|\ \ \ \
| * | | | cryptonote_protocol: fix handling of pruned blocks during syncjeffro2562025-03-192-8/+32
| |/ / /
* | | | Merge pull request #9836tobtoht2025-03-241-9/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | cryptonote_basic: remove unused structtobtoht2025-03-141-9/+0
| |/ /
* / / trezor: fix protobuf 30 compatibilitytobtoht2025-03-182-0/+14
|/ /
* | Merge pull request #9740tobtoht2025-03-1022-1144/+1053
|\ \
| * | blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-1022-1144/+1053
* | | Merge pull request #9805tobtoht2025-02-171-2/+3
|\ \ \
| * | | BlockchainLMDB: fix data.mdb nuking on Windowsjeffro2562025-02-171-2/+3
* | | | Merge pull request #9803tobtoht2025-02-171-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | common: add missing iomanip includetobtoht2025-02-171-0/+1
* | | | add wallet rpc call to get default fee prioritywoodser2025-02-153-1/+46
* | | | Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-1415-64/+70
* | | | Set response limits on http server connectionsLee *!* Clagett2025-02-145-4/+81
* | | | epee: update 'http_server_handlers_map2.h' macros to use fully qualified namesJeffrey Ryan2025-02-133-6/+2
|/ / /
* | | Merge pull request #9722tobtoht2025-02-134-2/+3
|\ \ \
| * | | build: prepare v0.18.4.0selsta2025-02-134-2/+3
| |/ /
* | | Merge pull request #8617tobtoht2025-02-1315-94/+1849
|\ \ \
| * | | wallet: background sync with just the view keyj-berman2024-05-2415-95/+1850