aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge pull request #4109luigi11111-0/+19
2018-07-24simplewallet.unspent_outputs: fix wrong logic for parsingstoffu1-1/+1
2018-07-23monero-wallet-cli: added locked_sweep_all commandjcktm1-5/+49
2018-07-22simplewallet: fix language detection when using --use-english-language-namesmoneromooo-monero1-4/+6
2018-07-19Merge pull request #4088luigi11111-6/+1
2018-07-19Merge pull request #4071luigi11111-0/+15
2018-07-19Merge pull request #4062luigi11111-1/+10
2018-07-19Merge pull request #4023luigi11111-1/+0
2018-07-12wallet: warn when payment IDs are usedmoneromooo-monero1-0/+19
2018-07-07simplewallet: reword "seed encryption" to "seed offset"moneromooo-monero1-2/+2
2018-07-03Merge pull request #4042Riccardo Spagni1-0/+1
2018-07-03Allow fractional outputs to be ignoredstoffu1-0/+15
2018-07-02node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero1-6/+1
2018-06-27Merge pull request #3907luigi11111-0/+4
2018-06-27Merge pull request #3998luigi11111-2/+2
2018-06-27Merge pull request #3991luigi11111-0/+14
2018-06-27Merge pull request #3982luigi11111-1/+1
2018-06-27wallet: include a suggested number of confirmations based on amountmoneromooo-monero1-0/+4
2018-06-27Merge pull request #3979luigi11111-3/+5
2018-06-27simplewallet.sweep_all: show usage when parsing failsstoffu1-1/+10
2018-06-25Merge pull request #3966luigi11111-1/+1
2018-06-25Merge pull request #3921luigi11111-14/+3
2018-06-25Merge pull request #3677luigi11111-1/+1
2018-06-25Merge pull request #3407luigi11111-1/+1
2018-06-23simplewallet: init trusted daemon flag to false when autodetectingmoneromooo-monero1-0/+1
2018-06-21fix typos in language files and rpc_args.cppordtrogen1-1/+1
2018-06-21Move parse_subaddress_lookahead() from simplewallet.cpp to util.cppstoffu1-14/+3
2018-06-20Merge pull request #3784luigi11111-4/+2
2018-06-20fix string handling for donation messagecryptochangements341-1/+1
2018-06-20Merge pull request #3932luigi11111-1/+28
2018-06-20Merge pull request #3896luigi11111-4/+4
2018-06-18simplewallet: fix delay when setting auto-refresh offmoneromooo-monero1-0/+1
2018-06-18simplewallet: remove leftover global debug tracemoneromooo-monero1-1/+0
2018-06-16Merge pull request #3804luigi11111-0/+2
2018-06-16Merge pull request #3798luigi11111-1/+1
2018-06-16Merge pull request #3780luigi11111-64/+4
2018-06-16Merge pull request #3538luigi11111-2/+110
2018-06-13wallet: on first refresh, start off with a quantized heightmoneromooo-monero1-2/+2
2018-06-13wallet: allow unspendable unmixable outputs to be discardedstoffu1-0/+14
2018-06-12Merge pull request #3648luigi11111-8/+5
2018-06-12Merge pull request #3643luigi11111-2/+18
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu1-1/+1
2018-06-10simplewallet: don't confirm missing payment ID when sending to only subaddressesstoffu1-3/+5
2018-06-09simplewallet: set_ring can now take a file with ringsmoneromooo-monero1-2/+110
2018-06-08simplewallet: grammar fix in warning messagemoneromooo-monero1-1/+1
2018-06-05simplewallet: add optional trusted/untrusted argument to set_daemonmoneromooo-monero1-1/+28
2018-06-03wallet-rpc: watch-only and cold wallet features addedDusan Klinec1-64/+4
2018-06-01simplewallet.sign_transfer: rename export to export_raw, add help messagestoffu1-4/+4
2018-05-31Merge pull request #3640luigi11111-1/+8
2018-05-30Merge pull request #3491luigi11111-0/+11
2018-05-29Merge pull request #3477luigi11111-24/+32
2018-05-29Merge pull request #3470luigi11111-1/+1
2018-05-20simplewallet: use correct unit for fee commandstoffu1-1/+1
2018-05-15simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa...jcktm1-0/+2
2018-05-12Fix TypoRafficer1-1/+1
2018-05-08don't limit miner threads in walletcryptochangements341-4/+2
2018-04-22wallet cli/rpc: terminate execution with code 0 when --help or --version is g...stoffu1-1/+8
2018-04-21Merge pull request #3579Riccardo Spagni1-2/+2
2018-04-15Improve 'show_transfers' date formattingRyan Ronnander1-8/+5
2018-04-15handle improper log levelscryptochangements341-2/+18
2018-04-13simplewallet: add version commandmoneromooo-monero1-0/+11
2018-04-12Merge pull request #3534Riccardo Spagni1-0/+20
2018-04-12Merge pull request #3532Riccardo Spagni1-1/+1
2018-04-12Merge pull request #3536Riccardo Spagni1-2/+18
2018-04-07simplewallet: fix help message of sign_transferstoffu1-2/+2
2018-03-31Automatic height setup when creating/restoring hw device.cslashm1-2/+18
2018-03-31wallet: warn if not using the default ring sizemoneromooo-monero1-0/+20
2018-03-31simplewallet: warn about key reuse on startupmoneromooo-monero1-1/+1
2018-03-24exit if specified wallet file doesn't existcryptochangements341-0/+11
2018-03-22simplewallet: add --untrusted-daemon optionmoneromooo-monero1-24/+32
2018-03-21don't show error twice when starting simplewalletcryptochangements341-1/+1
2018-03-21wallet: catch exceptions dealing with ringdb and warnmoneromooo-monero1-0/+3
2018-03-18Merge pull request #3426Riccardo Spagni1-2/+9
2018-03-17simplewallet: new --use-english-language-names flagmoneromooo-monero1-2/+9
2018-03-17wallet: make the segregation height settablemoneromooo-monero1-1/+23
2018-03-16Add command line option allowing to restrict the default sub-address lookahea...stoffu1-1/+81
2018-03-16Merge pull request #3416Riccardo Spagni1-0/+5
2018-03-16Merge pull request #3376Riccardo Spagni1-2/+6
2018-03-16Merge pull request #3336Riccardo Spagni1-1/+1
2018-03-16wallet: more user friendly print_ringmoneromooo-monero1-9/+22
2018-03-16wallet: add a set_ring commandmoneromooo-monero1-1/+80
2018-03-16wallet: make ringdb an object with database statemoneromooo-monero1-2/+2
2018-03-16wallet: add an output blackball list to avoid using those in ringsmoneromooo-monero1-0/+141
2018-03-16wallet: key reuse mitigation optionsmoneromooo-monero1-1/+35
2018-03-16wallet: add shared ring databasemoneromooo-monero1-0/+60
2018-03-15show '<Not set>' for empty wallet descriptioncryptochangements341-2/+6
2018-03-16simplewallet: fix restore height prompt that got disabled by #3175stoffu1-0/+5
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-15Merge pull request #3410Riccardo Spagni1-7/+19
2018-03-15simplewallet: add a warning when getting a daemon error in transfermoneromooo-monero1-7/+19
2018-03-15wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ...stoffu1-6/+5
2018-03-14Merge pull request #3384Riccardo Spagni1-2/+1
2018-03-14device: untangle cyclic depenencystoffu1-1/+0
2018-03-14Merge pull request #3369Riccardo Spagni1-1/+11
2018-03-14Merge pull request #3315Riccardo Spagni1-4/+12
2018-03-11simplewallet: do not call a RPC when displaying the promptmoneromooo-monero1-2/+1
2018-03-10wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa...Leon Klingele1-4/+12
2018-03-07wallet: fixes and tweaks to the save_watch_only commandmoneromooo-monero1-1/+11
2018-03-07Bump min ring size from 5 to 7 from v7moneromooo-monero1-2/+2
2018-03-05Merge pull request #3298Riccardo Spagni1-9/+3
2018-03-05Merge pull request #3312Riccardo Spagni1-1/+1
2018-03-05Merge pull request #3313Riccardo Spagni1-0/+36
2018-03-05Merge pull request #3332Riccardo Spagni1-3/+14
2018-03-05Merge pull request #3277Riccardo Spagni1-39/+50
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu1-39/+50
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-5/+161
2018-03-02simplewallet: fix print_ring_members printing wrong heightsmoneromooo-monero1-3/+14
2018-02-25Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner71-0/+36
2018-02-25simplewallet: set seed language when restoring from english-old seedstoffu1-1/+1
2018-02-20Merge pull request #3294Riccardo Spagni1-1/+1
2018-02-20Merge pull request #3263Riccardo Spagni1-1/+1
2018-02-20Merge pull request #3257Riccardo Spagni1-8/+0
2018-02-20Fix #3297 use the password_prompter helperHoward Chu1-9/+3
2018-02-19simplewallet: typo in generate-from-multisig-keysstoffu1-1/+1
2018-02-17Merge pull request #3249Riccardo Spagni1-0/+7
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+5
2018-02-16Merge pull request #3214Riccardo Spagni1-0/+1
2018-02-16Merge pull request #3175Riccardo Spagni1-1/+1
2018-02-16Merge pull request #3094Riccardo Spagni1-10/+10
2018-02-15simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings)stoffu1-8/+0
2018-02-14simplewallet: reword donate command message for claritySerhack1-1/+1
2018-02-10handle ^D and ^C while password promptingJethro Grassie1-0/+7
2018-02-08wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrownstoffu1-0/+1
2018-02-02simplewallet: double check a new multisig wallet is multisigmoneromooo-monero1-1/+5
2018-01-29Fixed typos and wording tweaksMaxithi1-10/+10
2018-01-28wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu1-12/+27
2018-01-28simplewallet: bug fix for backlog estimatestoffu1-4/+1
2018-01-27Merge pull request #3141Riccardo Spagni1-2/+2
2018-01-27Merge pull request #3118Riccardo Spagni1-0/+38
2018-01-27Merge pull request #3102Riccardo Spagni1-3/+3
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-26wallet2: remove {set|get}_default_decimal_point and use the same funcs under ...stoffu1-2/+2
2018-01-26simplewallet: fix typo get_tx_proof_out to get_tx_proofstoffu1-3/+3
2018-01-26simplewallet: check file overwrite when exporting stuffstoffu1-0/+38
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 Spagni1-4/+2
2018-01-25Merge pull request #3027Riccardo Spagni1-0/+114
2018-01-25Merge pull request #3011Riccardo Spagni1-1/+2
2018-01-25Merge pull request #3008Riccardo Spagni1-3/+3
2018-01-24wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.Maximilian Lupke1-1/+1
2018-01-16simplewallet: single out 0 amount destinations as dummy onesmoneromooo-monero1-2/+14
2018-01-10Reserve proofstoffu1-0/+114
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 addressMaxithi1-4/+2
2018-01-02Merge pull request #2960Riccardo Spagni1-45/+147
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 Spagni1-4/+133
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-monero1-45/+147
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-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 Hoffmann1-1/+42
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 descriptionsCifrado1-58/+269
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 Spagni1-0/+87
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