summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | wallet2: typo fix in error messagemoneromooo-monero2017-11-071-1/+1
* | | Merge pull request #2634Riccardo Spagni2017-11-151-0/+21
|\ \ \
| * | | wallet: add sweep_single commandstoffu2017-11-151-0/+21
* | | | Merge pull request #2628Riccardo Spagni2017-11-151-42/+19
|\ \ \ \ | |/ / / |/| | |
| * | | wallet2: simplify incoming tx processing codemoneromooo-monero2017-11-141-42/+19
* | | | More missed readline dependencies thru scoped_message_writerHoward Chu2017-11-141-3/+1
* | | | Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230dHoward Chu2017-11-141-1/+1
* | | | Merge pull request #2739Riccardo Spagni2017-11-141-10/+17
|\ \ \ \
| * | | | wallet2: avoid growing the short history when refreshing in a loopmoneromooo-monero2017-11-141-10/+17
* | | | | Merge pull request #2736Riccardo Spagni2017-11-141-103/+52
|\ \ \ \ \
| * | | | | wallet: move some scoped_message_writer calls from the libsmoneromooo-monero2017-11-141-75/+34
| * | | | | wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-28/+18
| |/ / / /
* | | | | Merge pull request #2629Riccardo Spagni2017-11-141-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
| |/ / /
* | | | Merge pull request #2727Riccardo Spagni2017-11-141-1/+14
|\ \ \ \
| * | | | wallet2: do not bother downloading block hashes below last checkpointmoneromooo-monero2017-10-311-1/+14
* | | | | Merge pull request #2624Riccardo Spagni2017-11-141-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | simplewallet: reject attempts to use too low mixin earlymoneromooo-monero2017-11-141-0/+13
* | | | | Merge pull request #2697Riccardo Spagni2017-11-141-10/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero2017-11-131-10/+11
| | |_|/ | |/| |
* | | | Merge pull request #2661Riccardo Spagni2017-11-141-5/+21
|\ \ \ \
| * | | | wallet2: workaround for lightwallet before supporting subaddress (followup #2...kenshi842017-10-161-5/+21
| | |/ / | |/| |
* | | | Merge pull request #2633Riccardo Spagni2017-11-141-2/+11
|\ \ \ \
| * | | | wallet-cli: added --generate-from-spend-key optionstoffu2017-11-141-2/+11
| | |/ / | |/| |
* | | | Merge pull request #2509Riccardo Spagni2017-11-141-23/+48
|\ \ \ \ | |/ / / |/| | |
| * | | track double spending in the txpoolmoneromooo-monero2017-11-061-23/+48
| | |/ | |/|
* / | wallet2 bugfix: supply missing subaddr_account arg to balance() and unlocked ...stoffu2017-11-061-4/+4
|/ /
* | Merge pull request #2605Riccardo Spagni2017-11-061-0/+23
|\ \
| * | Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner72017-10-161-0/+23
| |/
* | Merge pull request #2546Riccardo Spagni2017-11-061-2/+11
|\ \
| * | Distinguish "not enough money" and "not enough unlocked money"binaryFate2017-10-161-2/+11
| |/
* | Merge pull request #2703Riccardo Spagni2017-11-011-9/+9
|\ \
| * | Wallet2: Don't throw when subaddress label doesn't existJaquee2017-10-291-9/+9
| |/
* | Merge pull request #2718Riccardo Spagni2017-10-311-2/+2
|\ \
| * | wallet2: fix show_transfers missing multiple incoming outputsmoneromooo-monero2017-10-231-2/+2
| |/
* / wallet2: fix tx size estimator for large number of inputsmoneromooo-monero2017-10-221-1/+1
|/
* fix lightwallet and subaddresses conflictJaquee2017-10-151-1/+6
* Merge pull request #2596Riccardo Spagni2017-10-151-8/+0
|\
| * wallet2: fix refresh height calc for new walletsmoneromooo-monero2017-10-071-8/+0
* | Merge pull request #2570Riccardo Spagni2017-10-151-2/+2
|\ \
| * | wallet2: fix backlog being off by 1moneromooo-monero2017-10-031-2/+2
* | | Merge pull request #2109Riccardo Spagni2017-10-151-55/+699
|\ \ \
| * | | wallet2+API: use separate callbacks for lightwalletsJaquee2017-10-151-7/+4
| * | | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2Jaquee2017-10-151-1/+1
| * | | wallet2: create_transactions_2 lightwallet supportJaquee2017-10-151-0/+7
| * | | wallet2: get_outs lightwallet supportJaquee2017-10-151-10/+127
| * | | wallet2: commit_tx() lightwallet supportJaquee2017-10-151-17/+34
| * | | wallet2: refactor is_tx_spendtime_unlocked()Jaquee2017-10-151-3/+8
| * | | wallet2: add lightwallet exceptions to common functionsJaquee2017-10-151-0/+15
| * | | wallet2: refresh() lightwallet supportJaquee2017-10-151-0/+34