aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 taggingstoffu1-4/+133
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-monero1-0/+73
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-monero1-11/+70
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-monero1-117/+533
2017-12-17wallet: add multisig key generationmoneromooo-monero1-2/+142
2017-12-13simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero1-1/+1
2017-12-06set_node command, allows setting node without restartTobias Hoffmann1-1/+42
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 descriptionsCifrado1-58/+269
2017-11-22simplewallet: prevent (wrong) integrated adresses on accounts > 0moneromooo-monero1-0/+10
2017-11-21Spend proof without txkeystoffu1-0/+87
2017-11-21fix for tx proof: use exception instead of error_str when signature gen failedstoffu1-13/+5
2017-11-18Tx proof (revised):stoffu1-355/+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 commandstoffu1-0/+270
2017-11-14Fix 383ff4f68943c5d998fba8caa20aee481583f214Howard Chu1-1/+1
2017-11-14Fix e89994e98f85be95d68c7bf471fcadf9aabbc93aHoward Chu1-1/+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-14simplewallet: forbid 0 ring sizemoneromooo-monero1-0/+10
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+12
2017-11-14simplewallet: reject invalid argument for boolean parameterstoffu1-26/+79
2017-11-14wallet-cli: added --generate-from-spend-key optionstoffu1-3/+26
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-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-monero1-1/+0
2017-10-19simplewallet: remove XMR mentionsmoneromooo-monero1-2/+2
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-0/+36
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-4/+32
2017-10-08simplewallet: add get/set for refresh-from-heightmoneromooo-monero1-1/+20
2017-10-07Subaddresseskenshi841-197/+628
2017-10-07wallet-cli: add --do-not-relay optionstoffu1-32/+39
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-1/+18
2017-10-03simplewallet: fix setting default-ring-size to 0moneromooo-monero1-2/+0
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-2/+22
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-25simplewallet: guard against I/O exceptionsmoneromooo-monero1-3/+12
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-16simplewallet: print tx rejection reason where it was missingmoneromooo-monero1-0/+3
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-2/+29
2017-09-08Silence more stupid gcc warningsHoward Chu1-2/+2
2017-08-31monero-wallet-cli: New command 'wallet_info' improvedrbrunner71-5/+4
2017-08-31monero-wallet-cli: New command 'wallet_info'rbrunner71-0/+11
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero1-3/+66
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero1-1/+57
2017-08-22Fix refresh counter displayHoward Chu1-0/+8
2017-08-21Silence stupid fallthru warning in gcc 7Howard Chu1-0/+1
2017-08-13simplewallet: mnemonic language command-line argEugene Otto1-1/+13
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-monero1-39/+43
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-monero1-2/+14
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 togetherJollyMort1-3/+150
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-09Add various readline related fixesJethro Grassie1-2/+2
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...stoffu1-15/+217
2017-06-10simplewallet: new command to generate a random payment idmoneromooo-monero1-0/+14
2017-06-07add simplewallet --generate-new-wallet arg checksMichael Shick1-0/+9
2017-05-28simplewallet: fix refresh height for new walletsmoneromooo-monero1-10/+13
2017-05-09corrected typo in help regarding min-outputs-*stoffu1-1/+1
2017-04-24wallet: add sweep_below functionmoneromooo-monero1-2/+24
2017-04-16simplewallet: allow multiline seedmoneromooo-monero1-7/+22
2017-04-12wallet cli: removed some inappropriate return-falsekenshi841-16/+6
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
2017-03-27wallet cli: remove redundant password confirm in donate commandkenshi841-1/+0
2017-03-26simplewallet: factor the per-variable code in set_variablemoneromooo-monero1-170/+28
2017-03-25wallet: option to merge destinationsmoneromooo-monero1-1/+26
2017-03-24Fixed typo in CLI wallet help messageDerek Zhang1-1/+1
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero1-1/+65
2017-03-22Transfer helpAkademik Prokhor Zakharov1-2/+2
2017-03-21wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero1-15/+1
2017-03-18simplewallet: allow setting tx priority in watch walletsmoneromooo-monero1-5/+0
2017-03-18use const references in catch blocksmoneromooo-monero1-2/+2
2017-03-18simplewallet: catch case where no transactions are mademoneromooo-monero1-1/+7
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-6/+6
2017-03-05wallet: add password commandmoneromooo-monero1-3/+4
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-1/+45
2017-02-28wallet: fix --log-file not workingmoneromooo-monero1-1/+2
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-7/+7
2017-02-24simplewallet: updated help message for 'set ask-password'kenshi841-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Add support for smart mining through wallet.Dion Ahmetaj1-8/+7
2017-02-14simplewallet: validate hex input sizemoneromooo-monero1-9/+9
2017-02-08simplewallet: print error when address is wrongkenshi841-0/+6
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+1
2017-02-03simplewallet: option to always ask password for any crytical operationskenshi841-0/+42
2017-02-02simplewallet: cleanupmoneromooo-monero1-5/+0
2017-02-02simplewallet: fix build (unqualified type not in current scope)moneromooo-monero1-1/+1
2017-01-29Add change_password for simplewalletAshley Perpetual1-0/+27
2017-01-28Factor is_address_local code into a tools functionmoneromooo-monero1-29/+2
2017-01-25Updates to epee HTTP client codeLee Clagett1-6/+7
2017-01-24moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi841-5/+5
2017-01-20wallet: print exception message on get_random_outs_errormoneromooo-monero1-8/+8
2017-01-18simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004kenshi841-1/+1
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-16/+64
2017-01-16Change logging to easylogging++moneromooo-monero1-32/+38
2017-01-13Move key image export/import functions to wallet2Jaquee1-78/+9
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee1-0/+5
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-13/+149
2017-01-08add msg for donateluigi11111-0/+1
2017-01-08Fix monero-wallet-cli compileluigi11111-1/+1
2017-01-08simplewallet: add a show_transfer <txid> commandmoneromooo-monero1-0/+123
2016-12-26wallet cli: print unspent outputs with histogramkenshi841-0/+119
2016-12-26simplewallet: remove unnecessary local_args.erase(...) in set_variable()kenshi841-24/+8
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-73/+5
2016-12-21wallet cli: viewing and editing address bookkenshi841-0/+81
2016-12-20simplewallet: bump output file format versionmoneromooo-monero1-1/+1
2016-12-20support importing unportable outputskenshi841-3/+12
2016-12-19Refactored password prompting for walletsLee Clagett1-163/+56
2016-12-17simplewallet: add pending/pool/failed in the show_transfers helpmoneromooo-monero1-1/+1
2016-12-17simplewallet: add return type for donate functionanonimal1-0/+1
2016-12-17simplewallet: hardcode Monero's donation addressanonimal1-1/+2
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-2/+2
2016-12-15wallet cli: donate commandKenshi Takayama1-0/+40
2016-12-12monero-wallet-cli wording changes 'n' stuffluigi11111-11/+13
2016-12-08simplewallet: restore automatically setting trusted local daemonmoneromooo-monero1-0/+43
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-7/+12
2016-11-25Added command_line::is_yesLee Clagett1-17/+15
2016-11-23simplewallet: remove double confirmation when submitting signed txmoneromooo-monero1-51/+0
2016-11-16wallet: auto sync outputs and key images in cold signing filesmoneromooo-monero1-7/+21
2016-11-13simplewallet: add a verbose flag to incoming_transfersmoneromooo-monero1-6/+18
2016-11-13simplewallet: spell out change when signing a transfermoneromooo-monero1-2/+16
2016-11-13simplewallet: print public keys too on spendkey/viewkey commandsmoneromooo-monero1-2/+4
2016-11-13simplewallet: include amount sent in transfer confirmationmoneromooo-monero1-0/+10
2016-11-12Fixed generate-from-json bug introduced in 358e068Lee Clagett1-1/+2
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-653/+109
2016-11-07wallet: encrypt outputs and key images files with the view keymoneromooo-monero1-14/+43
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-2/+2
2016-10-30wallet: new import_outputs/export_outputs commandsmoneromooo-monero1-0/+100
2016-10-30wallet: print tx overview on submit_transfer toomoneromooo-monero1-5/+15
2016-10-30simplewallet: remove destinations with zero amount in sign_transfermoneromooo-monero1-0/+2
2016-10-26simplewallet: log transactions to submit in submit_transfermoneromooo-monero1-1/+1
2016-10-25wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero1-6/+16
2016-10-23simplewallet: factor locked_transfer, and fix a few rough edgesmoneromooo-monero1-256/+43
2016-10-15Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron1-53/+67
2016-10-15simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero1-10/+4
2016-10-15wallet: improve error messages when not enough money for transfermoneromooo-monero1-7/+43
2016-10-15simplewallet: fix wrong amount in show_transfersmoneromooo-monero1-1/+1
2016-10-04simplewallet: add mixin and payment id to sweep_all helpmoneromooo-monero1-1/+1
2016-10-04Fix description for locked_transferOyvind Kvanes1-1/+1
2016-10-04Rename to lockblocks and add max valueOyvind Kvanes1-45/+30
2016-10-01Update minimum mixin in transfer_original help textTedTheFicus1-1/+1
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero1-1/+80
2016-09-28Fix locked_transferOyvind Kvanes1-6/+3
2016-09-28Add locked_transferOyvind Kvanes1-87/+83
2016-09-28Revert transfer_main in simplewalletOyvind Kvanes1-22/+278
2016-09-28Add motifications to test out locked_transferOyvind Kvanes1-6/+18
2016-09-28Add more information to transaction in walletOyvind Kvanes1-1/+8
2016-09-28Make a small test changeOyvind Kvanes1-1/+1
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-26/+270
2016-09-22Made error message consistent with other, more helpful, messageWill Skinner1-1/+1
2016-09-19Remove redundant "default" in set mixin help descJ Ryan Littlefield1-1/+1
2016-09-17simplewallet: do not expose the details of tx splitting to the usermoneromooo-monero1-10/+11
2016-09-17simplewallet: fix wrong amount in show_transfers for pending transactionsmoneromooo-monero1-1/+1
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-15/+15
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-5/+5
2016-09-01simplewallet: add magic and public keys to key image export filemoneromooo-monero1-5/+30
2016-09-01simplewallet: make the key image export format binarymoneromooo-monero1-18/+5
2016-08-28wallet: fix some "may be used uninitialized" warningsmoneromooo-monero1-8/+8
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-8/+20