aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-211-1/+1
|/ /
* / Tx proof (revised):stoffu2017-11-181-0/+4
|/
* wallet: add sweep_single commandstoffu2017-11-151-0/+1
* wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu2017-11-151-3/+2
* wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-7/+4
* Merge pull request #2755Riccardo Spagni2017-11-141-2/+2
|\
| * Used declared default refresh status as default rather than it's current valueMaxime THIEBAUT2017-11-031-2/+2
* | Merge pull request #2624Riccardo Spagni2017-11-141-0/+1
|\ \
| * | simplewallet: reject attempts to use too low mixin earlymoneromooo-monero2017-11-141-0/+1
* | | Merge pull request #2697Riccardo Spagni2017-11-141-14/+38
|\ \ \ | |/ / |/| |
| * | wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero2017-11-131-14/+38
* | | track double spending in the txpoolmoneromooo-monero2017-11-061-7/+32
|/ /
* | Merge pull request #2605Riccardo Spagni2017-11-061-1/+27
|\ \
| * | Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner72017-10-161-1/+27
* | | Merge pull request #2546Riccardo Spagni2017-11-061-2/+2
|\ \ \ | |_|/ |/| |
| * | Distinguish "not enough money" and "not enough unlocked money"binaryFate2017-10-161-2/+2
| |/
* | Merge pull request #2703Riccardo Spagni2017-11-011-2/+2
|\ \
| * | Wallet2: Don't throw when subaddress label doesn't existJaquee2017-10-291-2/+2
| |/
* / wallet2: fix subaddress fields serializationmoneromooo-monero2017-10-231-0/+15
|/
* Merge pull request #2565Riccardo Spagni2017-10-151-1/+1
|\
| * tests: fix hashchain unit testsmoneromooo-monero2017-10-031-1/+1
* | Merge pull request #2109Riccardo Spagni2017-10-151-2/+62
|\ \
| * | wallet2+API: use separate callbacks for lightwalletsJaquee2017-10-151-0/+7
| * | wallet2: get_outs lightwallet supportJaquee2017-10-151-0/+2
| * | wallet2: refactor is_tx_spendtime_unlocked()Jaquee2017-10-151-0/+1
| * | my/openmonero API functionsJaquee2017-10-151-0/+34
| * | wallet2: add remove_obsolete_pool_txs()Jaquee2017-10-151-0/+1
| * | wallet2: add on_pool_tx_removed callbackJaquee2017-10-151-0/+1
| * | wallet2: light wallet member variablesJaquee2017-10-151-1/+15
| * | wallet2: add ssl option to init()Jaquee2017-10-151-1/+1
* | | Merge pull request #2554Riccardo Spagni2017-10-151-2/+2
|\ \ \ | |/ / |/| |
| * | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu2017-10-071-2/+2
* | | Subaddresseskenshi842017-10-071-54/+131
|/ /
* | Merge pull request #2529Riccardo Spagni2017-10-061-1/+0
|\ \
| * | wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu2017-10-031-1/+0
| |/
* / simplewallet: allow to set threshold before warning about tx backlogselsta2017-10-021-0/+3
|/
* wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero2017-10-021-1/+2
* wallet2: do not keep block hashes below last checkpointmoneromooo-monero2017-09-251-5/+52
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
* wallet2: simplify tx processing a bitmoneromooo-monero2017-09-251-2/+15
* wallet2: factor some of the tx scanning codemoneromooo-monero2017-09-251-0/+1
* wallet: add encrypted seed functionalitymoneromooo-monero2017-09-121-1/+1
* Merge pull request #2362Riccardo Spagni2017-09-021-3/+4
|\
| * simplewallet: new "fee" command to display fee informationmoneromooo-monero2017-08-291-3/+4
* | Merge pull request #2309Riccardo Spagni2017-09-021-2/+7
|\ \ | |/ |/|
| * wallet2: export/import wallet data functionsJaquee2017-08-211-1/+6
| * import_key_images - allow importing without being connected to daemonJaquee2017-08-181-1/+1
* | wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero2017-08-261-2/+7
|/
* Merge pull request #2240Riccardo Spagni2017-08-151-0/+2
|\
| * wallet2: add a is_synced functionmoneromooo-monero2017-08-021-0/+2