summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4036Riccardo Spagni2018-10-071-1/+60
| | | | | 9acf42d3 Multisig M/N functionality core tests added (naughtyfox) 9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
* Merge pull request #4505Riccardo Spagni2018-10-071-41/+41
| | | | 977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
* Merge pull request #4390Riccardo Spagni2018-10-061-47/+3
| | | | | a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk) 579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
* Merge pull request #4482Riccardo Spagni2018-10-021-1/+3
| | | | 25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
* Merge pull request #4459Riccardo Spagni2018-09-291-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
| * simplewallet: top level exception catcher to print nicer messagesmoneromooo-monero2018-09-271-1/+3
| | | | | | | | Coverity 188408
* | simplewallet: don't complain about payment id on pool mined blocksmoneromooo-monero2018-09-251-1/+2
|/ | | | Those use the extra nonce without a payment id
* Merge pull request #4405Riccardo Spagni2018-09-211-2/+2
|\ | | | | | | 8db2d8d4 simplewallet: fix --generate-from-json setting wrong wallet filename (moneromooo-monero)
| * simplewallet: fix --generate-from-json setting wrong wallet filenamemoneromooo-monero2018-09-191-2/+2
| |
* | Merge pull request #4401Riccardo Spagni2018-09-211-7/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 66901901 README: harmonize command formatting inside README.md (Andrea) 8cd98408 disable AES on s390x architecture (Tuan M. Hoang) 4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat) 24f52396 wallet: add 'outputs' option for sweep_* commands (whythat) 52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project) 0c77523d README: fill in libsodium package name for Arch (phloatingman)
| * | wallet: add 'outputs' option for sweep_* commandswhythat2018-09-181-7/+45
| | | | | | | | | | | | | | | | | | | | | | | | 'outputs' option allows to specify the number of separate outputs of smaller denomination that will be created by sweep operation. rebased by moneromooo
* | | Merge pull request #4388Riccardo Spagni2018-09-211-15/+5
|\ \ \ | | | | | | | | | | | | 05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
| * | | simplewallet: remove obsolete transfer_original commandmoneromooo-monero2018-09-161-15/+5
| |/ /
* | | Merge pull request #4376Riccardo Spagni2018-09-211-1/+1
|\ \ \ | |_|/ |/| | | | | 2ace509a simplewallet: print reason why refresh+password is needed (moneromooo-monero)
| * | simplewallet: print reason why refresh+password is neededmoneromooo-monero2018-09-141-1/+1
| | |
* | | Merge pull request #4306Riccardo Spagni2018-09-181-22/+17
|\ \ \ | | | | | | | | | | | | | | | | 56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero) 07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
| * | | wallet: use wipeable_string in more places where a secret is usedmoneromooo-monero2018-09-121-22/+17
| | | |
* | | | Merge pull request #4302Riccardo Spagni2018-09-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | ba8dd347 api/wallet: properly disable key encryption (stoffu)
| * | | | api/wallet: properly disable key encryptionstoffu2018-09-171-1/+1
| | |_|/ | |/| |
* / | | hw_device: support for multiple devices added [for review]Dusan Klinec2018-09-141-4/+35
|/ / / | | | | | | | | | | | | | | | | | | - device name is a new wallet property - full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for. - new --hw-device parameter added to the wallet, can name the hardware device - device reconnect added
* | | Merge pull request #4324Riccardo Spagni2018-09-141-15/+33
|\ \ \ | | | | | | | | | | | | 44259e56 wallet: ask-password can now ask without encrypting the secret spend key (moneromooo-monero)
| * | | wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero2018-09-141-15/+33
| | | |
* | | | Merge pull request #4332Riccardo Spagni2018-09-141-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | 20171746 wallet2: factor the creation of a new wallet keys file (moneromooo-monero) be6acfd5 wallet2: factor new blockchain setup (moneromooo-monero)
| * | | wallet2: factor the creation of a new wallet keys filemoneromooo-monero2018-09-031-1/+2
| |/ /
* | | Merge pull request #4253Riccardo Spagni2018-09-141-7/+4
|\ \ \ | | | | | | | | | | | | be001326 remove obsolete daemon selection of fake outs and old tx construction (moneromooo-monero)
| * | | remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-7/+4
| | |/ | |/|
* | | Merge pull request #4260Riccardo Spagni2018-09-141-23/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a54dbaee blockchain_blackball: add --force-chain-reaction-pass flag (moneromooo-monero) 44439c32 record blackballs as amount/offset, and add export ability (moneromooo-monero) 4bce935b blockchain_blackball: more optimizations (moneromooo-monero) b66ba783 blockchain_blackball: do not process duplicate blockchains parts (moneromooo-monero) 639a3c01 blockchain_blackball: make it clear secondary passes are not incremental (moneromooo-monero) eb8a51be blockchain_blackball: detect spent outputs by partial ring reuse (moneromooo-monero) d6d276c6 blockchain_blackball: fix chain reaction phase in incremental mode (moneromooo-monero) 2b2a681b blockchain_blackball: avoid false positives for different amounts (moneromooo-monero) 80e4fef3 blockchain_blackball: set transaction looping txn to read only (moneromooo-monero) 4801d6b5 blockchain_blackball: add stats (moneromooo-monero) 846190fd blockchain_blackball: support pre-v2 databases (moneromooo-monero) daa6cc7d blockchain_blackball: use LMDB for the cache (moneromooo-monero) 50cb370d ringdb: allow blackballing many outputs at once (moneromooo-monero)
| * | | record blackballs as amount/offset, and add export abilitymoneromooo-monero2018-09-101-23/+40
| | | |
* | | | Merge pull request #4208Riccardo Spagni2018-09-141-32/+80
|\ \ \ \ | |_|/ / |/| | | | | | | 2c636e45 simplewallet: handle transfers using a monero: URI (moneromooo-monero)
| * | | simplewallet: handle transfers using a monero: URImoneromooo-monero2018-08-281-32/+80
| | | |
* | | | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-8/+39
| |/ / |/| |
* | | Merge pull request #4262luigi11112018-09-041-9/+37
|\ \ \ | | | | | | | | | | | | c3c14f3 simplewallet: allow named priority levels for default-priority (moneromooo-monero)
| * | | simplewallet: allow named priority levels for default-prioritymoneromooo-monero2018-08-151-9/+37
| |/ / | | | | | | | | | to match those used by the various transfer functions
* | / wallet: store trusted-daemon flag in wallet2stoffu2018-08-231-49/+26
| |/ |/|
* | Merge pull request #4249luigi11112018-08-221-6/+1
|\ \ | | | | | | | | | 77655b0 simplewallet: Simplify LOCK_IDLE_SCOPE macro (rbrunner7)
| * | simplewallet: Simplify LOCK_IDLE_SCOPE macrorbrunner72018-08-131-6/+1
| |/
* | Merge pull request #4231luigi11112018-08-221-1/+9
|\ \ | | | | | | | | | 3e914ad simplewallet: add a warning and prompt on rescan_blockchain (moneromooo-monero)
| * | simplewallet: add a warning and prompt on rescan_blockchainmoneromooo-monero2018-08-071-1/+9
| |/ | | | | | | | | | | Many people are using this as a "let's see what this does" command when something doesn't work as they thought it should, and thus destroying info that they might still need.
* | Merge pull request #4225luigi11112018-08-221-1/+1
|\ \ | | | | | | | | | 2fd9be1 simplewallet: correct number of human-readable months (rbrunner7)
| * | simplewallet: correct number of human-readable monthsrbrunner72018-08-051-1/+1
| |/
* | store secret keys encrypted where possiblemoneromooo-monero2018-08-161-78/+159
| | | | | | | | | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
* | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-22/+83
| |
* | Merge pull request #4195luigi11112018-08-151-24/+36
|\ \ | | | | | | | | | f13c7a8 simplewallet: make sure wallet config is stored right after creation (stoffu)
| * | simplewallet: make sure wallet config is stored right after creationstoffu2018-07-301-24/+36
| | |
* | | Merge pull request #4188luigi11112018-08-151-0/+62
|\ \ \ | | | | | | | | | | | | a3fe1c5 simplewallet: add set_tx_key for importing tx keys from 3rd party wallets (stoffu)
| * | | simplewallet: add set_tx_key for importing tx keys from 3rd party walletsstoffu2018-07-301-0/+62
| |/ /
* | | Merge pull request #4172luigi11112018-08-151-1/+1
|\ \ \ | | | | | | | | | | | | 3a4c3ac simplewallet.unspent_outputs: fix wrong logic for parsing (stoffu)
| * | | simplewallet.unspent_outputs: fix wrong logic for parsingstoffu2018-07-241-1/+1
| |/ /
* | | Merge pull request #4166luigi11112018-08-151-4/+6
|\ \ \ | | | | | | | | | | | | 5e675de simplewallet: fix language detection when using --use-english-language-names (moneromooo-monero)
| * | | simplewallet: fix language detection when using --use-english-language-namesmoneromooo-monero2018-07-221-4/+6
| |/ /