aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4174luigi11112018-08-151-21/+15
|\
| * wallet2: fix O(n^2) behaviour in import_key_imagesmoneromooo-monero2018-07-241-21/+15
* | Merge pull request #4170luigi11112018-08-151-0/+8
|\ \
| * | wallet-rpc: add get_address_index commandstoffu2018-07-311-0/+8
| |/
* | Merge pull request #4153luigi11112018-08-151-0/+2
|\ \
| * | wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero2018-08-031-0/+2
* | | Merge pull request #4150luigi11112018-08-151-2/+3
|\ \ \
| * | | wallet2: consider minimum fee when testing if balance is sufficientstoffu2018-07-191-2/+3
| |/ /
* | | Merge pull request #4103luigi11112018-08-151-10/+15
|\ \ \
| * | | wallet: allow adjusting number of rounds for the key derivation functionstoffu2018-08-081-10/+15
* | | | Merge pull request #3528luigi11112018-08-151-29/+114
|\ \ \ \ | |/ / / |/| | |
| * | | wallet2: use a gamma distribution to pick fake outsmoneromooo-monero2018-07-031-29/+114
* | | | 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-271-9/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wallet2: unlock keys file before calling verify_password (needed for Windows)stoffu2018-07-031-9/+40
| | |/ / | |/| |
* | | | Merge pull request #4088luigi11112018-07-191-42/+16
|\ \ \ \
| * | | | node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero2018-07-021-42/+16
| |/ / /
* | | | Merge pull request #4087luigi11112018-07-191-4/+32
|\ \ \ \
| * | | | wallet2: recover from index out of hashchain bounds errormoneromooo-monero2018-07-161-4/+32
| | |_|/ | |/| |
* | | | Merge pull request #4071luigi11112018-07-191-0/+19
|\ \ \ \
| * | | | Allow fractional outputs to be ignoredstoffu2018-07-031-0/+19
| | |/ / | |/| |
* | | | 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-081-14/+17
| |_|/ |/| |
* | | 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 #4028Riccardo Spagni2018-07-031-1/+1
|\ \ \
| * | | wallet2: fix double header in unsigned transfer filemoneromooo-monero2018-06-191-1/+1
* | | | 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
* | | | | wallet: prevent the same wallet file from being opened by multiple processesstoffu2018-06-281-0/+8
|/ / / /
* | | | Merge pull request #3907luigi11112018-06-271-1/+12
|\ \ \ \
| * | | | wallet: include a suggested number of confirmations based on amountmoneromooo-monero2018-06-271-1/+12
* | | | | Merge pull request #3998luigi11112018-06-271-13/+19
|\ \ \ \ \
| * | | | | wallet: on first refresh, start off with a quantized heightmoneromooo-monero2018-06-131-13/+19
| | |/ / / | |/| | |
* | | | | 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-271-0/+10
|\ \ \ \ \
| * | | | | wallet: allow unspendable unmixable outputs to be discardedstoffu2018-06-131-0/+10
| |/ / / /
* | | | | 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-271-185/+326
|\ \ \ \
| * | | | wallet2: cache ringdb key while refreshingmoneromooo-monero2018-06-261-23/+33