aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #584Riccardo Spagni2015-12-311-1/+3
|\
| * wallet: don't forget to close the file after storing cachemoneromooo-monero2015-12-311-1/+3
* | updated copyright yearRiccardo Spagni2015-12-311-1/+1
* | wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-301-0/+15
* | wallet: protect against exceptions in the block pull threadmoneromooo-monero2015-12-301-13/+29
|/
* no longer need to pass the size to rapidjsonRiccardo Spagni2015-12-301-2/+2
* wallet: store cache to file without unnecessary memory buffermoneromooo-monero2015-12-291-6/+8
* fixed missing parenthesisRiccardo Spagni2015-12-241-1/+1
* fix for 'failed to generate new wallet: failed to save file' error during wal...Lex Kalinkin2015-12-241-3/+5
* Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+36
* Merge pull request #544Riccardo Spagni2015-12-181-2/+2
|\
| * replace std::auto_ptr with std::unique_ptrmoneromooo-monero2015-12-171-2/+2
* | wallet: save to a temporary file, then renamemoneromooo-monero2015-12-171-1/+14
|/
* wallet: make the wallet refresh type a wallet settingmoneromooo-monero2015-12-051-0/+13
* wallet: default auto-refresh to true for old walletsmoneromooo-monero2015-12-051-0/+1
* wallet2: default auto-refresh to true for preexisting walletsmoneromooo-monero2015-11-301-1/+1
* wallet: cancellable refreshmoneromooo-monero2015-11-291-0/+1
* Merge pull request #509Riccardo Spagni2015-11-301-0/+8
|\
| * wallet2: remove confirmed transactions from detached blocksmoneromooo-monero2015-11-291-0/+8
* | Merge pull request #507Riccardo Spagni2015-11-301-0/+4
|\ \
| * | wallet: optional automatic refresh from the daemonmoneromooo-monero2015-11-281-0/+4
| |/
* | wallet2: speed up wallet refresh for large minersmoneromooo-monero2015-11-281-14/+47
* | wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero2015-11-271-13/+44
* | wallet2: maintain the short chain manually when refreshingmoneromooo-monero2015-11-271-3/+16
* | wallet2: split pull blocks between pulling and processingmoneromooo-monero2015-11-271-9/+18
|/
* wallet: make the refresh optimizations selectable via command linemoneromooo-monero2015-11-221-1/+5
* wallet: speedup refresh from daemonmoneromooo-monero2015-11-221-37/+58
* wallet2: minor cleanupmoneromooo-monero2015-11-221-7/+4
* wallet2: speedup refresh a bitmoneromooo-monero2015-11-221-2/+148
* wallet: rename store-tx-keys to store-tx-infomoneromooo-monero2015-11-221-6/+7
* wallet: improve show_transfersmoneromooo-monero2015-11-221-2/+37
* wallet: use incoming blocks to keep track of payments toomoneromooo-monero2015-11-211-0/+19
* wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero2015-11-151-7/+35
* simplewallet: add a set default-mixin commandmoneromooo-monero2015-10-301-0/+5
* wallet2: fix CLANG compile errormoneromooo-monero2015-10-301-1/+1
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-271-5/+5
* Fix leak on real output when using a very recent outputmoneromooo-monero2015-10-251-1/+1
* wallet2: really include non canonical outputs in dust sweepmoneromooo-monero2015-10-141-1/+1
* from hard fork 2, all outputs must be decomposedmoneromooo-monero2015-10-111-15/+19
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-241-3/+8
* Merge pull request #381Riccardo Spagni2015-08-241-2/+64
|\
| * wallet: encrypt the cache filemoneromooo-monero2015-08-221-2/+64
* | make tx keys available to the usermoneromooo-monero2015-08-191-5/+21
|/
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-111-0/+41
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-7/+42
* Encrypted payment IDsmoneromooo-monero2015-08-091-2/+20
* wallet: set watch-only flag to false when creating a new walletmoneromooo-monero2015-08-041-0/+1
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-221-2/+407
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-181-0/+5
* Merge pull request #324Riccardo Spagni2015-06-201-2/+36
|\