aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add N/N multisig tx generation and signingmoneromooo-monero2017-12-172-117/+538
* | | wallet: add multisig key generationmoneromooo-monero2017-12-172-2/+144
| |/ |/|
* | Wallets now do not depend on the daemon rpc libmoneromooo-monero2017-12-161-1/+1
* | Merge pull request #2873Riccardo Spagni2017-12-161-2/+2
|\ \
| * | Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric2017-11-281-2/+2
* | | Merge pull request #2860Riccardo Spagni2017-12-161-4/+4
|\ \ \
| * | | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-4/+4
| |/ /
* | / set_node command, allows setting node without restartTobias Hoffmann2017-12-062-2/+44
| |/ |/|
* | 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-262-58/+270
| |_|/ |/| |
* | | 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-252-0/+89
|\ \ \ \
| * | | | Spend proof without txkeystoffu2017-11-212-0/+89
| | |_|/ | |/| |
* / | | fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-211-13/+5
|/ / /
* | / Tx proof (revised):stoffu2017-11-182-356/+101
| |/ |/|
* | simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu2017-11-151-2/+2
* | wallet: add sweep_single commandstoffu2017-11-152-0/+271
* | 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-142-30/+73
|\ \ \
| * | | Do not build against epee_readline if it was not builtHoward Chu2017-11-141-1/+1
| * | | split off readline code into epee_readlinemoneromooo-monero2017-11-141-0/+2
| * | | link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero2017-11-141-0/+1
| * | | 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-142-2/+0
|\ \ \ \
| * | | | Remove wallet dependency on p2pmoneromooo-monero2017-11-022-2/+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
| | |/ | |/|