summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet2: fix duplicate output making it to the RPCmoneromooo-monero2018-09-251-7/+32
* Merge pull request #4401Riccardo Spagni2018-09-211-9/+31
|\
| * wallet: implement coin splitting for sweep_* 'outputs' optionwhythat2018-09-181-3/+25
| * wallet: add 'outputs' option for sweep_* commandswhythat2018-09-181-6/+6
* | query backing devicem2049r2018-09-191-12/+68
* | Merge pull request #4360Riccardo Spagni2018-09-181-1/+6
|\ \
| * | wallet2: import_multisig forward refresh exceptionnaughtyfox2018-09-101-1/+6
* | | Merge pull request #4302Riccardo Spagni2018-09-181-6/+5
|\ \ \
| * | | api/wallet: properly disable key encryptionstoffu2018-09-171-6/+5
| | |/ | |/|
* / | hw_device: support for multiple devices added [for review]Dusan Klinec2018-09-141-2/+49
|/ /
* | Merge pull request #4324Riccardo Spagni2018-09-141-29/+32
|\ \
| * | wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero2018-09-141-29/+32
* | | Merge pull request #4347Riccardo Spagni2018-09-141-1/+1
|\ \ \
| * | | wallet2: fix secondary partially signed multisig txesmoneromooo-monero2018-09-081-1/+1
| | |/ | |/|
* | | Merge pull request #4336Riccardo Spagni2018-09-141-0/+1
|\ \ \
| * | | wallet2.get_reserve_proof: throw when specified amount is zerostoffu2018-09-041-0/+1
* | | | Merge pull request #4332Riccardo Spagni2018-09-141-111/+40
|\ \ \ \
| * | | | wallet2: factor the creation of a new wallet keys filemoneromooo-monero2018-09-031-75/+24
| * | | | wallet2: factor new blockchain setupmoneromooo-monero2018-09-031-36/+16
| |/ / /
* | | | Merge pull request #4331Riccardo Spagni2018-09-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | wallet2: fill in v2 height for stagenetmoneromooo-monero2018-09-031-1/+1
| |/ /
* | | Merge pull request #4253Riccardo Spagni2018-09-141-174/+1
|\ \ \
| * | | remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-174/+1
* | | | Merge pull request #4260Riccardo Spagni2018-09-141-8/+9
|\ \ \ \
| * | | | record blackballs as amount/offset, and add export abilitymoneromooo-monero2018-09-101-6/+8
| * | | | ringdb: allow blackballing many outputs at oncemoneromooo-monero2018-09-091-2/+1
| | |_|/ | |/| |
* | | | Merge pull request #4221Riccardo Spagni2018-09-141-5/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | wallet2: fix refresh retry when a block/tx fails to parsemoneromooo-monero2018-08-221-4/+5
| * | | wallet2: trim hash chain after fast refresh of hashesmoneromooo-monero2018-08-221-0/+1
| * | | wallet2: fix checking the wrong vector when adding hashesmoneromooo-monero2018-08-221-1/+3
* | | | wallet2: bump testnet rollback to account for coming reorgmoneromooo-monero2018-09-111-1/+1
* | | | Check inputs to addKeys are in rangemoneromooo-monero2018-09-111-0/+2
* | | | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-137/+259
* | | | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-2/+1
* | | | bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-12/+30
| |/ / |/| |
* | | Merge pull request #4270luigi11112018-09-041-0/+2
|\ \ \
| * | | wallet2: ask for a binary output distribution, for speedmoneromooo-monero2018-08-191-0/+2
| |/ /
* | | Merge pull request #4268luigi11112018-09-041-0/+2
|\ \ \
| * | | Do memwipe for critical secret keys copied to rct::keystoffu2018-08-161-0/+2
| |/ /
* | | Merge pull request #4252luigi11112018-09-041-28/+1
|\ \ \
| * | | wallet2: remove obsolete pruned/unpruned casemoneromooo-monero2018-08-131-28/+1
* | | | wallet: store trusted-daemon flag in wallet2stoffu2018-08-231-27/+54
| |_|/ |/| |
* | | 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