summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | device: untangle cyclic depenencystoffu2018-03-141-20/+19
* | device: made function prototypes consistent with pre-#3303 codebasestoffu2018-03-141-6/+2
* | Merge pull request #3377Riccardo Spagni2018-03-141-1/+1
|\ \
| * | fix error message typo in wallet2.cppcryptochangements342018-03-091-1/+1
| |/
* | Merge pull request #3369Riccardo Spagni2018-03-141-6/+6
|\ \
| * | wallet: fixes and tweaks to the save_watch_only commandmoneromooo-monero2018-03-071-6/+6
* | | Merge pull request #3353Riccardo Spagni2018-03-141-43/+59
|\ \ \
| * | | Ledger HW Bug fixesCédric2018-03-121-43/+59
| | |/ | |/|
* | | Merge pull request #3337Riccardo Spagni2018-03-141-3/+14
|\ \ \
| * | | wallet2: guard against overflowing of subaddress indicesmoneromooo-monero2018-03-141-3/+14
| |/ /
* | | Merge pull request #3315Riccardo Spagni2018-03-141-24/+48
|\ \ \ | |/ / |/| |
| * | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa...Leon Klingele2018-03-101-24/+48
| |/
* / Bump min ring size from 5 to 7 from v7moneromooo-monero2018-03-071-1/+5
|/
* Merge pull request #3313Riccardo Spagni2018-03-051-0/+12
|\
| * Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-0/+12
* | Merge pull request #3277Riccardo Spagni2018-03-051-50/+65
|\ \
| * | Stagenetstoffu2018-03-051-50/+65
* | | Merge pull request #3273Riccardo Spagni2018-03-051-13/+16
|\ \ \
| * | | Fix refresh height estimationHoward Chu2018-02-161-13/+16
* | | | Correct spelling mistakes.Edward Betts2018-03-051-7/+7
| |/ / |/| |
* | | Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-89/+169
| |/ |/|
* | Merge pull request #3256Riccardo Spagni2018-02-201-2/+2
|\ \
| * | wallet2: fix auto_low_priority field name typo on loadmoneromooo-monero2018-02-131-2/+2
* | | Merge pull request #3247Riccardo Spagni2018-02-201-17/+12
|\ \ \
| * | | wallet2: remove unused m_subaddresses_invmoneromooo-monero2018-02-161-4/+0