summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add trezor support to sweep_singleDusan Klinec2020-06-221-0/+26
|
* [release-v0.16] MMS: New 'config_checksum' subcommandrbrunner72020-05-201-2/+40
|
* simplewallet: help_advanced -> helpselsta2020-05-161-1/+1
|
* Revert "simplewallet: noob-friendly help menu"selsta2020-05-161-42/+11
| | | | This reverts commit 67b4a19edf7b9d6a407a79eca5c57819863bfd71.
* simplewallet: don't complain about incoming payment ids on changemoneromooo-monero2020-05-131-2/+2
|
* Merge pull request #6467luigi11112020-05-051-4/+14
|\ | | | | | | 8b655de simplewallet: report timestamp based expected unlock time on balance (moneromooo-monero)
| * simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero2020-04-221-4/+14
| |
* | Merge pull request #6449luigi11112020-05-011-7/+35
|\ \ | | | | | | | | | 27d551d simplewallet: add sweep_account command (moneromooo-monero)
| * | simplewallet: add sweep_account commandmoneromooo-monero2020-04-141-7/+35
| |/ | | | | | | | | | | | | Expects an account number, then the usual sweep_all options Useful to move monero that was accidentally sent to a subaddress with a very large account index.
* | Merge pull request #6446luigi11112020-05-011-4/+9
|\ \ | | | | | | | | | e509ede trezor: adapt to new passphrase mechanism (ph4r05)
| * | trezor: adapt to new passphrase mechanismDusan Klinec2020-04-271-4/+9
| |/ | | | | | | | | | | | | | | | | - choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support
* | Merge pull request #6444luigi11112020-05-011-0/+1
|\ \ | | | | | | | | | b367630 simplewallet : missing function block separator (sumogr)
| * | simplewallet : missing function block separatorSumo Gr2020-04-101-0/+1
| | |
* | | Merge pull request #6440luigi11112020-05-011-4/+4
|\ \ \ | |_|/ |/| | | | | 7c4a400 simplewallet: fix strings (show_transfers & export_transfers) (sumogr)
| * | simplewallet: fix strings (show_transfers & export_transfers)sumogr2020-04-081-4/+4
| |/
* | Merge pull request #6394luigi11112020-04-101-2/+20
|\ \ | | | | | | | | | 69b5992 simplewallet: new 'address one-off <major> <minor>' command (moneromooo-monero)
| * | simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero2020-04-071-2/+20
| | |
* | | Merge pull request #6341luigi11112020-04-101-2/+10
|\ \ \ | | | | | | | | | | | | 927fd47 simplewallet: fix smart mining not starting after first setup (moneromooo-monero)
| * | | simplewallet: fix smart mining not starting after first setupmoneromooo-monero2020-02-171-2/+10
| | | | | | | | | | | | | | | | Also avoid rewriting the wallet if the setting is already was we need
* | | | Merge pull request #6339luigi11112020-04-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | c61abf8 remove empty statements (shopglobal)
| * | | | remove empty statementsInterchained2020-02-171-2/+2
| |/ / / | | | | | | | | | | | | Cleaning up a little around the code base.
* | | | simplewallet: warn about correlations if print-ring-members is not setmoneromooo-monero2020-03-281-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The warning about spending more than one output with similar creation time was skipped if print-ring-members was not set, and it defaults to false, which means most people probably aren't getting this warning if they spend correlated outputs. Reported by SeventhAlpaca.
* | | | Merge pull request #6288Alexander Blair2020-03-271-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | 0349347e ringdb: use a different iv for key and data in rings table (moneromooo-monero) 7b882087 simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero) f507a43a wallet2: do not remove known rings when a tx fails (moneromooo-monero)
| * | | simplewallet: reword mixin in user message in terms of ring sizemoneromooo-monero2020-01-091-1/+1
| | | |
* | | | Merge pull request #6268Alexander Blair2020-03-121-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | a6c24412 wallet: fix exceptions getting the hash of a pruned tx (moneromooo-monero)
| * | | | wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero2019-12-301-2/+2
| |/ / /
* | | | Merge pull request #6222Alexander Blair2020-02-281-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | a6a2ad6c simplewallet: set manual refresh mode in rescan_bc (moneromooo-monero)
| * | | | simplewallet: set manual refresh mode in rescan_bcmoneromooo-monero2019-12-071-0/+2
| | | | | | | | | | | | | | | | | | | | This ensures we get asked for the password if needed
* | | | | Merge pull request #6058Alexander Blair2020-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 88b82bef simplewallet: point to "set help" in the lock screen message (moneromooo-monero) f19c9f23 util: allow newlines in string to be split (moneromooo-monero)
| * | | | | simplewallet: point to "set help" in the lock screen messagemoneromooo-monero2019-11-251-1/+1
| |/ / / /
* | | | | Merge pull request #6241Alexander Blair2020-02-281-5/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ae84ec90 wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an account (stoffu)
| * | | | | wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ↵stoffu2019-12-161-5/+10
| | |/ / / | |/| | | | | | | | | | | | | account
* | | | | Merge pull request #6224Alexander Blair2020-02-281-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | d93e1dff simplewallet: warn on refresh if refresh-from-block-height seems off (moneromooo-monero)
| * | | | | simplewallet: warn on refresh if refresh-from-block-height seems offmoneromooo-monero2019-12-091-0/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #6213Alexander Blair2020-02-281-10/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | 94266eeb simplewallet: fix output age display with duplicate heights (moneromooo-monero) f1d379d2 simplewallet: fix "outputs in same tx" detector (moneromooo-monero)
| * | | | simplewallet: fix output age display with duplicate heightsmoneromooo-monero2019-12-031-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The highlight check was based on height, so would highlight any output at that height, resulting in several matches if a fake out was picked at the same height as the real spend
| * | | | simplewallet: fix "outputs in same tx" detectormoneromooo-monero2019-12-031-0/+1
| |/ / / | | | | | | | | | | | | | | | | It was comparing source txids, but txids were empty, so all checks triggered
* | | | Merge pull request #6197luigi11112020-02-191-12/+20
|\ \ \ \ | |_|_|/ |/| | | | | | | f812783 simplewallet: fix encrypted payment id note triggering on dummy ones (moneromooo-monero)
| * | | simplewallet: fix encrypted payment id note triggering on dummy onesmoneromooo-monero2019-11-291-12/+20
| |/ /
* | | Merge pull request #6127Alexander Blair2020-02-061-11/+42
|\ \ \ | | | | | | | | | | | | 67b4a19e simplewallet: noob-friendly help menu (wowario)
| * | | simplewallet: noob-friendly help menuwowario2019-11-131-11/+42
| |/ /
* | | Merge pull request #6076Alexander Blair2020-02-061-2/+5
|\ \ \ | | | | | | | | | | | | | | | | 22d30866 simplewallet: add missing inactivity-lock-timeout to set help blurb (moneromooo-monero) 9f57f0df simplewallet: do not mention inactivity if a lock was manual (moneromooo-monero)
| * | | simplewallet: add missing inactivity-lock-timeout to set help blurbmoneromooo-monero2019-11-011-1/+3
| | | |
| * | | simplewallet: do not mention inactivity if a lock was manualmoneromooo-monero2019-11-011-1/+2
| | | |
* | | | Merge pull request #6069Alexander Blair2020-02-061-5/+18
|\ \ \ \ | | | | | | | | | | | | | | | d64e5aa7 wallet: allow message sign/verify for subaddresses (moneromooo-monero)
| * | | | wallet: allow message sign/verify for subaddressesmoneromooo-monero2019-12-311-5/+18
| |/ / /
* | | | wallet: do not split integrated addresses in address book apimoneromooo-monero2020-01-261-26/+8
| | | |
* | | | Merge pull request #6130Alexander Blair2020-01-161-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | 6dec0013 simplewallet: fix restore height warning (selsta)
| * | | simplewallet: fix restore height warningselsta2019-11-141-1/+1
| | |/ | |/|
* | | Merge pull request #6027luigi11112019-12-121-26/+0
|\ \ \ | |/ / |/| | | | | 9768e96 simplewallet: remove remaining payment id dead code (moneromooo-monero)