aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-19simplewallet: Add Unicode input_line [Ryo backport]fireice-uk1-47/+3
2018-09-18Merge pull request #4306Riccardo Spagni1-22/+17
2018-09-18Merge pull request #4302Riccardo Spagni1-1/+1
2018-09-18wallet: add 'outputs' option for sweep_* commandswhythat1-7/+45
2018-09-17api/wallet: properly disable key encryptionstoffu1-1/+1
2018-09-16simplewallet: remove obsolete transfer_original commandmoneromooo-monero2-16/+5
2018-09-14hw_device: support for multiple devices added [for review]Dusan Klinec2-5/+37
2018-09-14Merge pull request #4324Riccardo Spagni1-15/+33
2018-09-14wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero1-15/+33
2018-09-14Merge pull request #4332Riccardo Spagni1-1/+2
2018-09-14Merge pull request #4253Riccardo Spagni1-7/+4
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-7/+4
2018-09-14Merge pull request #4260Riccardo Spagni1-23/+40
2018-09-14Merge pull request #4208Riccardo Spagni1-32/+80
2018-09-14simplewallet: print reason why refresh+password is neededmoneromooo-monero1-1/+1
2018-09-12wallet: use wipeable_string in more places where a secret is usedmoneromooo-monero1-22/+17
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-8/+39
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero1-23/+40
2018-09-04Merge pull request #4262luigi11111-9/+37
2018-09-03wallet2: factor the creation of a new wallet keys filemoneromooo-monero1-1/+2
2018-08-28simplewallet: handle transfers using a monero: URImoneromooo-monero1-32/+80
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu2-51/+26
2018-08-22Merge pull request #4249luigi11111-6/+1
2018-08-22Merge pull request #4231luigi11111-1/+9
2018-08-22Merge pull request #4225luigi11111-1/+1
2018-08-16store secret keys encrypted where possiblemoneromooo-monero2-78/+160
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero2-25/+87
2018-08-15Merge pull request #4195luigi11112-28/+40
2018-08-15Merge pull request #4188luigi11112-0/+63
2018-08-15Merge pull request #4172luigi11111-1/+1
2018-08-15Merge pull request #4166luigi11111-4/+6
2018-08-15Merge pull request #4153luigi11111-13/+22
2018-08-15Merge pull request #4106luigi11111-2/+2
2018-08-15Merge pull request #4024luigi11111-0/+1
2018-08-15simplewallet: allow named priority levels for default-prioritymoneromooo-monero1-9/+37
2018-08-13simplewallet: Simplify LOCK_IDLE_SCOPE macrorbrunner71-6/+1
2018-08-07simplewallet: add a warning and prompt on rescan_blockchainmoneromooo-monero1-1/+9
2018-08-05simplewallet: correct number of human-readable monthsrbrunner71-1/+1
2018-08-03wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero1-13/+22
2018-07-30simplewallet: add set_tx_key for importing tx keys from 3rd party walletsstoffu2-0/+63
2018-07-30simplewallet: make sure wallet config is stored right after creationstoffu2-28/+40
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 commandjcktm2-6/+51
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 #4075luigi11111-1/+0
2018-07-19Merge pull request #4071luigi11112-0/+16
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 ignoredstoffu2-0/+16
2018-07-02node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero1-6/+1
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
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 #3477luigi11112-25/+34
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