aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett2016-11-101-652/+108
* wallet: encrypt outputs and key images files with the view keymoneromooo-monero2016-11-071-14/+43
* wallet: fix bad amounts/fees againmoneromooo-monero2016-11-021-2/+2
* Merge pull request #1281Riccardo Spagni2016-11-011-0/+100
|\
| * wallet: new import_outputs/export_outputs commandsmoneromooo-monero2016-10-301-0/+100
* | Merge pull request #1277Riccardo Spagni2016-11-011-5/+15
|\ \
| * | wallet: print tx overview on submit_transfer toomoneromooo-monero2016-10-301-5/+15
| |/
* / simplewallet: remove destinations with zero amount in sign_transfermoneromooo-monero2016-10-301-0/+2
|/
* simplewallet: log transactions to submit in submit_transfermoneromooo-monero2016-10-261-1/+1
* wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero2016-10-251-6/+16
* simplewallet: factor locked_transfer, and fix a few rough edgesmoneromooo-monero2016-10-231-256/+43
* Merge pull request #1224Riccardo Spagni2016-10-221-10/+4
|\
| * simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero2016-10-151-10/+4
* | Merge pull request #1220Riccardo Spagni2016-10-221-7/+43
|\ \
| * | wallet: improve error messages when not enough money for transfermoneromooo-monero2016-10-151-7/+43
| |/
* | Merge pull request #1219Riccardo Spagni2016-10-221-1/+1
|\ \
| * | simplewallet: fix wrong amount in show_transfersmoneromooo-monero2016-10-151-1/+1
| |/
* | Merge pull request #1200Riccardo Spagni2016-10-221-53/+67
|\ \ | |/ |/|
| * Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron2016-10-151-53/+67
* | simplewallet: add mixin and payment id to sweep_all helpmoneromooo-monero2016-10-041-1/+1
|/
* Merge pull request #1179Riccardo Spagni2016-10-041-0/+253
|\
| * Fix description for locked_transferOyvind Kvanes2016-10-041-1/+1
| * Rename to lockblocks and add max valueOyvind Kvanes2016-10-041-45/+30
| * Fix locked_transferOyvind Kvanes2016-09-281-6/+3
| * Add locked_transferOyvind Kvanes2016-09-281-87/+83
| * Revert transfer_main in simplewalletOyvind Kvanes2016-09-281-22/+278
| * Add motifications to test out locked_transferOyvind Kvanes2016-09-281-6/+18
| * Add more information to transaction in walletOyvind Kvanes2016-09-281-1/+8
| * Make a small test changeOyvind Kvanes2016-09-281-1/+1
* | Merge pull request #1160Riccardo Spagni2016-10-041-1/+80
|\ \
| * | wallet: wallet option to confirm transfers with no payment idmoneromooo-monero2016-10-011-1/+80
| |/
* | Merge pull request #1162Riccardo Spagni2016-10-041-1/+1
|\ \
| * | Update minimum mixin in transfer_original help textTedTheFicus2016-10-011-1/+1
| |/
* | Merge pull request #1140Riccardo Spagni2016-10-041-26/+270
|\ \ | |/ |/|
| * wallet: cold wallet transaction signingmoneromooo-monero2016-09-271-26/+270
* | Merge pull request #1117Riccardo Spagni2016-09-261-1/+1
|\ \
| * | Made error message consistent with other, more helpful, messageWill Skinner2016-09-221-1/+1
| |/
* / Remove redundant "default" in set mixin help descJ Ryan Littlefield2016-09-191-1/+1
|/
* Merge pull request #1089Riccardo Spagni2016-09-181-10/+11
|\
| * simplewallet: do not expose the details of tx splitting to the usermoneromooo-monero2016-09-171-10/+11
* | simplewallet: fix wrong amount in show_transfers for pending transactionsmoneromooo-monero2016-09-171-1/+1
|/
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-15/+15
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-031-5/+5
* simplewallet: add magic and public keys to key image export filemoneromooo-monero2016-09-011-5/+30
* simplewallet: make the key image export format binarymoneromooo-monero2016-09-011-18/+5
* wallet: fix some "may be used uninitialized" warningsmoneromooo-monero2016-08-281-8/+8
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-8/+20
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-1/+1
* simplewallet: better check_tx_key feedbackmoneromooo-monero2016-08-281-2/+20
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-24/+16