aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Merge pull request #8585luigi11111-1/+1
2022-09-21wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman1-1/+1
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-11/+17
2022-09-15Merge pull request #8545v0.18.1.1luigi11111-16/+29
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-7/+11
2022-09-07allow exporting outputs in chunksmoneromooo-monero1-2/+4
2022-09-06Fix segfault restoring encrypted multisig seedj-berman1-16/+16
2022-09-06Require user ack multisig is experimental to restorej-berman1-0/+13
2022-07-05Merge pull request #8391luigi11111-0/+16
2022-06-20simplewallet: print usage when given no argshinto.janaiyo1-0/+16
2022-06-01Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker1-2/+6
2022-05-26Merge pull request #8337luigi11111-2/+0
2022-05-17disable multisig by defaultmoneromooo-monero1-0/+55
2022-05-17src, epee: fix a couple compiler warningsselsta1-2/+0
2022-05-10Merge pull request #8220luigi11111-3/+7
2022-04-29multisig: add post-kex verification round to check that all participants have...koe1-3/+7
2022-04-25Merge pull request #8178luigi11111-64/+5
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman1-64/+5
2022-04-08simplewallet: fix integrated_address output stringselsta1-1/+1
2022-04-06Merge pull request #8197luigi11111-1/+1
2022-04-06Merge pull request #8180luigi11111-13/+47
2022-04-06Merge pull request #8053luigi11111-2/+2
2022-03-10Make the wallet name optional when locked.Norman Moeschter1-0/+27
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-03-02Merge pull request #7877luigi11111-60/+3
2022-02-24simplewallet: add option for exporting tx keysreemuru1-13/+47
2022-02-22multisig key exchange update and refactorkoe1-60/+3
2021-11-10account info text alignmentim1-2/+2
2021-10-10simplewallet: fix incoming_transfers index errorselsta1-8/+6
2021-06-24simplewallet: don't truncate integ. address in export_transfersselsta1-2/+2
2021-04-23wallet2: Fix rescan_bc keep_ki optionNathan Dorfman1-1/+1
2021-04-22Merge pull request #7651luigi11111-1/+6
2021-04-16Merge pull request #7002luigi11111-0/+1
2021-04-07monero-wallet-cli: improve error message when tx amount is zeroElliot Wirrick1-1/+6
2021-03-29Merge pull request #7358luigi11111-2/+20
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-0/+1
2021-02-20wallet_rpc_payments: implement multithreadinggdmojo1-2/+20
2021-02-18Merge pull request #7355luigi11111-1/+1
2021-02-18Merge pull request #7346luigi11111-8/+1
2021-02-18Merge pull request #7340luigi11111-1/+1
2021-02-18Merge pull request #7312luigi11111-1/+44
2021-02-17monero-wallet-cli: Added command scan_txHoria Mihai David1-1/+44
2021-02-16Merge pull request #7319luigi11111-1/+1
2021-02-15Merge pull request #7242luigi11111-5/+20
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-8/+1
2021-01-28Remove copies from foreach loops (thanks to Clang)Lee Clagett1-1/+1
2021-01-21Simplewallet.cpp: Add export_outputs helpSomaticFanatic1-1/+1
2021-01-15Merge pull request #7113luigi11111-4/+9
2021-01-13simplewallet: allow setting --restore-height 0selsta1-1/+1
2020-12-31simplewallet: Add input file parameter to sign_transferSteff Richards1-5/+20
2020-12-26Merge pull request #7173Alexander Blair1-8/+39
2020-12-26Merge pull request #6931Alexander Blair1-2/+28
2020-12-26simplewallet: add "address mnew" commandcodesoap1-2/+28
2020-12-22restrict public node checks a littlemoneromooo-monero1-8/+39
2020-12-10simplewallet: don't complain about connecting to the daemon when offlinemoneromooo-monero1-4/+9
2020-10-13wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon1-0/+20
2020-09-15Merge pull request #6819v0.17.0.0luigi11111-1/+1
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-4/+4
2020-09-14simplewallet fix wrong persistent-rpc-client-id name in helpmoneromooo-monero1-1/+1
2020-08-28Bind signature to full address and signing modeSarang Noether1-6/+2
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-11/+27
2020-08-27Merge pull request #6752Alexander Blair1-3/+21
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-0/+24
2020-08-16Merge pull request #6677Alexander Blair1-0/+26
2020-08-10simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero1-3/+21
2020-07-24Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner71-41/+70
2020-07-19Merge pull request #6537Alexander Blair1-8/+8
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-07-16Merge pull request #6488Alexander Blair1-0/+63
2020-06-21add trezor support to sweep_singleDusan Klinec1-0/+26
2020-06-21simplewallet: add show_qr_code commandselsta1-0/+63
2020-06-08Merge pull request #6549luigi11111-2/+40
2020-06-08Merge pull request #6525luigi11111-2/+2
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-0/+5
2020-05-24[master] MMS: New 'config_checksum' subcommandrbrunner71-2/+40
2020-05-16simplewallet: add missing calls to on_commandmoneromooo-monero1-8/+8
2020-05-13simplewallet: don't complain about incoming payment ids on changemoneromooo-monero1-2/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-05Merge pull request #6467luigi11111-4/+14
2020-05-01Merge pull request #6449luigi11111-7/+35
2020-05-01Merge pull request #6446luigi11111-4/+9
2020-05-01Merge pull request #6444luigi11111-0/+1
2020-05-01Merge pull request #6440luigi11111-4/+4
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec1-4/+9
2020-04-22simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero1-4/+14
2020-04-14simplewallet: add sweep_account commandmoneromooo-monero1-7/+35
2020-04-10Merge pull request #6394luigi11111-2/+20
2020-04-10Merge pull request #6341luigi11111-2/+10
2020-04-10simplewallet : missing function block separatorSumo Gr1-0/+1
2020-04-08simplewallet: fix strings (show_transfers & export_transfers)sumogr1-4/+4
2020-04-07simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero1-2/+20
2020-04-04Merge pull request #6339luigi11111-2/+2
2020-03-28simplewallet: warn about correlations if print-ring-members is not setmoneromooo-monero1-13/+17
2020-03-27Merge pull request #6288Alexander Blair1-1/+1
2020-03-12Merge pull request #6268Alexander Blair1-2/+2
2020-02-28Merge pull request #6222Alexander Blair1-0/+2
2020-02-28Merge pull request #6058Alexander Blair1-1/+1
2020-02-28Merge pull request #6241Alexander Blair1-5/+10
2020-02-28Merge pull request #6224Alexander Blair1-0/+8
2020-02-28Merge pull request #6213Alexander Blair1-10/+14
2020-02-19Merge pull request #6197luigi11111-12/+20
2020-02-17remove empty statementsInterchained1-2/+2
2020-02-17simplewallet: fix smart mining not starting after first setupmoneromooo-monero1-2/+10
2020-02-06Merge pull request #6127Alexander Blair1-11/+42
2020-02-06Merge pull request #6076Alexander Blair1-2/+5
2020-02-06Merge pull request #6069Alexander Blair1-5/+18
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero1-26/+8
2020-01-16Merge pull request #6130Alexander Blair1-1/+1
2020-01-09simplewallet: reword mixin in user message in terms of ring sizemoneromooo-monero1-1/+1
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-5/+18
2019-12-30wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero1-2/+2
2019-12-16wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ...stoffu1-5/+10
2019-12-12Merge pull request #6027luigi11111-26/+0
2019-12-09simplewallet: warn on refresh if refresh-from-block-height seems offmoneromooo-monero1-0/+8
2019-12-07simplewallet: set manual refresh mode in rescan_bcmoneromooo-monero1-0/+2
2019-12-03simplewallet: fix output age display with duplicate heightsmoneromooo-monero1-10/+13
2019-12-03simplewallet: fix "outputs in same tx" detectormoneromooo-monero1-0/+1
2019-11-29simplewallet: fix encrypted payment id note triggering on dummy onesmoneromooo-monero1-12/+20
2019-11-25simplewallet: point to "set help" in the lock screen messagemoneromooo-monero1-1/+1
2019-11-14simplewallet: fix restore height warningselsta1-1/+1
2019-11-13simplewallet: noob-friendly help menuwowario1-11/+42
2019-11-02simplewallet: plug a timing leakmoneromooo-monero1-7/+26
2019-11-01wallet: fix another facet of "did I get some monero" information leakmoneromooo-monero1-2/+10
2019-11-01simplewallet: add missing inactivity-lock-timeout to set help blurbmoneromooo-monero1-1/+3
2019-11-01simplewallet: do not mention inactivity if a lock was manualmoneromooo-monero1-1/+2
2019-10-25Merge pull request #6019luigi11111-1/+1
2019-10-25simplewallet: remove remaining payment id dead codemoneromooo-monero1-26/+0
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero1-19/+65
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-7/+375
2019-10-24changed 'batttery' to 'battery'Jake Hemmerle1-1/+1
2019-10-22Merge pull request #5983luigi11111-1/+3
2019-10-22Merge pull request #5982luigi11111-0/+3
2019-10-22Merge pull request #5977luigi11111-1/+1
2019-10-16Merge pull request #5952luigi11111-0/+45
2019-10-16Merge pull request #5946luigi11111-3/+3
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero1-79/+5
2019-10-14simplewallet: reinstate short payment id nag, only if non defaultmoneromooo-monero1-1/+8
2019-10-11simplewallet: add --restore-from-seed aliasmoneromooo-monero1-1/+3
2019-10-11simplewallet: don't trigger idle lock right after a foreground refreshmoneromooo-monero1-0/+3
2019-10-10simplewallet: do not print warning for locked coinbase txesmoneromooo-monero1-1/+1
2019-10-02wallet2: add ignore-outputs-{above/below} optionstoffu1-0/+45
2019-10-01simplewallet.cpp - clean up welcome messageSomaticFanatic1-3/+3
2019-09-30Merge pull request #5906luigi11111-1/+0
2019-09-14Merge pull request #5874luigi11111-15/+13
2019-09-14Merge pull request #5865luigi11111-5/+5
2019-09-11simplewallet: remove erroneously added line under subaddress-lookaheadstoffu1-1/+0
2019-09-08Merge pull request #5855luigi11111-9/+9
2019-09-08Merge pull request #5842luigi11111-1/+16
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-9/+9
2019-08-29simplewallet: warn if invalid default ring size is set and actually ignore th...stoffu1-15/+13
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-130/+290
2019-08-28simplewallet: fix warnings about useless std::movemoneromooo-monero1-5/+5
2019-08-24simplewallet: moan harder about untrusted nodesmoneromooo-monero1-1/+16
2019-08-22Wallet: Option to export data to ASCIITadeas Moravec1-16/+49
2019-08-21Merge pull request #5808luigi11111-4/+14
2019-08-21Merge pull request #5750luigi11111-3/+3
2019-08-21Merge pull request #5743luigi11111-0/+9
2019-08-21Merge pull request #5742luigi11111-1/+1
2019-08-21Merge pull request #5740luigi11111-1/+1
2019-08-21Merge pull request #5722luigi11111-10/+29
2019-08-17Merge pull request #5685luigi11111-1/+3
2019-08-15Merge pull request #5656luigi11111-1/+1
2019-08-13simplewallet: fix arg indexing bug in set_device_namestoffu1-1/+1
2019-08-13simplewallet: add a few missing settings help textstoffu1-4/+14
2019-07-24Merge pull request #5608luigi11111-4/+12
2019-07-24Merge pull request #5594luigi11111-6/+49
2019-07-24Merge pull request #5460luigi11111-3/+57
2019-07-10wallet: provide original address for outgoing transfersxiphon1-3/+3
2019-07-08simplewallet: add restore_height commandthotbot1-0/+9
2019-07-08Fix incorrectly named binding for MMS send_signer_config commandtobtoht1-1/+1
2019-07-06Minor formatting fix in help set commandtobtoht1-1/+1
2019-07-02simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero1-10/+29
2019-06-22simplewallet: don't ask about mining when running a command linemoneromooo-monero1-1/+3
2019-06-17device: show address on device displayDusan Klinec1-6/+49
2019-06-16Fix --restore-date usageHoward Chu1-1/+1
2019-06-06simplewallet: print errors on exceptions creating walletsmoneromooo-monero1-4/+12
2019-05-16wallet: add unlock_time details to show_transfersmoneromooo-monero1-2/+25
2019-04-18Merge pull request #5389Riccardo Spagni1-1/+1
2019-04-18simplewallet: fix output representation offsetmoneromooo-monero1-1/+1
2019-04-18simplewallet: prompt when spending more than one old out in one txmoneromooo-monero1-3/+57
2019-04-17simplewallet: add the change amount to the prompt when lockingmoneromooo-monero1-1/+3
2019-04-16Merge pull request #5450Riccardo Spagni1-0/+8
2019-04-16Merge pull request #5431Riccardo Spagni1-1/+1
2019-04-16simplewallet: add another warning about long payment idsmoneromooo-monero1-0/+8
2019-04-15Merge pull request #5365Riccardo Spagni1-2/+1
2019-04-12simplewallet: fix warning about long payment id using the old optionmoneromooo-monero1-1/+1
2019-04-11simplewallet: fix merge error with new welcome commandmoneromooo-monero1-1/+2
2019-04-11simplewallet: add a welcome/disclaimer message commandmoneromooo-monero1-0/+33
2019-04-11Merge pull request #5388Riccardo Spagni1-1/+38
2019-04-11Merge pull request #5382Riccardo Spagni1-3/+8
2019-04-11Merge pull request #5374Riccardo Spagni1-10/+158
2019-04-11simplewallet: new net_stats commandmoneromooo-monero1-0/+12
2019-04-06Merge pull request #5340Riccardo Spagni1-1/+1
2019-04-04wallet: new option to start background miningmoneromooo-monero1-10/+158
2019-04-02simplewallet: new unset_ring commandmoneromooo-monero1-1/+38
2019-04-01wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero1-3/+8
2019-04-01Merge pull request #5333Riccardo Spagni1-2/+85
2019-04-01Merge pull request #5332Riccardo Spagni1-5/+0
2019-04-01Merge pull request #5307Riccardo Spagni1-4/+6
2019-03-29fix init warning on whatever compiler versionitalocoin1-2/+1