summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
Commit message (Expand)AuthorAgeFilesLines
* wallet: warn if not using the default ring sizemoneromooo-monero2018-03-311-0/+3
* wallet: catch exceptions dealing with ringdb and warnmoneromooo-monero2018-03-211-1/+1
* wallet: make the segregation height settablemoneromooo-monero2018-03-171-0/+5
* Add command line option allowing to restrict the default sub-address lookahea...stoffu2018-03-161-0/+1
* wallet: more user friendly print_ringmoneromooo-monero2018-03-161-3/+12
* wallet: add a set_ring commandmoneromooo-monero2018-03-161-0/+1
* wallet: make ringdb an object with database statemoneromooo-monero2018-03-161-6/+10
* wallet: add an output blackball list to avoid using those in ringsmoneromooo-monero2018-03-161-0/+5
* wallet: key reuse mitigation optionsmoneromooo-monero2018-03-161-0/+6
* wallet: add shared ring databasemoneromooo-monero2018-03-161-1/+16
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-0/+2
* wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ...stoffu2018-03-151-0/+19
* Merge pull request #3369Riccardo Spagni2018-03-141-1/+1
|\
| * wallet: fixes and tweaks to the save_watch_only commandmoneromooo-monero2018-03-071-1/+1
* | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa...Leon Klingele2018-03-101-20/+24
|/
* Stagenetstoffu2018-03-051-5/+6
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-1/+11
* Merge pull request #3247Riccardo Spagni2018-02-201-2/+3
|\
| * wallet2: remove unused m_subaddresses_invmoneromooo-monero2018-02-161-2/+2
| * wallet2: speed up subaddress generation (by about a third)moneromooo-monero2018-02-161-0/+1
* | Merge pull request #3175Riccardo Spagni2018-02-161-0/+6
|\ \ | |/ |/|
| * wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.Maximilian Lupke2018-01-241-0/+6
* | wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu2018-01-281-0/+4
* | wallet2: split estimate_backlog to allow for raw fee levelsmoneromooo-monero2018-01-281-0/+1
* | Merge pull request #3141Riccardo Spagni2018-01-271-20/+18
|\ \
| * | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ...stoffu2018-01-261-2/+0
| * | wallet2: make scan_output const and omit keys argstoffu2018-01-261-1/+1
| * | wallet2: make member functions const when possiblestoffu2018-01-261-17/+17
* | | Merge pull request #3118Riccardo Spagni2018-01-271-0/+3
|\ \ \
| * | | simplewallet: check file overwrite when exporting stuffstoffu2018-01-261-0/+3
| |/ /
* | | Merge pull request #3113Riccardo Spagni2018-01-271-1/+8
|\ \ \
| * | | wallet rpc: show fees when querying incoming transfersstoffu2018-01-261-1/+8
| |/ /
* / / Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/ /
* / Reserve proofstoffu2018-01-101-0/+42
|/
* Merge pull request #2960Riccardo Spagni2018-01-021-0/+10
|\
| * wallet: support for multisig seedsmoneromooo-monero2017-12-201-0/+10
* | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-251-4/+4
* | Account taggingstoffu2017-12-181-1/+23
|/
* wallet: factor multisig info parsingmoneromooo-monero2017-12-171-0/+8
* wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-171-2/+2
* wallet: add multisig sign/submit RPCmoneromooo-monero2017-12-171-0/+6
* wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2017-12-171-5/+3
* make multisig work with subaddressesmoneromooo-monero2017-12-171-1/+0
* wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-1/+1
* add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-1/+5
* N-1/N multisigmoneromooo-monero2017-12-171-27/+83
* multisig address generation RPCmoneromooo-monero2017-12-171-1/+3
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-7/+93
* wallet: add multisig key generationmoneromooo-monero2017-12-171-1/+21
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-2/+0