aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-27Merge pull request #3102Riccardo Spagni1-3/+3
2018-01-26Update 2018 copyrightxmr-eric3-3/+3
2018-01-26simplewallet: fix typo get_tx_proof_out to get_tx_proofstoffu1-3/+3
2018-01-25Merge pull request #3130Riccardo Spagni1-2/+14
2018-01-25Merge pull request #3093Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3072Riccardo Spagni1-3/+3
2018-01-25Merge pull request #3057Riccardo Spagni2-4/+4
2018-01-25Merge pull request #3027Riccardo Spagni2-0/+116
2018-01-25Merge pull request #3011Riccardo Spagni1-1/+2
2018-01-25Merge pull request #3008Riccardo Spagni1-3/+3
2018-01-16simplewallet: single out 0 amount destinations as dummy onesmoneromooo-monero1-2/+14
2018-01-11Keep readline optionalJethro Grassie1-1/+1
2018-01-10Reserve proofstoffu2-0/+116
2018-01-10Merge pull request #2981Riccardo Spagni1-0/+7
2018-01-10Merge pull request #2976Riccardo Spagni1-0/+6
2018-01-10Merge pull request #2972Riccardo Spagni1-0/+4
2018-01-09Improved terminology from create to generateMaxithi1-1/+1
2018-01-06fix some confirmation dialog, add missing symbolsAJIekceu41-3/+3
2018-01-05Factor the monero donation addressMaxithi2-4/+4
2018-01-02Merge pull request #2960Riccardo Spagni2-45/+150
2017-12-28Merge pull request #2949Riccardo Spagni1-5/+5
2017-12-28Merge pull request #2942Riccardo Spagni1-82/+1
2017-12-28simplewallet: detect typo for incoming_transfers optionsstoffu1-0/+7
2017-12-27daemon+simplewallet: given an unknown command, show itstoffu1-1/+2
2017-12-26simplewallet: Correct 3 multisig command usage help texts, e.g. for 'export_m...rbrunner71-3/+3
2017-12-25Merge pull request #2926Riccardo Spagni2-4/+134
2017-12-25Merge pull request #2920Riccardo Spagni1-4/+4
2017-12-25Merge pull request #2918Riccardo Spagni1-1/+1
2017-12-20simplewallet: disable donations on testnetMatt Smith1-0/+6
2017-12-20simplewallet: lock idle scope in {im,ex}port_{key_images,outputs}moneromooo-monero1-0/+4
2017-12-20wallet: support for multisig seedsmoneromooo-monero2-45/+150
2017-12-18simplewallet: factor out tx exceptionsmoneromooo-monero1-82/+1
2017-12-18catch const exceptionsmoneromooo-monero1-2/+2
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-2/+2
2017-12-18Account taggingstoffu2-4/+134
2017-12-17Better definite article usexmr-eric1-5/+5
2017-12-17wallet: factor multisig info parsingmoneromooo-monero1-52/+5
2017-12-17wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero1-76/+4
2017-12-17Match surae's recommendation to derive multisig keysmoneromooo-monero1-2/+3
2017-12-17simplewallet: add export_raw_multisig commandmoneromooo-monero2-0/+74
2017-12-17simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero1-1/+11
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-8/+39
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero1-14/+1
2017-12-17N-1/N multisigmoneromooo-monero2-11/+71
2017-12-17gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero1-0/+1
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero2-117/+538
2017-12-17wallet: add multisig key generationmoneromooo-monero2-2/+144
2017-12-16Wallets now do not depend on the daemon rpc libmoneromooo-monero1-1/+1
2017-12-16Merge pull request #2873Riccardo Spagni1-2/+2
2017-12-16Merge pull request #2860Riccardo Spagni1-4/+4
2017-12-13simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero1-1/+1
2017-12-06set_node command, allows setting node without restartTobias Hoffmann2-2/+44
2017-12-02Merge pull request #2833Riccardo Spagni1-0/+10
2017-12-02Merge pull request #2853Riccardo Spagni1-0/+10
2017-11-28Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric1-2/+2
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-4/+4
2017-11-26Added command descriptionsCifrado2-58/+270
2017-11-25Merge pull request #2825Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2822Riccardo Spagni1-1/+1
2017-11-25Merge pull request #2796Riccardo Spagni1-5/+7
2017-11-25Merge pull request #2368Riccardo Spagni2-0/+89
2017-11-22simplewallet: prevent (wrong) integrated adresses on accounts > 0moneromooo-monero1-0/+10
2017-11-21Spend proof without txkeystoffu2-0/+89
2017-11-21fix for tx proof: use exception instead of error_str when signature gen failedstoffu1-13/+5
2017-11-18Tx proof (revised):stoffu2-356/+101
2017-11-17Fixes #759 Add sanity check on restore heightCifrado1-0/+10
2017-11-15simplewallet: fix typo in incoming monero messagemoneromooo-monero1-1/+1
2017-11-15simplewallet: translate ring size 0 to mixin 0 (default values)moneromooo-monero1-1/+1
2017-11-15simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu1-2/+2
2017-11-15wallet: add sweep_single commandstoffu2-0/+271
2017-11-14Fix 383ff4f68943c5d998fba8caa20aee481583f214Howard Chu1-1/+1
2017-11-14Fix e89994e98f85be95d68c7bf471fcadf9aabbc93aHoward Chu1-1/+1
2017-11-14Merge pull request #2765Riccardo Spagni1-3/+3
2017-11-14Merge pull request #2736Riccardo Spagni2-30/+73
2017-11-14Merge pull request #2636Riccardo Spagni1-338/+101
2017-11-14Merge pull request #2629Riccardo Spagni1-2/+2
2017-11-14Do not build against epee_readline if it was not builtHoward Chu1-1/+1
2017-11-14split off readline code into epee_readlinemoneromooo-monero1-0/+2
2017-11-14link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero1-0/+1
2017-11-14wallet: move some scoped_message_writer calls from the libsmoneromooo-monero1-1/+10
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-30/+48
2017-11-14move input_line from command_line to simplewalletmoneromooo-monero1-0/+13
2017-11-14simplewallet: factor transfer related exception handlingmoneromooo-monero1-338/+101
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+2
2017-11-15simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments...stoffu1-3/+3
2017-11-14Merge pull request #2750Riccardo Spagni1-6/+6
2017-11-14Merge pull request #2747Riccardo Spagni1-2/+3
2017-11-14Merge pull request #2745Riccardo Spagni2-2/+0
2017-11-14simplewallet: forbid 0 ring sizemoneromooo-monero1-0/+10
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+12
2017-11-14Merge pull request #2683Riccardo Spagni1-26/+79
2017-11-14Merge pull request #2682Riccardo Spagni1-2/+2
2017-11-14Merge pull request #2633Riccardo Spagni2-3/+27
2017-11-14simplewallet: reject invalid argument for boolean parameterstoffu1-26/+79
2017-11-14wallet-cli: added --generate-from-spend-key optionstoffu2-3/+27
2017-11-13Wallet: update ring size in outdated error msgs with set_default_ring_sizebinaryFate1-5/+7
2017-11-06track double spending in the txpoolmoneromooo-monero1-7/+12
2017-11-06Merge pull request #2605Riccardo Spagni2-0/+38
2017-11-06Merge pull request #2595Riccardo Spagni1-15/+23
2017-11-04wallet-cli: allow priority argument for sweep_all and donatestoffu1-15/+23
2017-11-03Fix 'sweep_all' command when called with no argsLeon Klingele1-6/+6
2017-11-02simplewallet: mark the active account in print_accountsmoneromooo-monero1-2/+3
2017-11-02Remove wallet dependency on p2pmoneromooo-monero2-2/+0
2017-10-19simplewallet: remove XMR mentionsmoneromooo-monero1-2/+2
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner72-0/+38
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-4/+32
2017-10-15Merge pull request #2606Riccardo Spagni2-1/+21
2017-10-15Merge pull request #2586Riccardo Spagni2-32/+46
2017-10-15Merge pull request #2569Riccardo Spagni1-2/+0
2017-10-15Merge pull request #2554Riccardo Spagni1-1/+18
2017-10-15Merge pull request #2550Riccardo Spagni1-3/+3
2017-10-15Merge pull request #2549Riccardo Spagni1-1/+2
2017-10-08simplewallet: add get/set for refresh-from-heightmoneromooo-monero2-1/+21
2017-10-07Subaddresseskenshi842-203/+637
2017-10-07wallet-cli: add --do-not-relay optionstoffu2-32/+46
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-1/+18
2017-10-06Merge pull request #2468Riccardo Spagni2-2/+23
2017-10-03simplewallet: fix setting default-ring-size to 0moneromooo-monero1-2/+0
2017-10-02Merge pull request #2515Riccardo Spagni1-0/+3
2017-10-02Merge pull request #2512Riccardo Spagni1-3/+5
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta2-2/+23
2017-09-29simplewallet: allow 1/yes/y as well as true for start_mining optionsmoneromooo-monero1-3/+3
2017-09-29simplewallet: fix --restore-from-height being ignoredmoneromooo-monero1-1/+2
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25Merge pull request #2452Riccardo Spagni1-0/+3
2017-09-25Merge pull request #2424Riccardo Spagni1-3/+12
2017-09-25Merge pull request #2442Riccardo Spagni1-2/+1
2017-09-25simplewallet: guard against I/O exceptionsmoneromooo-monero1-3/+12
2017-09-25Merge pull request #2257Riccardo Spagni2-2/+31
2017-09-22simplewallet: add privacy warning when using an untrusted demonmoneromooo-monero1-0/+3
2017-09-22Log categories can now be added to and removed frommoneromooo-monero1-3/+5
2017-09-21build: auto update version info without manually deleting version.hstoffu1-2/+1
2017-09-20Merge pull request #2412Riccardo Spagni1-2/+2
2017-09-20Merge pull request #2381Riccardo Spagni2-0/+11
2017-09-16simplewallet: print tx rejection reason where it was missingmoneromooo-monero1-0/+3
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero2-2/+31
2017-09-08Silence more stupid gcc warningsHoward Chu1-2/+2
2017-09-02Merge pull request #2362Riccardo Spagni2-3/+67
2017-09-02Merge pull request #2316Riccardo Spagni1-0/+1
2017-08-31monero-wallet-cli: New command 'wallet_info' improvedrbrunner71-5/+4
2017-08-31monero-wallet-cli: New command 'wallet_info'rbrunner72-0/+12
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero2-3/+67
2017-08-26Merge pull request #2320Riccardo Spagni1-0/+8
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero2-1/+58
2017-08-22Fix refresh counter displayHoward Chu1-0/+8
2017-08-21Silence stupid fallthru warning in gcc 7Howard Chu1-0/+1
2017-08-15Merge pull request #2293Riccardo Spagni2-1/+14
2017-08-15Merge pull request #2281Riccardo Spagni1-80/+8
2017-08-15Merge pull request #2279Riccardo Spagni1-0/+6
2017-08-15Merge pull request #2256Riccardo Spagni1-6/+11
2017-08-15Merge pull request #2255Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2240Riccardo Spagni2-2/+15
2017-08-15Merge pull request #2205Riccardo Spagni1-0/+35
2017-08-13simplewallet: mnemonic language command-line argEugene Otto2-1/+14
2017-08-11simplewallet: factor out message_writermoneromooo-monero1-80/+8
2017-08-11simplewallet: fix possible privacy leak in import_key_images()Jaquee1-0/+6
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero2-40/+44
2017-08-07Merge pull request #2218Riccardo Spagni2-3/+145
2017-08-07Merge pull request #2210Riccardo Spagni1-7/+43
2017-08-07Merge pull request #2196Riccardo Spagni1-12/+50
2017-08-06simplewallet: do not ask wallet filename twice when restoringmoneromooo-monero1-6/+11
2017-08-06simplewallet: Be explicit about secret keysErik de Castro Lopo1-2/+2
2017-08-04simplewallet: show payment ids on sign_transfermoneromooo-monero1-12/+50
2017-08-02simplewallet: add (out of sync) or (no daemon) markers in the promptmoneromooo-monero2-2/+15
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-0/+35
2017-07-29Fix handling of strings & simplify summation of spendkeysJollyMort1-13/+7
2017-07-29Add option to join multisig wallet pieces togetherJollyMort2-3/+151
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero1-7/+43
2017-07-22Make successful transfer log message more informativeJollyMort1-1/+2
2017-07-19Merge pull request #2159Riccardo Spagni1-2/+2
2017-07-19Merge pull request #2135Riccardo Spagni1-0/+2
2017-07-09Add various readline related fixesJethro Grassie1-2/+2
2017-07-03Merge pull request #2124Riccardo Spagni1-12/+0
2017-07-03Merge pull request #2112Riccardo Spagni1-0/+15
2017-07-03Merge pull request #2110Riccardo Spagni1-4/+4
2017-06-30simplewallet: lock idle scope when sweepingmoneromooo-monero1-0/+2
2017-06-26wallet: fix refresh_from_height setting on new walletmoneromooo-monero1-12/+0
2017-06-25Fix multiline wallet cli output with readlineJethro Grassie1-0/+15
2017-06-23simplewallet: typo fixesGuillaume LE VAILLANT1-4/+4
2017-06-22simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()stoffu1-2/+0
2017-06-22simplewallet: replace assert(m_wallet) with error outstoffu1-5/+25
2017-06-22Signature proving payment to destination by only revealing key derivation, no...stoffu2-15/+220
2017-06-18Merge pull request #2081Riccardo Spagni2-0/+15
2017-06-10simplewallet: new command to generate a random payment idmoneromooo-monero2-0/+15
2017-06-07add simplewallet --generate-new-wallet arg checksMichael Shick1-0/+9
2017-05-30Merge pull request #2053Riccardo Spagni1-10/+13
2017-05-30Merge pull request #2039Riccardo Spagni1-1/+1
2017-05-28simplewallet: fix refresh height for new walletsmoneromooo-monero1-10/+13
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-05-09corrected typo in help regarding min-outputs-*stoffu1-1/+1
2017-04-24wallet: add sweep_below functionmoneromooo-monero2-2/+26
2017-04-24Merge pull request #1984Riccardo Spagni1-7/+22
2017-04-16simplewallet: allow multiline seedmoneromooo-monero1-7/+22
2017-04-12wallet cli: removed some inappropriate return-falsekenshi841-16/+6
2017-04-11Merge pull request #1949Riccardo Spagni1-9/+9
2017-04-11Merge pull request #1940Riccardo Spagni1-4/+17
2017-04-11Merge pull request #1931Riccardo Spagni1-1/+0
2017-04-02simplewallet: fix cold signing of split transactionsmoneromooo-monero1-3/+9
2017-04-02simplewallet: allow setting confirm-missing-payment-id in watch walletsmoneromooo-monero1-6/+0
2017-04-01Add per transaction fee to transfer commandAntti Keränen1-4/+17