summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1283Riccardo Spagni2016-11-011-2/+2
|\ \
| * | adding static_assert to pod functions in string toolsLee Clagett2016-10-311-2/+2
| |/
* | Merge pull request #1281Riccardo Spagni2016-11-011-1/+49
|\ \
| * | wallet: new import_outputs/export_outputs commandsmoneromooo-monero2016-10-301-1/+49
| |/
* | wallet: set incoming outputs' key image to 0 on view walletsmoneromooo-monero2016-10-301-4/+18
* | wallet: print tx overview on submit_transfer toomoneromooo-monero2016-10-301-1/+7
|/
* simplewallet: log transactions to submit in submit_transfermoneromooo-monero2016-10-261-1/+2
* wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero2016-10-251-14/+13
* Merge pull request #1246Riccardo Spagni2016-10-231-0/+7
|\
| * wallet: sanity check on selected transfer indices in signed ptxmoneromooo-monero2016-10-221-0/+7
* | Merge pull request #1225Riccardo Spagni2016-10-221-6/+5
|\ \
| * | Always confirm transfers defaults to ON/YESNanoAkron2016-10-151-6/+5
* | | Merge pull request #1224Riccardo Spagni2016-10-221-1/+7
|\ \ \
| * | | simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero2016-10-151-0/+6
| * | | wallet: force 0 mixin transactions to use pre-rct txesmoneromooo-monero2016-10-151-1/+1
| |/ /
* | | Merge pull request #1223Riccardo Spagni2016-10-221-5/+7
|\ \ \
| * | | wallet: speed up output selection, and fix bug with relatedness calculationmoneromooo-monero2016-10-151-3/+5
| * | | wallet: fix mixup between mixin 2 and 4 before/after v5moneromooo-monero2016-10-151-2/+2
| |/ /
* | | Merge pull request #1220Riccardo Spagni2016-10-221-2/+8
|\ \ \ | |_|/ |/| |
| * | wallet: improve error messages when not enough money for transfermoneromooo-monero2016-10-151-2/+8
| |/
* / wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-8/+40
|/
* Merge pull request #1191Riccardo Spagni2016-10-091-4/+7
|\
| * wallet: do not announce pool txes as money spent/received (yet)moneromooo-monero2016-10-071-4/+7
* | wallet: better implementation of sweep_unmixablemoneromooo-monero2016-10-041-220/+30
|/
* Merge pull request #1173Riccardo Spagni2016-10-041-0/+32
|\
| * wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-031-0/+32
* | Merge pull request #1160Riccardo Spagni2016-10-041-0/+6
|\ \
| * | wallet: wallet option to confirm transfers with no payment idmoneromooo-monero2016-10-011-0/+6
| |/
* | Merge pull request #1125Riccardo Spagni2016-10-041-2/+4
|\ \
| * | wallet: update min mixin for sweep_unmixable on v4moneromooo-monero2016-09-241-2/+4
* | | Merge pull request #1140Riccardo Spagni2016-10-041-80/+253
|\ \ \ | |_|/ |/| |
| * | wallet: cold wallet transaction signingmoneromooo-monero2016-09-271-78/+251
| * | wallet: fix log confusion between bytes and kilobytesmoneromooo-monero2016-09-261-2/+2
| |/
* | wallet2: wallet2::get_daemon_blockchain_height() clean error message onIlya Kitaev2016-09-281-0/+4
* | formatting: 2-spaces indentationIlya Kitaev2016-09-261-20/+20
* | formatting: 2-spaces indentationIlya Kitaev2016-09-261-1/+1
* | wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-261-1/+29
|/
* Merge pull request #1098Riccardo Spagni2016-09-181-2/+4
|\
| * wallet: keep change dest separate from other destsmoneromooo-monero2016-09-181-2/+4
* | wallet: fix empty tx in corner case sending nothingmoneromooo-monero2016-09-181-0/+6
|/
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-24/+45
* Merge pull request #1074Riccardo Spagni2016-09-151-13/+18
|\
| * Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero2016-09-151-13/+18
* | wallet: fix misdetection of duplicatesmoneromooo-monero2016-09-141-11/+3
|/
* Re-add s to rangesigsluigi11112016-09-011-2/+2
* Fix some rct tx size calculationsluigi11112016-09-011-9/+6
* Merge pull request #1027Riccardo Spagni2016-09-011-0/+2
|\
| * wallet: sanity check on histogram responsemoneromooo-monero2016-09-011-0/+2
* | wallet: interpret 0 fee multiplier as default for sweep_all toomoneromooo-monero2016-08-301-1/+3
|/
* wallet: fix not finding enough rct fake outputsmoneromooo-monero2016-08-291-3/+8