aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2926Riccardo Spagni2017-12-252-4/+134
|\ \ \
| * | | Account taggingstoffu2017-12-182-4/+134
| |/ /
* | | Merge pull request #2920Riccardo Spagni2017-12-251-4/+4
|\ \ \
| * | | catch const exceptionsmoneromooo-monero2017-12-181-2/+2
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-2/+2
| |/ /
* | | Merge pull request #2918Riccardo Spagni2017-12-251-1/+1
|\ \ \ | |/ / |/| |
| * | simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero2017-12-131-1/+1
* | | wallet: factor multisig info parsingmoneromooo-monero2017-12-171-52/+5
* | | wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-171-76/+4
* | | Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-2/+3
* | | simplewallet: add export_raw_multisig commandmoneromooo-monero2017-12-172-0/+74
* | | simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero2017-12-171-1/+11
* | | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-8/+39
* | | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-14/+1
* | | N-1/N multisigmoneromooo-monero2017-12-172-11/+71
* | | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-0/+1
* | | 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