aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | simplewallet: display locked/unlocked state in show_transfersmoneromooo-monero2018-10-251-4/+5
| |/ / / | | | | | | | | | | | | | | | | it doesn't display the details, which are already displayed in show_transfer
* | | | simplewallet: print the number of show/all transfersmoneromooo-monero2018-11-041-2/+6
| | | |
* | | | wallet2: only export necessary outputs and key imagesmoneromooo-monero2018-11-041-2/+2
| |_|/ |/| | | | | | | | | | | and disable annoying test that requires ridiculous amounts of skullduggery every time some format changes
* | | device/trezor: trezor support addedDusan Klinec2018-11-022-1/+148
| |/ |/|
* | Merge pull request #4645Riccardo Spagni2018-11-011-1/+9
|\ \ | | | | | | | | | 6f88c03d Simplewallet: update help text for show_transfers. (Ted Moravec)
| * | Simplewallet: update help text for show_transfers.Ted Moravec2018-10-181-1/+9
| | | | | | | | | | | | Describe the output format.
* | | Merge pull request #4555Riccardo Spagni2018-10-261-2/+2
|\ \ \ | | | | | | | | | | | | 68e9744d simplewallet: perform trivial error checks before password prompt (xiphon)
| * | | simplewallet: perform trivial error checks before password promptxiphon2018-10-101-2/+2
| | | |
* | | | Merge pull request #4547Riccardo Spagni2018-10-261-6/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | f2c2c47a simplewallet: fixed deadlock if a user hits CTRL+C twice (xiphon)
| * | | simplewallet: fixed deadlock if a user hits CTRL+C twicexiphon2018-10-101-6/+0
| |/ / | | | | | | | | | Co-authored-by: moneromooo-monero <moneromooo-monero@users.noreply.github.com>
* | / Rename "blackball" for claritymoneromooo-monero2018-10-181-17/+17
| |/ |/| | | | | Apparently some people seem to think it's a censorship list...
* | Merge pull request #4551Riccardo Spagni2018-10-151-1/+1
|\ \ | | | | | | | | | c0822fdd simplewallet: mark default-ring-size setting as obsolete (moneromooo-monero)
| * | simplewallet: mark default-ring-size setting as obsoletemoneromooo-monero2018-10-101-1/+1
| |/
* / simplewallet: fix view key parsing in --generate-from-view-keymoneromooo-monero2018-10-121-1/+1
|/
* Merge pull request #4036Riccardo Spagni2018-10-072-1/+61
|\ | | | | | | | | 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)
| * Arbitrary M/N multisig schemes:naughtyfox2018-10-012-1/+61
| | | | | | | | | | | | | | | | | | * 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
* | Fix some calls to the translation functionGuillaume LE VAILLANT2018-10-061-41/+41
| | | | | | | | | | Some strings were not detected by lupdate because "tr() cannot be called without context".
* | Merge pull request #4390Riccardo Spagni2018-10-051-47/+3
|\ \ | | | | | | | | | | | | a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk) 579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
| * | simplewallet: Add Unicode input_line [Ryo backport]fireice-uk2018-09-191-47/+3
| | |
* | | wallet: fix --generate-from-json using wrong passwordmoneromooo-monero2018-10-011-1/+3
| | |
* | | 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)
* | | Merge pull request #4439Riccardo Spagni2018-09-291-1/+2
| |/ |/| | | | | 174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero)
* | 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-212-16/+5
|\ \ \ | | | | | | | | | | | | 05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
| * | | simplewallet: remove obsolete transfer_original commandmoneromooo-monero2018-09-162-16/+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-142-5/+37
|/ / / | | | | | | | | | | | | | | | | | | - 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-232-51/+26
| |/ |/|
* | Merge pull request #4249luigi11112018-08-221-6/+1
|\ \ | | | | | | | | | 77655b0 simplewallet: Simplify LOCK_IDLE_SCOPE macro (rbrunner7)