summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet2: don't ask for pruned txes yet, we still parse the entire txmoneromooo-monero2018-05-311-1/+1
* Fix output shuffling for multisigstoffu2018-05-201-2/+2
* 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
| |/
* | 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-121-0/+7
|\ \
| * | wallet: warn if not using the default ring sizemoneromooo-monero2018-03-311-0/+7
| |/
* | 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
* | Merge pull request #3474Riccardo Spagni2018-03-221-5/+6
|\ \
| * | wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctlystoffu2018-03-221-1/+1
| * | wallet2: enable the mitigation only after the fork heightstoffu2018-03-221-4/+5
| |/
* | Merge pull request #3469Riccardo Spagni2018-03-221-0/+9
|\ \
| * | wallet2: fix for loading settings of key reuse mitigationstoffu2018-03-221-0/+9
| |/
* / wallet: catch exceptions dealing with ringdb and warnmoneromooo-monero2018-03-211-19/+44
|/
* wallet: make the segregation height settablemoneromooo-monero2018-03-171-8/+58
* Merge pull request #3336Riccardo Spagni2018-03-161-4/+4
|\
| * Fix typos in various filesDimitris Apostolou2018-03-151-4/+4
* | wallet: more user friendly print_ringmoneromooo-monero2018-03-161-2/+38
* | ringdb: use the genesis block as a db namemoneromooo-monero2018-03-161-1/+3
* | wallet: add a set_ring commandmoneromooo-monero2018-03-161-0/+11
* | wallet: make ringdb an object with database statemoneromooo-monero2018-03-161-24/+48
* | wallet: add an output blackball list to avoid using those in ringsmoneromooo-monero2018-03-161-2/+29
* | wallet: key reuse mitigation optionsmoneromooo-monero2018-03-161-15/+166
* | wallet: add shared ring databasemoneromooo-monero2018-03-161-6/+233
* | add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-0/+65
* | replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rp...stoffu2018-03-141-108/+78
|/
* Merge pull request #3398Riccardo Spagni2018-03-141-1/+1
|\
| * wallet: fix auto low priority so that it takes effect only when saved default...stoffu2018-03-141-1/+1
* | Merge pull request #3399Riccardo Spagni2018-03-141-1/+1
|\ \
| * | wallet2: fix use_fork_rules() when querying version that is defined but not e...stoffu2018-03-141-1/+1
| |/
* | Merge pull request #3386Riccardo Spagni2018-03-141-0/+5
|\ \
| * | wallet2: handle no blocks returned in refresh to mean no new blocksmoneromooo-monero2018-03-111-0/+5
| |/
* | wallet2: check_tx_key() shouldn't require hardware encryptionstoffu2018-03-141-2/+2