aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* simplewallet: correct number of human-readable monthsrbrunner72018-08-051-1/+1
|
* Merge pull request #4109luigi11112018-07-271-0/+19
|\ | | | | | | 2951436 wallet: warn when payment IDs are used (moneromooo-monero)
| * wallet: warn when payment IDs are usedmoneromooo-monero2018-07-121-0/+19
| | | | | | | | Subaddresses are better for privacy
* | monero-wallet-cli: added locked_sweep_all commandjcktm2018-07-231-5/+49
| |
* | Merge pull request #4088luigi11112018-07-191-6/+1
|\ \ | | | | | | | | | 8c4db68 node_rpc_proxy: factor a few RPC calls using get_info (moneromooo-monero)
| * | node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero2018-07-021-6/+1
| | | | | | | | | | | | Takes advantage of caching
* | | Merge pull request #4071luigi11112018-07-191-0/+15
|\ \ \ | | | | | | | | | | | | d6d78f1 Allow fractional outputs to be ignored (stoffu)
| * | | Allow fractional outputs to be ignoredstoffu2018-07-031-0/+15
| |/ /
* | | Merge pull request #4062luigi11112018-07-191-1/+10
|\ \ \ | | | | | | | | | | | | 13851b2 simplewallet.sweep_all: show usage when parsing fails (stoffu)
| * | | simplewallet.sweep_all: show usage when parsing failsstoffu2018-06-271-1/+10
| | | |
* | | | Merge pull request #4023luigi11112018-07-191-1/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | 6cb9707 simplewallet: remove leftover global debug trace (moneromooo-monero)
| * | | simplewallet: remove leftover global debug tracemoneromooo-monero2018-06-181-1/+0
| | | |
* | | | Merge pull request #4042Riccardo Spagni2018-07-031-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | 9d7f6e60 simplewallet: init trusted daemon flag to false when autodetecting (moneromooo-monero)
| * | | simplewallet: init trusted daemon flag to false when autodetectingmoneromooo-monero2018-06-231-0/+1
| | | |
* | | | Merge pull request #3907luigi11112018-06-271-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero)
| * | | | wallet: include a suggested number of confirmations based on amountmoneromooo-monero2018-06-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on how much an attacking miner stands to lose in block rewardy by mining a private chain which double spends a payment. This is not foolproof, since mining is based on luck, and breaks down as the attacking miner nears 50% of the network hash rate, and the estimation is based on a constant block reward.
* | | | | Merge pull request #3998luigi11112018-06-271-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero)
| * | | | | wallet: on first refresh, start off with a quantized heightmoneromooo-monero2018-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for privacy reasons, so an untrusted node can't easily track wallets from IP address to IP address, etc. The granularity is 1024 blocks, which is about a day and a half.
* | | | | | Merge pull request #3991luigi11112018-06-271-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 798dfcf wallet: allow unspendable unmixable outputs to be discarded (stoffu)
| * | | | | | wallet: allow unspendable unmixable outputs to be discardedstoffu2018-06-131-0/+14
| |/ / / / /
* | | | | | Merge pull request #3982luigi11112018-06-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08b85a8 cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X (stoffu) 0cf80ba net_node: resolve host for node addresses given via command line flags (stoffu)
| * | | | | | cryptonote_config: add get_config to refactor x = testnet ? ↵stoffu2018-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | config::testnet::X : stagenet ? config::stagenet::X : config::X
* | | | | | | Merge pull request #3979luigi11112018-06-271-3/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | 362f5e6 simplewallet: don't confirm missing payment ID when sending to only subaddresses (stoffu)
| * | | | | | simplewallet: don't confirm missing payment ID when sending to only subaddressesstoffu2018-06-101-3/+5
| |/ / / / /
* | | | | | Merge pull request #3966luigi11112018-06-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 948c482 simplewallet: grammar fix in warning message (moneromooo-monero)
| * | | | | | simplewallet: grammar fix in warning messagemoneromooo-monero2018-06-081-1/+1
| |/ / / / /
* | | | | | Merge pull request #3921luigi11112018-06-251-14/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8fc0cdb wallet2: lower default for subaddress lookahead when restoring with hardware (stoffu) 248310d Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp (stoffu) 46e90b7 Wallet API: add support for wallet creation from hardware device (stoffu)
| * | | | | | Move parse_subaddress_lookahead() from simplewallet.cpp to util.cppstoffu2018-06-211-14/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3677luigi11112018-06-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | d45cd37 fix typos in language files and rpc_args.cpp (ordtrogen)
| * | | | | | fix typos in language files and rpc_args.cppordtrogen2018-06-211-1/+1
| |/ / / / /
* | | | | | Merge pull request #3407luigi11112018-06-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | 7bf99a2 fix string handling for donation message (cryptochangements34)
| * | | | | fix string handling for donation messagecryptochangements342018-06-201-1/+1
| | | | | |
* | | | | | Merge pull request #3784luigi11112018-06-201-4/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | 261ee56 don't limit miner threads in wallet (cryptochangements34)
| * | | | | don't limit miner threads in walletcryptochangements342018-05-081-4/+2
| | | | | |
* | | | | | Merge pull request #3932luigi11112018-06-201-1/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero) 941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero) 2b3357e README: mention --untrusted-daemon (moneromooo-monero)
| * | | | | | simplewallet: add optional trusted/untrusted argument to set_daemonmoneromooo-monero2018-06-051-1/+28
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Otherwise the previous daemon's trustedness would carry over. If not specified, the local address check is performed again.
* | | | | | Merge pull request #3896luigi11112018-06-201-4/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | 6b8568e simplewallet.sign_transfer: rename export to export_raw, add help message (stoffu)
| * | | | | simplewallet.sign_transfer: rename export to export_raw, add help messagestoffu2018-06-011-4/+4
| |/ / / /
* | | | | Merge pull request #3804luigi11112018-06-161-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 89e51ec simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet (jcktm)
| * | | | | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only ↵jcktm2018-05-151-0/+2
| | |/ / / | |/| | | | | | | | | | | | | wallet
* | | | | Merge pull request #3798luigi11112018-06-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f357210 Fix Typo (Rafficer)
| * | | | | Fix TypoRafficer2018-05-121-1/+1
| |/ / / /
* | | | | Merge pull request #3780luigi11112018-06-161-64/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 9c2a7b4 wallet-rpc: watch-only and cold wallet features added (ph4r05)
| * | | | | wallet-rpc: watch-only and cold wallet features addedDusan Klinec2018-06-031-64/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - unsigned_txset, signed_txset in transfer / submit_transfer / sign_transfer - export_outputs, import_outputs Squashed commits: [f4d9f3d4] wallet-rpc: do_not_relay removed from submit_transfer [5b16a86f] wallet-rpc: review-fix - method signature changes, renaming [b7fbb10a] wallet-rpc: naming fixes (unsigned vs signed), consts renamed [8c7d2727] wallet-rpc: sign_transfer added [481d024a] wallet2: sign_tx splitted to work with strings and structs, more granular [2a474db9] wallet-rpc: wallet2::load_unsigned_tx split to load from str, file [b1e3a018] wallet-rpc: review fix, load_tx_from_str variable rename [1f6373be] wallet-rpc: review fix: save_tx_to_{str,file} [2a08eafc] wallet-rpc: review comments fixes - redundant this removed from wallet2.cpp - load_tx_from_str, load_tx_from_file [43498052] wallet-rpc: submit_transfer added [9c45d1ad] wallet-rpc: watch_only check, return unsigned_txset [62831396] wallet2: added string variants to load_tx, save_tx - analogously to save_multisig_tx - required for monero-wallet-rpc to support watch-only wallet
* | | | | | Merge pull request #3538luigi11112018-06-161-2/+110
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | f4e3295 simplewallet: set_ring can now take a file with rings (moneromooo-monero)
| * | | | | simplewallet: set_ring can now take a file with ringsmoneromooo-monero2018-06-091-2/+110
| | |_|/ / | |/| | |
* | | | | Merge pull request #3648luigi11112018-06-121-8/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6f36cf0 Improve 'show_transfers' date formatting (ryan-ronnander)
| * | | | | Improve 'show_transfers' date formattingRyan Ronnander2018-04-151-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change the wallet's 'show_transfers' command to always output the transaction date with timestamp (24 hour UTC).
* | | | | | Merge pull request #3643luigi11112018-06-121-2/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | e2b7558 handle improper log levels (cryptochangements34)
| * | | | | handle improper log levelscryptochangements342018-04-151-2/+18
| |/ / / /