summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6819v0.17.0.0luigi11112020-09-151-1/+1
|\ | | | | | | c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
| * simplewallet fix wrong persistent-rpc-client-id name in helpmoneromooo-monero2020-09-141-1/+1
| |
* | wallet2: adapt to deterministic unlock timeTheCharlatan2020-09-151-4/+4
|/
* Bind signature to full address and signing modeSarang Noether2020-08-281-6/+2
|
* wallet: allow signing a message with spend or view keymoneromooo-monero2020-08-281-11/+27
|
* Merge pull request #6752Alexander Blair2020-08-271-3/+21
|\ | | | | | | | | 85899230d simplewallet: allow setting tx keys when sending to a subaddress (moneromooo-monero) e916201f1 wallet2: fix setting tx keys when another is already set (moneromooo-monero)
| * simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero2020-08-101-3/+21
| | | | | | | | The tx key derivation is different then
* | replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the attack surface for data that can come from malicious sources (exported output and key images, multisig transactions...) since the monero serialization is already exposed to the outside, and the boost lib we were using had a few known crashers. For interoperability, a new load-deprecated-formats wallet setting is added (off by default). This allows loading boost format data if there is no alternative. It will likely go at some point, along with the ability to load those. Notably, the peer lists file still uses the boost serialization code, as the data it stores is define in epee, while the new serialization code is in monero, and migrating it was fairly hairy. Since this file is local and not obtained from anyone else, the marginal risk is minimal, but it could be migrated later if needed. Some tests and tools also do, this will stay as is for now.
* | Merge pull request #6677Alexander Blair2020-08-161-0/+26
|\ \ | | | | | | | | | f9e3fcdf3 add trezor support to sweep_single (Dusan Klinec)
| * | add trezor support to sweep_singleDusan Klinec2020-06-211-0/+26
| | |
* | | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner72020-07-241-41/+70
| |/ |/|
* | Merge pull request #6537Alexander Blair2020-07-191-8/+8
|\ \ | | | | | | | | | 5e0ea6e95 simplewallet: add missing calls to on_command (moneromooo-monero)
| * | simplewallet: add missing calls to on_commandmoneromooo-monero2020-05-161-8/+8
| | | | | | | | | | | | It resets the inactivity time
* | | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \ \ | | | | | | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * | | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| |/ / | | | | | | | | | Update copyright year to 2020
* | | Merge pull request #6488Alexander Blair2020-07-161-0/+63
|\ \ \ | |_|/ |/| | | | | 99684e3e simplewallet: add show_qr_code command (selsta)
| * | simplewallet: add show_qr_code commandselsta2020-06-211-0/+63
| | | | | | | | | | | | Thanks to iDunk for helping with Windows.
* | | Merge pull request #6549luigi11112020-06-081-2/+40
|\ \ \ | | | | | | | | | | | | | | | | 82d21f5 easylogging++: sanitize log payload (moneromooo-monero) 7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7)
| * | | [master] MMS: New 'config_checksum' subcommandrbrunner72020-05-241-2/+40
| | |/ | |/|
* | | Merge pull request #6525luigi11112020-06-081-2/+2
|\ \ \ | | | | | | | | | | | | 86cf811 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero)
| * | | simplewallet: don't complain about incoming payment ids on changemoneromooo-monero2020-05-131-2/+2
| |/ /
* / / Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-0/+5
|/ /
* | 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)