summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/ /
* / / simplewallet: allow to set threshold before warning about tx backlogselsta2017-10-021-0/+6
|/ /
* | Merge pull request #2491Riccardo Spagni2017-10-021-7/+20
|\ \
| * | wallet2: fix exception on split txesmoneromooo-monero2017-09-201-1/+3
| * | wallet2: print unused indices on a single linemoneromooo-monero2017-09-201-6/+17
* | | wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero2017-10-021-1/+28
| |/ |/|
* | wallet2: do not keep block hashes below last checkpointmoneromooo-monero2017-09-251-15/+48
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-4/+4
* | wallet2: simplify tx processing a bitmoneromooo-monero2017-09-251-72/+53
* | wallet2: factor some of the tx scanning codemoneromooo-monero2017-09-251-48/+20
* | wallet2: catch failure to parse addressmoneromooo-monero2017-09-251-1/+5
* | wallet2: catch failure to save keys filemoneromooo-monero2017-09-251-2/+3
* | Merge pull request #2386Riccardo Spagni2017-09-251-12/+10
|\ \
| * | wallet2: guard against daemon sending txes in the wrong ordermoneromooo-monero2017-09-111-12/+10
* | | Merge pull request #2377Riccardo Spagni2017-09-251-0/+141
|\ \ \
| * | | wallet2: correctly handle in/out payments for view-only walletstoffu2017-09-211-0/+141
* | | | Merge pull request #2257Riccardo Spagni2017-09-251-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | wallet: add encrypted seed functionalitymoneromooo-monero2017-09-121-2/+12
| |/ /
* | | Merge pull request #2441Riccardo Spagni2017-09-201-1/+1
|\ \ \ | |_|/ |/| |