aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| * | | my/openmonero API functionsJaquee2017-10-151-0/+441
| * | | wallet2: add remove_obsolete_pool_txs()Jaquee2017-10-151-22/+30
| * | | wallet2: add ssl option to init()Jaquee2017-10-151-2/+5
* | | | Merge pull request #2554Riccardo Spagni2017-10-151-22/+109
|\ \ \ \ | |/ / / |/| | |
| * | | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu2017-10-071-22/+109
| | |/ | |/|
* / | Subaddresseskenshi842017-10-071-184/+594
|/ /
* | Merge pull request #2542Riccardo Spagni2017-10-061-1/+1
|\ \
| * | wallet2: Missing underflow check on low heightslandergate2017-09-271-1/+1
* | | Merge pull request #2530Riccardo Spagni2017-10-061-1/+1
|\ \ \
| * | | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ...stoffu2017-10-031-1/+1
| | |/ | |/|
* | | Merge pull request #2529Riccardo Spagni2017-10-061-10/+6
|\ \ \
| * | | wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu2017-10-031-10/+6
| |/ /