aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4247luigi11112018-08-221-1/+1
|\
| * node_rpc_proxy: fix fork earliest height caching [RYO backport]fireice-uk2018-08-131-1/+1
* | Merge pull request #4202luigi11112018-08-221-0/+1
|\ \
| * | wallet2: do not divide by 0 on invalid daemon responsemoneromooo-monero2018-07-311-0/+1
| |/
* | crypto: make secret_key automatically mlockmoneromooo-monero2018-08-161-1/+1
* | store secret keys encrypted where possiblemoneromooo-monero2018-08-161-51/+261
* | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-13/+31
* | wallet2: make --restricted-rpc available for wallet RPC onlystoffu2018-08-161-6/+2
* | Merge pull request #4194luigi11112018-08-151-4/+3
|\ \
| * | wallet2: avoid using arbitrary random values when unknownmoneromooo-monero2018-07-301-4/+3
| |/
* | Merge pull request #4193luigi11112018-08-151-2/+4
|\ \
| * | wallet2: guard against bad outputs in import_outputsmoneromooo-monero2018-07-301-2/+4
| |/
* | Merge pull request #4188luigi11112018-08-151-0/+48
|\ \
| * | simplewallet: add set_tx_key for importing tx keys from 3rd party walletsstoffu2018-07-301-0/+48
* | | 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
|/ / / /