aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Merge pull request #6224Alexander Blair1-0/+8
2020-02-28Merge pull request #6213Alexander Blair2-11/+15
2020-02-19Merge pull request #6197luigi11111-12/+20
2020-02-06Merge pull request #6127Alexander Blair2-11/+43
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
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-5/+18
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-03simplewallet: fix output age display with duplicate heightsmoneromooo-monero2-11/+14
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-14simplewallet: fix restore height warningselsta1-1/+1
2019-11-13simplewallet: noob-friendly help menuwowario2-11/+43
2019-11-02simplewallet: plug a timing leakmoneromooo-monero2-10/+31
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-monero2-19/+70
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero2-7/+392
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 #5952luigi11112-0/+47
2019-10-16Merge pull request #5946luigi11111-3/+3
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero2-81/+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} optionstoffu2-0/+47
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-monero2-130/+311
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 Moravec2-16/+50
2019-08-21Merge pull request #5808luigi11111-4/+14
2019-08-21Merge pull request #5750luigi11111-3/+3
2019-08-21Merge pull request #5743luigi11112-0/+10
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 #5460luigi11112-3/+58
2019-07-10wallet: provide original address for outgoing transfersxiphon1-3/+3
2019-07-08simplewallet: add restore_height commandthotbot2-0/+10
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-monero2-3/+26
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-monero2-3/+58
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-monero2-0/+34
2019-04-11Merge pull request #5388Riccardo Spagni2-1/+39
2019-04-11Merge pull request #5382Riccardo Spagni1-3/+8
2019-04-11Merge pull request #5374Riccardo Spagni2-11/+167
2019-04-11simplewallet: new net_stats commandmoneromooo-monero2-0/+13
2019-04-06Merge pull request #5340Riccardo Spagni1-1/+1
2019-04-04wallet: new option to start background miningmoneromooo-monero2-11/+167
2019-04-02simplewallet: new unset_ring commandmoneromooo-monero2-1/+39
2019-04-01wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero1-3/+8
2019-04-01Merge pull request #5333Riccardo Spagni2-3/+90
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
2019-03-28Add get_tx_proof support, needed for new sanity checkcslashm1-5/+0
2019-03-24Merge pull request #5286Riccardo Spagni1-1/+1
2019-03-24wallet: use original user address if we have a short payment idmoneromooo-monero1-1/+1
2019-03-22wallet: add freeze/thaw/frozen commandsmoneromooo-monero2-3/+90
2019-03-21Merge pull request #5266Riccardo Spagni1-0/+10
2019-03-21Merge pull request #5235Riccardo Spagni1-7/+2
2019-03-21Merge pull request #5211Riccardo Spagni2-14/+16
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec2-14/+16
2019-03-19Merge pull request #4889Riccardo Spagni2-8/+66
2019-03-17simplewallet: make the long payment ids warnigns more warneymoneromooo-monero1-4/+6
2019-03-15wallet: adds rescan_bc option with preserving key imagesDusan Klinec2-8/+66
2019-03-14simplewallet: add some missing spacing before uses datamoneromooo-monero1-1/+1
2019-03-11wallet: fix load failure if the mms isn't usablemoneromooo-monero1-0/+10
2019-03-05wallet2: key image import fixesmoneromooo-monero1-7/+2
2019-03-05Update 2019 copyrightbinaryFate3-3/+3
2019-03-04Merge pull request #5143Riccardo Spagni1-1/+3
2019-03-04Merge pull request #4054Riccardo Spagni1-2/+3
2019-02-14simplewallet: add help for ask-password optionsmoneromooo-monero1-0/+2
2019-02-14simplewallet: mark confirm-missing-payment-id as obsoletemoneromooo-monero1-1/+1
2019-02-03simplewallet: tell the user to complain to the recipientmoneromooo-monero1-1/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-2/+3
2019-01-28Merge pull request #5056Riccardo Spagni1-1/+2
2019-01-18core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero1-8/+18
2019-01-18core, wallet: remember original text version of destination addressmoneromooo-monero1-0/+3
2019-01-18Merge pull request #5037Riccardo Spagni1-3/+3
2019-01-18Merge pull request #5020Riccardo Spagni2-12/+37
2019-01-18Merge pull request #4971Riccardo Spagni1-46/+49
2019-01-18simplewallet: fix help text of rescan_bc to mention the "hard" optionstoffu1-1/+1
2019-01-18simplewallet: remove extra colon in a few calls to input_secure_linestoffu1-6/+6
2019-01-18simplewallet: avoid conversion to string in input_secure_linestoffu1-2/+2
2019-01-18simplewallet: factor yesno hint into input_linestoffu1-38/+41
2019-01-16simplewallet: disable long payment ids by defaultmoneromooo-monero2-12/+37
2019-01-16simplewallet: improve punctuation in user visible stringselsta1-3/+3
2019-01-16Merge pull request #5042Riccardo Spagni1-0/+1
2019-01-16Merge pull request #5035Riccardo Spagni1-1/+1
2019-01-16Merge pull request #5027Riccardo Spagni1-1/+1
2019-01-16Merge pull request #5018Riccardo Spagni1-31/+2
2019-01-16Merge pull request #5009Riccardo Spagni2-1/+6
2019-01-16Merge pull request #4981Riccardo Spagni2-11/+57
2019-01-09wallet: do not check txpool in background modemoneromooo-monero1-1/+2
2019-01-04simplewallet: Show new address after going multisigrbrunner71-0/+1
2019-01-02simplewallet: don't subtract 1 to estimate blockchain heightmoneromooo-monero1-1/+1
2018-12-31wallet: optionally keep track of owned outputs usesmoneromooo-monero2-16/+75
2018-12-31Merge pull request #4948luigi11111-2/+12
2018-12-30wallet: do not display daemon controlled text if untrustedmoneromooo-monero1-1/+1
2018-12-27simplewallet: remove ability to transfer with detached short payment idsmoneromooo-monero1-31/+2
2018-12-23Simplewallet: Unify usage messages.Tadeas Moravec1-144/+230
2018-12-23simplewallet: fix show_transfers colouring, and add red for failedmoneromooo-monero2-1/+6
2018-12-14Add --restore-date paramHoward Chu2-11/+57
2018-12-12MMS (Multisig Messaging System): Initial versionrbrunner72-120/+1410
2018-12-12Merge pull request #4897Riccardo Spagni1-8/+21
2018-12-12Merge pull request #4839Riccardo Spagni2-13/+84
2018-12-07simplewallet: donate command validate amountselsta1-2/+12
2018-12-04device/trezor: ask for KI sync on first refreshDusan Klinec2-12/+43
2018-12-04device: enable to use multiple independent device walletsDusan Klinec1-0/+2
2018-12-04Merge pull request #4894Riccardo Spagni1-1/+0
2018-12-04Merge pull request #4880Riccardo Spagni1-5/+1
2018-12-04Merge pull request #4862Riccardo Spagni1-5/+9
2018-11-29device/trezor: passphrase entry on hostDusan Klinec2-1/+39
2018-11-27simplewallet: use is_transfer_unlocked instead of is_tx_spendtime_unlocked fo...stoffu1-1/+1
2018-11-24simplewallet: enable donation on testnet/stagenet for easier testingstoffu1-8/+21
2018-11-23remove some unused codemoneromooo-monero1-1/+0
2018-11-21blockchain_stats: don't use gmtime_r on Windowsmoneromooo-monero1-5/+1
2018-11-16Enhance help text for print_ring.Tadeas Moravec1-2/+4
2018-11-16Enhance help text for incoming_transfers.Tadeas Moravec1-3/+5
2018-11-16Merge pull request #4800Riccardo Spagni1-2/+2
2018-11-16Merge pull request #4792Riccardo Spagni1-17/+25
2018-11-16Merge pull request #4791Riccardo Spagni1-1/+1
2018-11-16Merge pull request #4786Riccardo Spagni1-18/+0
2018-11-16Merge pull request #4236Riccardo Spagni2-46/+244
2018-11-15simplewallet: slightly adjust wording when printing multisig seedstoffu1-2/+2
2018-11-15cmake: move Boost_LOCALE_LIBRARY out of ICU_LIBRARIESstoffu1-0/+1
2018-11-12Add new command "export_transfers" to save transfers to csvsachaaaaa2-46/+244
2018-11-06Merge pull request #4731Riccardo Spagni2-12/+30
2018-11-06Merge pull request #4728Riccardo Spagni1-4/+5
2018-11-04simplewallet: print the number of show/all transfersmoneromooo-monero1-2/+6
2018-11-04wallet2: only export necessary outputs and key imagesmoneromooo-monero1-2/+2
2018-11-04simplewallet: reorganize SCOPED_WALLET_UNLOCK a bit morestoffu1-17/+25
2018-11-04simplewallet: don't skip asking for password when watch-onlystoffu1-1/+1
2018-11-03wallet: add a non destructive blockchain rescanmoneromooo-monero2-12/+30
2018-11-02device/trezor: trezor support addedDusan Klinec2-1/+148
2018-11-02simplewallet: remove redundant messages on daemon connection failurestoffu1-18/+0
2018-11-01Merge pull request #4645Riccardo Spagni1-1/+9
2018-10-26Merge pull request #4555Riccardo Spagni1-2/+2
2018-10-26Merge pull request #4547Riccardo Spagni1-6/+0
2018-10-25simplewallet: display locked/unlocked state in show_transfersmoneromooo-monero1-4/+5
2018-10-18Rename "blackball" for claritymoneromooo-monero1-17/+17
2018-10-18Simplewallet: update help text for show_transfers.Ted Moravec1-1/+9
2018-10-15Merge pull request #4551Riccardo Spagni1-1/+1
2018-10-12simplewallet: fix view key parsing in --generate-from-view-keymoneromooo-monero1-1/+1
2018-10-10simplewallet: perform trivial error checks before password promptxiphon1-2/+2
2018-10-10simplewallet: fixed deadlock if a user hits CTRL+C twicexiphon1-6/+0
2018-10-10simplewallet: mark default-ring-size setting as obsoletemoneromooo-monero1-1/+1
2018-10-07Merge pull request #4036Riccardo Spagni2-1/+61
2018-10-06Fix some calls to the translation functionGuillaume LE VAILLANT1-41/+41
2018-10-05Merge pull request #4390Riccardo Spagni1-47/+3
2018-10-01Arbitrary M/N multisig schemes:naughtyfox2-1/+61
2018-10-01wallet: fix --generate-from-json using wrong passwordmoneromooo-monero1-1/+3
2018-09-29Merge pull request #4459Riccardo Spagni1-1/+3
2018-09-29Merge pull request #4439Riccardo Spagni1-1/+2
2018-09-21Merge pull request #4405Riccardo Spagni1-2/+2
2018-09-21Merge pull request #4401Riccardo Spagni1-7/+45
2018-09-21Merge pull request #4388Riccardo Spagni2-16/+5
2018-09-21Merge pull request #4376Riccardo Spagni1-1/+1
2018-09-19simplewallet: fix --generate-from-json setting wrong wallet filenamemoneromooo-monero1-2/+2