aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #5982luigi11112019-10-221-0/+3
|\ \ | | | | | | | | | bba5bae implewallet: don't trigger idle lock right after a foreground refresh (moneromooo-monero)
| * | simplewallet: don't trigger idle lock right after a foreground refreshmoneromooo-monero2019-10-111-0/+3
| |/
* | Merge pull request #5977luigi11112019-10-221-1/+1
|\ \ | | | | | | | | | e85c838 simplewallet: do not print warning for locked coinbase txes (moneromooo-monero)
| * | simplewallet: do not print warning for locked coinbase txesmoneromooo-monero2019-10-101-1/+1
| |/ | | | | | | since they're all locked for a fixed amount
* | Merge pull request #5952luigi11112019-10-161-0/+45
|\ \ | | | | | | | | | 93d5cf2 wallet2: add ignore-outputs-{above/below} option (stoffu)
| * | wallet2: add ignore-outputs-{above/below} optionstoffu2019-10-021-0/+45
| |/ | | | | | | https://github.com/aeonix/aeon/pull/131
* | Merge pull request #5946luigi11112019-10-161-3/+3
|\ \ | | | | | | | | | 16498dc simplewallet.cpp - clean up welcome message (SomaticFanatic)
| * | simplewallet.cpp - clean up welcome messageSomaticFanatic2019-10-011-3/+3
| |/ | | | | Fixed a typo ("and -are- not visible to the world by default"), removed a few redundant commas, and capitalized words inside the URL.
* | wallet: remove long payment ID sending supportmoneromooo-monero2019-10-141-79/+5
| |
* | simplewallet: reinstate short payment id nag, only if non defaultmoneromooo-monero2019-10-141-1/+8
|/
* Merge pull request #5906luigi11112019-09-301-1/+0
|\ | | | | | | bd9c12e simplewallet: remove erroneously added line under subaddress-lookahead (stoffu)
| * simplewallet: remove erroneously added line under subaddress-lookaheadstoffu2019-09-111-1/+0
| |
* | Merge pull request #5874luigi11112019-09-141-15/+13
|\ \ | | | | | | | | | f380f69 simplewallet: warn if invalid default ring size is set and actually ignore the setting (stoffu)
| * | simplewallet: warn if invalid default ring size is set and actually ignore ↵stoffu2019-08-291-15/+13
| | | | | | | | | | | | the setting
* | | Merge pull request #5865luigi11112019-09-141-5/+5
|\ \ \ | |_|/ |/| | | | | | | | 11f13da blockchain: fix logging bad number of blocks if first one fails (moneromooo-monero) 19bfe7e simplewallet: fix warnings about useless std::move (moneromooo-monero)
| * | simplewallet: fix warnings about useless std::movemoneromooo-monero2019-08-281-5/+5
| |/
* | Merge pull request #5855luigi11112019-09-081-9/+9
|\ \ | | | | | | | | | 2ec455d wallet: fix mismatch between two concepts of 'balance' (moneromooo-monero)
| * | wallet: fix mismatch between two concepts of "balance"moneromooo-monero2019-09-051-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One considers the blockchain, while the other considers the blockchain and some recent actions, such as a recently created transaction which spend some outputs, but isn't yet mined. Typically, the "balance" command wants the latter, to reflect the recent action, but things like proving ownership wants the former. This fixes a crash in get_reserve_proof, where a preliminary check and the main code used two concepts of "balance".
* | | Merge pull request #5842luigi11112019-09-081-1/+16
|\ \ \ | | | | | | | | | | | | 87d2f06 simplewallet: moan harder about untrusted nodes (moneromooo-monero)
| * | | simplewallet: moan harder about untrusted nodesmoneromooo-monero2019-08-241-1/+16
| | | |
* | | | simplewallet: lock console on inactivitymoneromooo-monero2019-08-281-130/+290
| |_|/ |/| |
* | | Wallet: Option to export data to ASCIITadeas Moravec2019-08-221-16/+49
| |/ |/| | | | | | | | | | | | | | | | | | | New CLI wallet variable: export-format with options "binary" (the default), or "ascii". "Binary" behaves as before, "ascii" forces the wallet to convert data to ASCII using base64. Reading files from the disk tries to auto detect what format has been used (using a magic string added when exporting the data). Implements https://github.com/monero-project/monero/issues/2859
* | Merge pull request #5808luigi11112019-08-211-4/+14
|\ \ | | | | | | | | | | | | 5a91b83 simplewallet: add a few missing settings help text (stoffu) ae7bf37 simplewallet: fix arg indexing bug in set_device_name (stoffu)
| * | simplewallet: fix arg indexing bug in set_device_namestoffu2019-08-131-1/+1
| | |
| * | simplewallet: add a few missing settings help textstoffu2019-08-131-4/+14
| | |
* | | Merge pull request #5750luigi11112019-08-211-3/+3
|\ \ \ | | | | | | | | | | | | 884df82 wallet: provide original address for outgoing transfers (xiphon)
| * | | wallet: provide original address for outgoing transfersxiphon2019-07-101-3/+3
| | | |
* | | | Merge pull request #5743luigi11112019-08-211-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | 65f29a8 simplewallet: add restore_height command (tobtoht)
| * | | | simplewallet: add restore_height commandthotbot2019-07-081-0/+9
| |/ / /
* | | | Merge pull request #5742luigi11112019-08-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 0d916a6 Fix incorrectly named binding for MMS send_signer_config command (tobtoht)
| * | | | Fix incorrectly named binding for MMS send_signer_config commandtobtoht2019-07-081-1/+1
| |/ / / | | | | | | | | send_message_config isn't used anywhere else in the code, and it is clear from the help command that it should be named send_signer_config.
* | | | Merge pull request #5740luigi11112019-08-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 256d286 Minor formatting fix in help set command (tobtoht)
| * | | | Minor formatting fix in help set commandtobtoht2019-07-061-1/+1
| |/ / /
* | | | Merge pull request #5722luigi11112019-08-211-10/+29
|\ \ \ \ | |_|_|/ |/| | | | | | | 8be5fea simplewallet: optional all flag to export_outputs/export_key_images (moneromooo-monero)
| * | | simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero2019-07-021-10/+29
| |/ /
* | | Merge pull request #5685luigi11112019-08-171-1/+3
|\ \ \ | | | | | | | | | | | | a604241 simplewallet: don't ask about mining when running a command line (moneromooo-monero)
| * | | simplewallet: don't ask about mining when running a command linemoneromooo-monero2019-06-221-1/+3
| |/ / | | | | | | | | | This is likely to be done via a script
* | | Merge pull request #5656luigi11112019-08-151-1/+1
|\ \ \ | |_|/ |/| | | | | 8ccc30b Fix --restore-date usage (hyc)
| * | Fix --restore-date usageHoward Chu2019-06-161-1/+1
| |/ | | | | | | | | The wallet was ignoring --restore-height and --restore-date params and prompting for them again.
* | Merge pull request #5608luigi11112019-07-241-4/+12
|\ \ | | | | | | | | | c820e18 simplewallet: print errors on exceptions creating wallets (moneromooo-monero)
| * | simplewallet: print errors on exceptions creating walletsmoneromooo-monero2019-06-061-4/+12
| |/ | | | | | | Exceptions would otherwise terminate the process silently
* | Merge pull request #5594luigi11112019-07-241-6/+49
|\ \ | | | | | | | | | f074b6b device: show address on device display (ph4r05)
| * | device: show address on device displayDusan Klinec2019-06-171-6/+49
| |/ | | | | | | | | | | | | | | | | - Trezor: support for device address display (subaddress, integrated address) - Wallet::API support added - Simplewallet: - address device [<index>] - address new <label> // shows address on device also - integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
* | Merge pull request #5460luigi11112019-07-241-3/+57
|\ \ | |/ |/| | | a23dbe6 simplewallet: prompt when spending more than one old out in one tx (moneromooo-monero)
| * simplewallet: prompt when spending more than one old out in one txmoneromooo-monero2019-04-181-3/+57
| |
* | wallet: add unlock_time details to show_transfersmoneromooo-monero2019-05-161-2/+25
| | | | | | | | | | also add a note when receiving the tx, because the user might not notice the "XXX blocks to unlock" in the balance.
* | Merge pull request #5389Riccardo Spagni2019-04-181-1/+1
|\ \ | | | | | | | | | | | | 588e6700 simplewallet: fix output representation offset (moneromooo-monero) 35e0a968 wallet2: "output lineup" fake out selection (moneromooo-monero)
| * | simplewallet: fix output representation offsetmoneromooo-monero2019-04-181-1/+1
| |/
* / simplewallet: add the change amount to the prompt when lockingmoneromooo-monero2019-04-171-1/+3
|/
* Merge pull request #5450Riccardo Spagni2019-04-161-0/+8
|\ | | | | | | 926e0472 simplewallet: add another warning about long payment ids (moneromooo-monero)