aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7412luigi11112021-03-203-1/+58
|\ | | | | | | 6477b47 wallet_rpc: add scan_tx (tobtoht)
| * wallet_rpc: add scan_txtobtoht2021-03-013-1/+58
| |
* | Merge pull request #7366luigi11112021-03-201-2/+23
|\ \ | | | | | | | | | 9867a91 Store RPC SSL key/cert for consistent authentication between runs (Lee Clagett)
| * | Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-2/+23
| | |
* | | Merge pull request #6810luigi11112021-03-2012-1/+494
|\ \ \ | | | | | | | | | | | | 19b2283 New add_aux_pow RPC to support merge mining (moneromooo-monero)
| * | | New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-0912-1/+494
| |/ /
* | | Merge pull request #7335luigi11112021-03-052-21/+10
|\ \ \ | |_|/ |/| | | | | | | | 8d03bb6 device_trezor: add redundant check (anon) 34f9428 device_trezor: wipe string fields properly (anon)
| * | device_trezor: add redundant checkanon2021-01-201-1/+1
| | |
| * | device_trezor: wipe string fields properlyanon2021-01-201-20/+9
| |/
* | Merge pull request #7355luigi11112021-02-187-9/+7
|\ \ | | | | | | | | | | | | bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett) 1572df9 Removing unused namespace alias (Lee Clagett)
| * | Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-286-7/+7
| | |
| * | Removing unused namespace aliasLee Clagett2021-01-281-2/+0
| |/
* | Merge pull request #7346luigi11112021-02-1823-67/+12
|\ \ | | | | | | | | | 85db173 Remove unused variables in monero codebase (Kevin Barbour)
| * | Remove unused variables in monero codebaseKevin Barbour2021-02-0923-67/+12
| |/ | | | | | | | | | | | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* | Merge pull request #7341luigi11112021-02-181-7/+35
|\ \ | | | | | | | | | b587ffa Stop adding more outputs than bulletproof allows (Alex Opie)
| * | Stop adding more outputs than bulletproof allowsAlex Opie2021-01-251-7/+35
| |/ | | | | | | | | | | If more outputs are requested, they are split across multiple transactions. #7322
* | Merge pull request #7340luigi11112021-02-181-1/+1
|\ \ | | | | | | | | | ccd0f2b Simplewallet.cpp: Add export_outputs help (SomaticFanatic)
| * | Simplewallet.cpp: Add export_outputs helpSomaticFanatic2021-01-211-1/+1
| |/ | | | | | | See #6547
* | Merge pull request #7312luigi11112021-02-184-1/+89
|\ \ | | | | | | | | | 186271e monero-wallet-cli: Added command scan_tx (Horia Mihai David)
| * | monero-wallet-cli: Added command scan_txHoria Mihai David2021-02-174-1/+89
| | | | | | | | | | | | To implement this feature, the wallet2::scan_tx API was implemented.
* | | Merge pull request #7319luigi11112021-02-161-1/+1
|\ \ \ | | | | | | | | | | | | 993e9be simplewallet: allow setting --restore-height 0 (selsta)
| * | | simplewallet: allow setting --restore-height 0selsta2021-01-131-1/+1
| |/ /
* | | Merge pull request #7294luigi11112021-02-154-45/+0
|\ \ \ | | | | | | | | | | | | f10c9a1 remove obsolete pruning debug code (moneromooo-monero)
| * | | remove obsolete pruning debug codemoneromooo-monero2021-01-084-45/+0
| | | |
* | | | Merge pull request #7288luigi11112021-02-151-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | 015da03 wallet_rpc_server: don't abort on initial refresh failure (xiphon)
| * | | | wallet_rpc_server: don't abort on initial refresh failurexiphon2021-01-071-1/+8
| | | | |
* | | | | Merge pull request #7275luigi11112021-02-152-8/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f815740 p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node data (moneromooo-monero)
| * | | | | p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node datamoneromooo-monero2021-01-042-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removes a back and forth on connect, and the RPC can be removed once all peers have updated
* | | | | | Merge pull request #7273luigi11112021-02-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | e7f5845 Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7)
| * | | | | | Only INFO log for short seed words with ALLOW_SHORT_WORDS activerbrunner72021-01-031-1/+1
| |/ / / / /
* | | | | | Merge pull request #7265luigi11112021-02-151-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bdabcd0 wallet_api: store fee for incoming txs in history (Ben Evanoff)
| * | | | | | wallet_api: store fee for incoming txs in historyBen Evanoff2021-01-021-0/+1
| | | | | | |
* | | | | | | Merge pull request #7252luigi11112021-02-151-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | f208d98 p2p: ignore empty IP from DNS block list (moneromooo-monero)
| * | | | | | | p2p: ignore empty IP from DNS block listmoneromooo-monero2021-01-011-0/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | ie, if the list ends in ;
* | | | | | | Merge pull request #7242luigi11112021-02-151-5/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 021a281 simplewallet: Add input file parameter to sign_transfer (Steff Richards)
| * | | | | | | simplewallet: Add input file parameter to sign_transferSteff Richards2020-12-311-5/+20
| |/ / / / / /
* | | | | | | Merge pull request #7185luigi11112021-02-153-4/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 50ff106 wallet api: allow wallet to fetch all key images via api (benevanoff)
| * | | | | | | wallet api: allow wallet to fetch all key images via apibenevanoff2020-12-253-4/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7000luigi11112021-02-152-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dc48de7 Reduce compilation time of epee/portable_storage.h (mj-xmr)
| * | | | | | | Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-062-0/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6986luigi11112021-02-151-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ee58f4f Balance includes unconfirmed payments (woodser)
| * | | | | | | Balance includes unconfirmed paymentswoodser2020-11-061-0/+8
| | | | | | | |
* | | | | | | | p2p: add --max-connections-per-ip daemon optionmoneromooo-monero2021-02-153-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps daemons behind a proxy get more than one connection. Defaults to 1 (no change)
* | | | | | | | Merge pull request #6900luigi11112021-02-143-43/+26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | aaa3289 add more updates domains and make the voting generic, not just 2/3 (moneromooo-monero)
| * | | | | | | add more updates domains and make the voting generic, not just 2/3moneromooo-monero2020-10-153-43/+26
| | | | | | | |
* | | | | | | | Merge pull request #7260luigi11112021-01-151-1/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | c5c278c p2p: only log to global when a blocked IP is not already blocked (moneromooo-monero)
| * | | | | | | | p2p: only log to global when a blocked IP is not already blockedmoneromooo-monero2021-01-011-1/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #7240luigi11112021-01-151-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 46cc4a2 Header row for peer list in sync_info (Denis Goddard)
| * | | | | | | | Header row for peer list in sync_infoDenis Goddard2020-12-311-0/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #7236luigi11112021-01-151-9/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ab5e185 protocol: fix wrong command in logs (moneromooo-monero)