aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* set_node command, allows setting node without restartTobias Hoffmann2017-12-061-1/+42
* Merge pull request #2833Riccardo Spagni2017-12-021-0/+10
|\
| * Fixes #759 Add sanity check on restore heightCifrado2017-11-171-0/+10
* | Merge pull request #2853Riccardo Spagni2017-12-021-0/+10
|\ \
| * | simplewallet: prevent (wrong) integrated adresses on accounts > 0moneromooo-monero2017-11-221-0/+10
* | | Added command descriptionsCifrado2017-11-261-58/+269
* | | Merge pull request #2825Riccardo Spagni2017-11-251-1/+1
|\ \ \
| * | | simplewallet: fix typo in incoming monero messagemoneromooo-monero2017-11-151-1/+1
| | |/ | |/|
* | | Merge pull request #2822Riccardo Spagni2017-11-251-1/+1
|\ \ \
| * | | simplewallet: translate ring size 0 to mixin 0 (default values)moneromooo-monero2017-11-151-1/+1
| |/ /
* | | Merge pull request #2796Riccardo Spagni2017-11-251-5/+7
|\ \ \
| * | | Wallet: update ring size in outdated error msgs with set_default_ring_sizebinaryFate2017-11-131-5/+7
* | | | Merge pull request #2368Riccardo Spagni2017-11-251-0/+87
|\ \ \ \
| * | | | Spend proof without txkeystoffu2017-11-211-0/+87
| | |_|/ | |/| |
* / | | fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-211-13/+5
|/ / /
* | / Tx proof (revised):stoffu2017-11-181-355/+101
| |/ |/|
* | simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu2017-11-151-2/+2
* | wallet: add sweep_single commandstoffu2017-11-151-0/+270
* | Fix 383ff4f68943c5d998fba8caa20aee481583f214Howard Chu2017-11-141-1/+1
* | Fix e89994e98f85be95d68c7bf471fcadf9aabbc93aHoward Chu2017-11-141-1/+1
* | Merge pull request #2765Riccardo Spagni2017-11-141-3/+3
|\ \
| * | simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments...stoffu2017-11-151-3/+3
* | | Merge pull request #2736Riccardo Spagni2017-11-141-30/+70
|\ \ \
| * | | wallet: move some scoped_message_writer calls from the libsmoneromooo-monero2017-11-141-1/+10
| * | | wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-30/+48
| * | | move input_line from command_line to simplewalletmoneromooo-monero2017-11-141-0/+13
| |/ /
* | | Merge pull request #2636Riccardo Spagni2017-11-141-338/+101
|\ \ \
| * | | simplewallet: factor transfer related exception handlingmoneromooo-monero2017-11-141-338/+101
| |/ /
* | | Merge pull request #2629Riccardo Spagni2017-11-141-2/+2
|\ \ \ | |/ / |/| |
| * | remove "using namespace std" from headersmoneromooo-monero2017-11-141-2/+2
* | | Merge pull request #2750Riccardo Spagni2017-11-141-6/+6
|\ \ \
| * | | Fix 'sweep_all' command when called with no argsLeon Klingele2017-11-031-6/+6
* | | | Merge pull request #2747Riccardo Spagni2017-11-141-2/+3
|\ \ \ \
| * | | | simplewallet: mark the active account in print_accountsmoneromooo-monero2017-11-021-2/+3
| |/ / /
* | | | Merge pull request #2745Riccardo Spagni2017-11-141-1/+0
|\ \ \ \
| * | | | Remove wallet dependency on p2pmoneromooo-monero2017-11-021-1/+0
| |/ / /
* | | | simplewallet: forbid 0 ring sizemoneromooo-monero2017-11-141-0/+10
* | | | simplewallet: reject attempts to use too low mixin earlymoneromooo-monero2017-11-141-0/+12
| |/ / |/| |
* | | Merge pull request #2683Riccardo Spagni2017-11-141-26/+79
|\ \ \
| * | | simplewallet: reject invalid argument for boolean parameterstoffu2017-11-141-26/+79
| | |/ | |/|
* | | Merge pull request #2682Riccardo Spagni2017-11-141-2/+2
|\ \ \
| * | | simplewallet: remove XMR mentionsmoneromooo-monero2017-10-191-2/+2
| | |/ | |/|
* | | Merge pull request #2633Riccardo Spagni2017-11-141-3/+26
|\ \ \
| * | | wallet-cli: added --generate-from-spend-key optionstoffu2017-11-141-3/+26
| | |/ | |/|
* / | track double spending in the txpoolmoneromooo-monero2017-11-061-7/+12
|/ /
* | Merge pull request #2605Riccardo Spagni2017-11-061-0/+36
|\ \
| * | Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner72017-10-161-0/+36
| |/
* | Merge pull request #2595Riccardo Spagni2017-11-061-15/+23
|\ \
| * | wallet-cli: allow priority argument for sweep_all and donatestoffu2017-11-041-15/+23
| |/
* / Distinguish "not enough money" and "not enough unlocked money"binaryFate2017-10-161-4/+32
|/