summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1316Riccardo Spagni2016-11-111-1/+343
|\
| * Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett2016-11-101-1/+343
* | wallet: fix corner case of no recent outputs availablemoneromooo-monero2016-11-091-6/+9
|/
* Merge pull request #1305Riccardo Spagni2016-11-091-18/+24
|\
| * wallet: fix output collision detection for view walletsmoneromooo-monero2016-11-071-18/+24
* | Merge pull request #1306Riccardo Spagni2016-11-081-0/+55
|\ \
| * | wallet: encrypt outputs and key images files with the view keymoneromooo-monero2016-11-071-0/+55
| |/
* | Merge pull request #1285Riccardo Spagni2016-11-081-16/+13
|\ \
| * | refresh speedupluigi11112016-11-011-16/+13
* | | Merge pull request #1276Riccardo Spagni2016-11-081-4/+40
|\ \ \ | |_|/ |/| |
| * | wallet: use the dynamic per kB feemoneromooo-monero2016-10-311-4/+40
* | | wallet: fix bad amounts/fees againmoneromooo-monero2016-11-021-0/+12
| |/ |/|
* | 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
|\