aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4109luigi11112018-07-271-4/+2
|\
| * wallet: warn when payment IDs are usedmoneromooo-monero2018-07-121-4/+2
* | Merge pull request #4091luigi11112018-07-275-10/+71
|\ \
| * | wallet2: unlock keys file before calling verify_password (needed for Windows)stoffu2018-07-035-10/+71
* | | Merge pull request #4088luigi11112018-07-193-80/+57
|\ \ \
| * | | node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero2018-07-023-80/+57
| |/ /
* | | Merge pull request #4087luigi11112018-07-193-5/+44
|\ \ \
| * | | wallet2: recover from index out of hashchain bounds errormoneromooo-monero2018-07-163-5/+44
* | | | Merge pull request #4075luigi11112018-07-191-1/+0
|\ \ \ \
| * | | | remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| | |/ / | |/| |
* | | | Merge pull request #4071luigi11112018-07-192-0/+22
|\ \ \ \
| * | | | Allow fractional outputs to be ignoredstoffu2018-07-032-0/+22
| |/ / /
* | | | Merge pull request #4033luigi11112018-07-191-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero2018-06-211-2/+2
* | | | wallet2: ensure outputs are processed only oncemoneromooo-monero2018-07-082-14/+18
| |_|/ |/| |
* | | Merge pull request #3985Riccardo Spagni2018-07-031-10/+24
|\ \ \
| * | | wallet2: fix double counting outs if the tx pubkey is duplicatedmoneromooo-monero2018-07-031-10/+24
| | |/ | |/|
* | | Merge pull request #4041Riccardo Spagni2018-07-031-1/+1
|\ \ \
| * | | wallet2: fix read buffer overflow in import_key_imagesmoneromooo-monero2018-06-231-1/+1
* | | | Merge pull request #4035Riccardo Spagni2018-07-031-0/+2
|\ \ \ \
| * | | | wallet-rpc.getaddress: throw if index is out of boundstoffu2018-06-211-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #4028Riccardo Spagni2018-07-031-1/+1
|\ \ \ \
| * | | | wallet2: fix double header in unsigned transfer filemoneromooo-monero2018-06-191-1/+1
* | | | | Merge pull request #4005Riccardo Spagni2018-07-031-0/+6
|\ \ \ \ \
| * | | | | Fix RPC crashes that didn't check for an open walletHoward Chu2018-06-151-0/+6
* | | | | | Merge pull request #4004Riccardo Spagni2018-07-031-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | wallet2: fix out of sync account tag cachemoneromooo-monero2018-06-151-0/+1
| |/ / / /
* | | | | Merge pull request #4067luigi11112018-06-271-1/+1
|\ \ \ \ \
| * | | | | wallet2: fix build for windows (std::max again)moneromooo-monero2018-06-281-1/+1
* | | | | | api/wallet: add missing arg to wallet2::refresh()stoffu2018-06-281-1/+1
* | | | | | Merge pull request #4000luigi11112018-06-277-163/+162
|\ \ \ \ \ \
| * | | | | | Wallet API: add some missing override keywordstoffu2018-06-287-163/+162
| |/ / / / /
* | | | | | Merge pull request #3994luigi11112018-06-273-0/+10
|\ \ \ \ \ \
| * | | | | | wallet: prevent the same wallet file from being opened by multiple processesstoffu2018-06-283-0/+10
| |/ / / / /
* / / / / / wallet_rpc_server: fix build - forgot to build rpc versionmoneromooo-monero2018-06-271-3/+3
|/ / / / /
* | | | | Merge pull request #3907luigi11112018-06-274-3/+45
|\ \ \ \ \
| * | | | | wallet: include a suggested number of confirmations based on amountmoneromooo-monero2018-06-274-3/+45
* | | | | | Merge pull request #3998luigi11112018-06-273-20/+27
|\ \ \ \ \ \
| * | | | | | wallet: on first refresh, start off with a quantized heightmoneromooo-monero2018-06-133-20/+27
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3995luigi11112018-06-271-5/+5
|\ \ \ \ \ \
| * | | | | | wallet2: use decoded amount when reporting repeated output keystoffu2018-06-131-5/+5
| |/ / / / /
* | | | | | Merge pull request #3992luigi11112018-06-271-6/+14
|\ \ \ \ \ \
| * | | | | | wallet2: use correct fee for split txesstoffu2018-06-121-6/+14
| |/ / / / /
* | | | | | Merge pull request #3991luigi11112018-06-272-0/+11
|\ \ \ \ \ \
| * | | | | | wallet: allow unspendable unmixable outputs to be discardedstoffu2018-06-132-0/+11
| |/ / / / /
* | | | | | Merge pull request #3982luigi11112018-06-271-14/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-111-14/+4
| |/ / / /
* | | | | Merge pull request #3716luigi11112018-06-272-193/+373
|\ \ \ \ \
| * | | | | wallet2: cache ringdb key while refreshingmoneromooo-monero2018-06-262-23/+47
| * | | | | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-17/+17