summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* wallet2: fix transfers between subaddresses hitting the sanity checkmoneromooo-monero2018-09-281-1/+5
* wallet2: fix duplicate output making it to the RPCmoneromooo-monero2018-09-251-7/+32
* add .load() to make Boost 1.67 happy with its new is_integral checkTeutone2018-07-091-1/+1
* wallet2: ensure outputs are processed only oncemoneromooo-monero2018-07-082-14/+18
* wallet2: fix double counting outs if the tx pubkey is duplicatedmoneromooo-monero2018-07-041-5/+16
* wallet2: fix read buffer overflow in import_key_imagesmoneromooo-monero2018-07-041-1/+1
* wallet-rpc.getaddress: throw if index is out of boundstoffu2018-07-041-0/+2
* Fix RPC crashes that didn't check for an open walletHoward Chu2018-07-041-0/+6
* wallet2: fix out of sync account tag cachemoneromooo-monero2018-07-041-0/+1
* wallet_api: fixups to build on the branchmoneromooo-monero2018-07-043-4/+5
* Wallet API: add support for wallet creation from hardware devicestoffu2018-07-045-1/+95
* wallet2: lower default for subaddress lookahead when restoring with hardwarestoffu2018-07-031-0/+6
* wallet: allow unspendable unmixable outputs to be discardedstoffu2018-07-032-0/+11
* wallet2: use decoded amount when reporting repeated output keystoffu2018-07-031-5/+5
* wallet2: use correct fee for split txesstoffu2018-07-031-6/+14
* wallet2: fix get_approximate_blockchain_height for stagenetstoffu2018-07-031-2/+2
* wallet: do not log by default if we're not asked to log to consolemoneromooo-monero2018-07-031-0/+4
* disable file size sanity check when loading the wallet cachemoneromooo-monero2018-07-031-1/+1
* wallet2: don't ask for pruned txes yet, we still parse the entire txmoneromooo-monero2018-05-311-1/+1
* Merge pull request #3833Riccardo Spagni2018-05-211-2/+2
|\
| * Fix output shuffling for multisigstoffu2018-05-201-2/+2
* | Merge pull request #3796Riccardo Spagni2018-05-212-3/+4
|\ \ | |/ |/|
| * Wallet API: allow log path to be non-default & console output to be configurablestoffu2018-05-122-3/+4
* | wallet2: consider 6 outputs or less to be unmixable from v7moneromooo-monero2018-05-101-2/+2
|/
* Merge pull request #3686Riccardo Spagni2018-04-281-0/+3
|\
| * wallet2: add missing parameters to get_output_histogrammoneromooo-monero2018-04-221-0/+3
* | Merge pull request #3684Riccardo Spagni2018-04-281-1/+6
|\ \
| * | import_multisig_info: fix sanity check crash in detach_blockchainMikhail Mitkevichl2018-04-231-1/+6
| |/
* | Merge pull request #3665Riccardo Spagni2018-04-283-39/+35
|\ \
| * | WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv...stoffu2018-04-193-39/+35
| |/
* | wallet2: increase rpc timeout for get_output_distributionmoneromooo-monero2018-04-131-1/+1
* | add top height to get_output_distribution, and cache it for rctmoneromooo-monero2018-04-131-0/+2
|/
* Merge pull request #3550Riccardo Spagni2018-04-121-21/+44
|\
| * wallet2: request transactions in slices when scanning for known ringsmoneromooo-monero2018-04-071-22/+32
| * rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero2018-04-071-0/+13
* | Merge pull request #3607Riccardo Spagni2018-04-121-0/+12
|\ \
| * | wallet2: store subaddress lookahead settingsstoffu2018-04-111-0/+12
| |/
* | Merge pull request #3574Riccardo Spagni2018-04-121-9/+9
|\ \
| * | wallet2: fix misc issues when the ringdb can't be initializedmoneromooo-monero2018-04-061-9/+9
| |/
* | Merge pull request #3556Riccardo Spagni2018-04-121-1/+1
|\ \
| * | wallet2: move segregation height to v7moneromooo-monero2018-04-051-1/+1
| |/
* | Merge pull request #3535Riccardo Spagni2018-04-122-0/+10
|\ \
| * | wallet: warn if not using the default ring sizemoneromooo-monero2018-03-312-0/+10
| |/
* | Merge pull request #3515Riccardo Spagni2018-04-121-1/+1
|\ \
| * | wallet: fix default mixin (4 -> 6)sneurlax2018-03-281-1/+1
* | | Use 'boost' mutex instead of 'std' mutexcslashm2018-04-101-4/+4
* | | Fix sub-address tx scan.cslashm2018-04-091-3/+3
| |/ |/|
* | Merge pull request #3503Riccardo Spagni2018-03-291-1/+1
|\ \
| * | fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
* | | Add the possibility to export private view key for fast scan.cslashm2018-03-281-11/+44
| |/ |/|