Age | Commit message (Expand) | Author | Files | Lines |
2023-07-09 | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [... | rbrunner7 | 1 | -1/+4 |
2023-03-13 | wallet2: fix rescanning tx via scan_tx | j-berman | 1 | -2/+3 |
2022-09-21 | wallet2: fail to establish daemon cxn == "Disconnected" cxn status | j-berman | 1 | -1/+1 |
2022-09-21 | add an option to force-update multisig key exchange under some circumstances | koe | 1 | -11/+17 |
2022-09-12 | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 1 | -7/+11 |
2022-09-07 | allow exporting outputs in chunks | moneromooo-monero | 1 | -2/+4 |
2022-09-06 | Fix segfault restoring encrypted multisig seed | j-berman | 1 | -16/+16 |
2022-09-06 | Require user ack multisig is experimental to restore | j-berman | 1 | -0/+13 |
2022-06-20 | simplewallet: print usage when given no args | hinto.janaiyo | 1 | -0/+16 |
2022-06-01 | Improve consistency between on_money_received and on_money_received_unconfirmed | Luke Parker | 1 | -2/+6 |
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -0/+55 |
2022-05-17 | src, epee: fix a couple compiler warnings | selsta | 1 | -2/+0 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 1 | -3/+7 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 1 | -64/+5 |
2022-04-08 | simplewallet: fix integrated_address output string | selsta | 1 | -1/+1 |
2022-03-10 | Make the wallet name optional when locked. | Norman Moeschter | 1 | -0/+27 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2022-02-24 | simplewallet: add option for exporting tx keys | reemuru | 1 | -13/+47 |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -60/+3 |
2021-11-10 | account info text alignment | im | 1 | -2/+2 |
2021-10-10 | simplewallet: fix incoming_transfers index error | selsta | 1 | -8/+6 |
2021-06-24 | simplewallet: don't truncate integ. address in export_transfers | selsta | 1 | -2/+2 |
2021-04-23 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 1 | -1/+1 |
2021-04-07 | monero-wallet-cli: improve error message when tx amount is zero | Elliot Wirrick | 1 | -1/+6 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 1 | -0/+1 |
2021-02-20 | wallet_rpc_payments: implement multithreading | gdmojo | 1 | -2/+20 |
2021-02-17 | monero-wallet-cli: Added command scan_tx | Horia Mihai David | 1 | -1/+44 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 1 | -8/+1 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -1/+1 |
2021-01-21 | Simplewallet.cpp: Add export_outputs help | SomaticFanatic | 1 | -1/+1 |
2021-01-13 | simplewallet: allow setting --restore-height 0 | selsta | 1 | -1/+1 |
2020-12-31 | simplewallet: Add input file parameter to sign_transfer | Steff Richards | 1 | -5/+20 |
2020-12-26 | simplewallet: add "address mnew" command | codesoap | 1 | -2/+28 |
2020-12-22 | restrict public node checks a little | moneromooo-monero | 1 | -8/+39 |
2020-12-10 | simplewallet: don't complain about connecting to the daemon when offline | moneromooo-monero | 1 | -4/+9 |
2020-10-13 | wallet2: skip reorgs exceeding max-reorg-depth wallet setting | xiphon | 1 | -0/+20 |
2020-09-15 | wallet2: adapt to deterministic unlock time | TheCharlatan | 1 | -4/+4 |
2020-09-14 | simplewallet fix wrong persistent-rpc-client-id name in help | moneromooo-monero | 1 | -1/+1 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -6/+2 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -11/+27 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -0/+24 |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 1 | -3/+21 |
2020-07-24 | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command | rbrunner7 | 1 | -41/+70 |
2020-06-21 | add trezor support to sweep_single | Dusan Klinec | 1 | -0/+26 |
2020-06-21 | simplewallet: add show_qr_code command | selsta | 1 | -0/+63 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -0/+5 |
2020-05-24 | [master] MMS: New 'config_checksum' subcommand | rbrunner7 | 1 | -2/+40 |
2020-05-16 | simplewallet: add missing calls to on_command | moneromooo-monero | 1 | -8/+8 |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 1 | -2/+2 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 1 | -4/+9 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 1 | -4/+14 |
2020-04-14 | simplewallet: add sweep_account command | moneromooo-monero | 1 | -7/+35 |
2020-04-10 | simplewallet : missing function block separator | Sumo Gr | 1 | -0/+1 |
2020-04-08 | simplewallet: fix strings (show_transfers & export_transfers) | sumogr | 1 | -4/+4 |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 1 | -2/+20 |
2020-03-28 | simplewallet: warn about correlations if print-ring-members is not set | moneromooo-monero | 1 | -13/+17 |
2020-02-17 | remove empty statements | Interchained | 1 | -2/+2 |
2020-02-17 | simplewallet: fix smart mining not starting after first setup | moneromooo-monero | 1 | -2/+10 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 1 | -26/+8 |
2020-01-09 | simplewallet: reword mixin in user message in terms of ring size | moneromooo-monero | 1 | -1/+1 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -5/+18 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 1 | -2/+2 |
2019-12-16 | wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ... | stoffu | 1 | -5/+10 |
2019-12-09 | simplewallet: warn on refresh if refresh-from-block-height seems off | moneromooo-monero | 1 | -0/+8 |
2019-12-07 | simplewallet: set manual refresh mode in rescan_bc | moneromooo-monero | 1 | -0/+2 |
2019-12-03 | simplewallet: fix output age display with duplicate heights | moneromooo-monero | 1 | -10/+13 |
2019-12-03 | simplewallet: fix "outputs in same tx" detector | moneromooo-monero | 1 | -0/+1 |
2019-11-29 | simplewallet: fix encrypted payment id note triggering on dummy ones | moneromooo-monero | 1 | -12/+20 |
2019-11-25 | simplewallet: point to "set help" in the lock screen message | moneromooo-monero | 1 | -1/+1 |
2019-11-14 | simplewallet: fix restore height warning | selsta | 1 | -1/+1 |
2019-11-13 | simplewallet: noob-friendly help menu | wowario | 1 | -11/+42 |
2019-11-02 | simplewallet: plug a timing leak | moneromooo-monero | 1 | -7/+26 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 1 | -2/+10 |
2019-11-01 | simplewallet: add missing inactivity-lock-timeout to set help blurb | moneromooo-monero | 1 | -1/+3 |
2019-11-01 | simplewallet: do not mention inactivity if a lock was manual | moneromooo-monero | 1 | -1/+2 |
2019-10-25 | simplewallet: remove remaining payment id dead code | moneromooo-monero | 1 | -26/+0 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 1 | -19/+65 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -7/+375 |
2019-10-24 | changed 'batttery' to 'battery' | Jake Hemmerle | 1 | -1/+1 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -79/+5 |
2019-10-14 | simplewallet: reinstate short payment id nag, only if non default | moneromooo-monero | 1 | -1/+8 |
2019-10-11 | simplewallet: add --restore-from-seed alias | moneromooo-monero | 1 | -1/+3 |
2019-10-11 | simplewallet: don't trigger idle lock right after a foreground refresh | moneromooo-monero | 1 | -0/+3 |
2019-10-10 | simplewallet: do not print warning for locked coinbase txes | moneromooo-monero | 1 | -1/+1 |
2019-10-02 | wallet2: add ignore-outputs-{above/below} option | stoffu | 1 | -0/+45 |
2019-10-01 | simplewallet.cpp - clean up welcome message | SomaticFanatic | 1 | -3/+3 |
2019-09-11 | simplewallet: remove erroneously added line under subaddress-lookahead | stoffu | 1 | -1/+0 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 1 | -9/+9 |
2019-08-29 | simplewallet: warn if invalid default ring size is set and actually ignore th... | stoffu | 1 | -15/+13 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 1 | -130/+290 |
2019-08-28 | simplewallet: fix warnings about useless std::move | moneromooo-monero | 1 | -5/+5 |
2019-08-24 | simplewallet: moan harder about untrusted nodes | moneromooo-monero | 1 | -1/+16 |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 1 | -16/+49 |
2019-08-13 | simplewallet: fix arg indexing bug in set_device_name | stoffu | 1 | -1/+1 |
2019-08-13 | simplewallet: add a few missing settings help text | stoffu | 1 | -4/+14 |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 1 | -3/+3 |
2019-07-08 | simplewallet: add restore_height command | thotbot | 1 | -0/+9 |
2019-07-08 | Fix incorrectly named binding for MMS send_signer_config command | tobtoht | 1 | -1/+1 |
2019-07-06 | Minor formatting fix in help set command | tobtoht | 1 | -1/+1 |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 1 | -10/+29 |
2019-06-22 | simplewallet: don't ask about mining when running a command line | moneromooo-monero | 1 | -1/+3 |
2019-06-17 | device: show address on device display | Dusan Klinec | 1 | -6/+49 |
2019-06-16 | Fix --restore-date usage | Howard Chu | 1 | -1/+1 |
2019-06-06 | simplewallet: print errors on exceptions creating wallets | moneromooo-monero | 1 | -4/+12 |
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 1 | -2/+25 |
2019-04-18 | simplewallet: fix output representation offset | moneromooo-monero | 1 | -1/+1 |
2019-04-18 | simplewallet: prompt when spending more than one old out in one tx | moneromooo-monero | 1 | -3/+57 |
2019-04-17 | simplewallet: add the change amount to the prompt when locking | moneromooo-monero | 1 | -1/+3 |
2019-04-16 | simplewallet: add another warning about long payment ids | moneromooo-monero | 1 | -0/+8 |
2019-04-12 | simplewallet: fix warning about long payment id using the old option | moneromooo-monero | 1 | -1/+1 |
2019-04-11 | simplewallet: fix merge error with new welcome command | moneromooo-monero | 1 | -1/+2 |
2019-04-11 | simplewallet: add a welcome/disclaimer message command | moneromooo-monero | 1 | -0/+33 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 1 | -0/+12 |
2019-04-06 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -3/+8 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -10/+158 |
2019-04-02 | simplewallet: new unset_ring command | moneromooo-monero | 1 | -1/+38 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -3/+8 |
2019-03-29 | fix init warning on whatever compiler version | italocoin | 1 | -2/+1 |
2019-03-28 | Add get_tx_proof support, needed for new sanity check | cslashm | 1 | -5/+0 |
2019-03-24 | wallet: use original user address if we have a short payment id | moneromooo-monero | 1 | -1/+1 |
2019-03-22 | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 1 | -2/+85 |
2019-03-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 1 | -11/+13 |
2019-03-17 | simplewallet: make the long payment ids warnigns more warney | moneromooo-monero | 1 | -4/+6 |
2019-03-15 | wallet: adds rescan_bc option with preserving key images | Dusan Klinec | 1 | -7/+65 |
2019-03-14 | simplewallet: add some missing spacing before uses data | moneromooo-monero | 1 | -1/+1 |
2019-03-11 | wallet: fix load failure if the mms isn't usable | moneromooo-monero | 1 | -0/+10 |
2019-03-05 | wallet2: key image import fixes | moneromooo-monero | 1 | -7/+2 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-02-14 | simplewallet: add help for ask-password options | moneromooo-monero | 1 | -0/+2 |
2019-02-14 | simplewallet: mark confirm-missing-payment-id as obsolete | moneromooo-monero | 1 | -1/+1 |
2019-02-03 | simplewallet: tell the user to complain to the recipient | moneromooo-monero | 1 | -1/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -2/+3 |
2019-01-18 | core: include a dummy encrypted payment id when no payment is used | moneromooo-monero | 1 | -8/+18 |
2019-01-18 | core, wallet: remember original text version of destination address | moneromooo-monero | 1 | -0/+3 |
2019-01-18 | simplewallet: fix help text of rescan_bc to mention the "hard" option | stoffu | 1 | -1/+1 |
2019-01-18 | simplewallet: remove extra colon in a few calls to input_secure_line | stoffu | 1 | -6/+6 |
2019-01-18 | simplewallet: avoid conversion to string in input_secure_line | stoffu | 1 | -2/+2 |
2019-01-18 | simplewallet: factor yesno hint into input_line | stoffu | 1 | -38/+41 |
2019-01-16 | simplewallet: disable long payment ids by default | moneromooo-monero | 1 | -12/+35 |
2019-01-16 | simplewallet: improve punctuation in user visible string | selsta | 1 | -3/+3 |
2019-01-09 | wallet: do not check txpool in background mode | moneromooo-monero | 1 | -1/+2 |
2019-01-04 | simplewallet: Show new address after going multisig | rbrunner7 | 1 | -0/+1 |
2019-01-02 | simplewallet: don't subtract 1 to estimate blockchain height | moneromooo-monero | 1 | -1/+1 |
2018-12-31 | wallet: optionally keep track of owned outputs uses | moneromooo-monero | 1 | -16/+73 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 1 | -1/+1 |
2018-12-27 | simplewallet: remove ability to transfer with detached short payment ids | moneromooo-monero | 1 | -31/+2 |
2018-12-23 | Simplewallet: Unify usage messages. | Tadeas Moravec | 1 | -144/+230 |
2018-12-23 | simplewallet: fix show_transfers colouring, and add red for failed | moneromooo-monero | 1 | -1/+5 |
2018-12-14 | Add --restore-date param | Howard Chu | 1 | -11/+56 |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 1 | -119/+1366 |
2018-12-07 | simplewallet: donate command validate amount | selsta | 1 | -2/+12 |
2018-12-04 | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 1 | -12/+41 |
2018-12-04 | device: enable to use multiple independent device wallets | Dusan Klinec | 1 | -0/+2 |
2018-11-29 | device/trezor: passphrase entry on host | Dusan Klinec | 1 | -1/+36 |
2018-11-27 | simplewallet: use is_transfer_unlocked instead of is_tx_spendtime_unlocked fo... | stoffu | 1 | -1/+1 |
2018-11-24 | simplewallet: enable donation on testnet/stagenet for easier testing | stoffu | 1 | -8/+21 |
2018-11-23 | remove some unused code | moneromooo-monero | 1 | -1/+0 |
2018-11-21 | blockchain_stats: don't use gmtime_r on Windows | moneromooo-monero | 1 | -5/+1 |
2018-11-16 | Enhance help text for print_ring. | Tadeas Moravec | 1 | -2/+4 |
2018-11-16 | Enhance help text for incoming_transfers. | Tadeas Moravec | 1 | -3/+5 |
2018-11-15 | simplewallet: slightly adjust wording when printing multisig seed | stoffu | 1 | -2/+2 |
2018-11-12 | Add new command "export_transfers" to save transfers to csv | sachaaaaa | 1 | -46/+226 |
2018-11-04 | simplewallet: print the number of show/all transfers | moneromooo-monero | 1 | -2/+6 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 1 | -2/+2 |
2018-11-04 | simplewallet: reorganize SCOPED_WALLET_UNLOCK a bit more | stoffu | 1 | -17/+25 |
2018-11-04 | simplewallet: don't skip asking for password when watch-only | stoffu | 1 | -1/+1 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 1 | -11/+26 |
2018-11-02 | device/trezor: trezor support added | Dusan Klinec | 1 | -1/+145 |
2018-11-02 | simplewallet: remove redundant messages on daemon connection failure | stoffu | 1 | -18/+0 |
2018-10-25 | simplewallet: display locked/unlocked state in show_transfers | moneromooo-monero | 1 | -4/+5 |
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 1 | -17/+17 |
2018-10-18 | Simplewallet: update help text for show_transfers. | Ted Moravec | 1 | -1/+9 |
2018-10-12 | simplewallet: fix view key parsing in --generate-from-view-key | moneromooo-monero | 1 | -1/+1 |
2018-10-10 | simplewallet: perform trivial error checks before password prompt | xiphon | 1 | -2/+2 |
2018-10-10 | simplewallet: fixed deadlock if a user hits CTRL+C twice | xiphon | 1 | -6/+0 |
2018-10-10 | simplewallet: mark default-ring-size setting as obsolete | moneromooo-monero | 1 | -1/+1 |
2018-10-06 | Fix some calls to the translation function | Guillaume LE VAILLANT | 1 | -41/+41 |
2018-10-01 | Arbitrary M/N multisig schemes: | naughtyfox | 1 | -1/+60 |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 1 | -1/+3 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -1/+3 |
2018-09-29 | Merge pull request #4439 | Riccardo Spagni | 1 | -1/+2 |
2018-09-25 | simplewallet: don't complain about payment id on pool mined blocks | moneromooo-monero | 1 | -1/+2 |
2018-09-19 | simplewallet: fix --generate-from-json setting wrong wallet filename | moneromooo-monero | 1 | -2/+2 |
2018-09-19 | simplewallet: Add Unicode input_line [Ryo backport] | fireice-uk | 1 | -47/+3 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 1 | -7/+45 |
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 1 | -1/+1 |
2018-09-16 | simplewallet: remove obsolete transfer_original command | moneromooo-monero | 1 | -15/+5 |
2018-09-14 | hw_device: support for multiple devices added [for review] | Dusan Klinec | 1 | -4/+35 |
2018-09-14 | wallet: ask-password can now ask without encrypting the secret spend key | moneromooo-monero | 1 | -15/+33 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -7/+4 |
2018-09-14 | simplewallet: print reason why refresh+password is needed | moneromooo-monero | 1 | -1/+1 |
2018-09-12 | wallet: use wipeable_string in more places where a secret is used | moneromooo-monero | 1 | -22/+17 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -8/+39 |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -23/+40 |
2018-09-03 | wallet2: factor the creation of a new wallet keys file | moneromooo-monero | 1 | -1/+2 |
2018-08-28 | simplewallet: handle transfers using a monero: URI | moneromooo-monero | 1 | -32/+80 |
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 1 | -49/+26 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -78/+159 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -22/+83 |