summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* wallet: add a stop_wallet RPC callmoneromooo-monero2015-12-053-0/+40
* 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-302-2/+9
|\ \
| * | wallet: optional automatic refresh from the daemonmoneromooo-monero2015-11-282-2/+9
| |/
* | wallet2: speed up wallet refresh for large minersmoneromooo-monero2015-11-281-14/+47
* | wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero2015-11-272-13/+49
* | wallet2: maintain the short chain manually when refreshingmoneromooo-monero2015-11-272-4/+17
* | wallet2: split pull blocks between pulling and processingmoneromooo-monero2015-11-272-10/+20
|/
* wallet: make the refresh optimizations selectable via command linemoneromooo-monero2015-11-222-3/+20
* wallet: speedup refresh from daemonmoneromooo-monero2015-11-222-38/+59
* wallet2: minor cleanupmoneromooo-monero2015-11-221-7/+4
* wallet2: speedup refresh a bitmoneromooo-monero2015-11-222-3/+151
* wallet: storing outgoing tx info now defaults to enabledmoneromooo-monero2015-11-221-2/+2
* wallet: rename store-tx-keys to store-tx-infomoneromooo-monero2015-11-222-11/+12
* wallet: improve show_transfersmoneromooo-monero2015-11-222-6/+64
* wallet: use incoming blocks to keep track of payments toomoneromooo-monero2015-11-212-1/+21
* wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero2015-11-152-10/+65
* simplewallet: add a set default-mixin commandmoneromooo-monero2015-10-302-2/+10
* wallet2: fix CLANG compile errormoneromooo-monero2015-10-301-1/+1
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-272-9/+9
* Fix leak on real output when using a very recent outputmoneromooo-monero2015-10-252-2/+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-112-47/+42
* wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-244-9/+27
* Merge pull request #381Riccardo Spagni2015-08-242-2/+76
|\
| * wallet: encrypt the cache filemoneromooo-monero2015-08-222-2/+76
* | make tx keys available to the usermoneromooo-monero2015-08-194-8/+41
|/
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-113-0/+51
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-095-34/+81
* Encrypted payment IDsmoneromooo-monero2015-08-094-7/+32
* wallet: set watch-only flag to false when creating a new walletmoneromooo-monero2015-08-041-0/+1
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-224-3/+419
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-182-1/+11
* Merge pull request #324Riccardo Spagni2015-06-202-2/+45
|\
| * simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2015-06-202-0/+43
| * wallet2: fix write_watch_only_wallet comment descriptionmoneromooo-monero2015-06-201-2/+2
* | wallet2: use the same exponential splitting for normal txesmoneromooo-monero2015-06-171-2/+4
* | wallet2: try to split dust sweep txs exponentiallymoneromooo-monero2015-06-171-2/+3
|/
* Add RPC commands to manipulate integrated addressesmoneromooo-monero2015-06-133-0/+113
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-2/+16
* wallet: add watch only wallet supportmoneromooo-monero2015-05-312-6/+44
* wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero2015-05-303-0/+64
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-302-0/+215
* wallet: add consts where appropriatemoneromooo-monero2015-05-272-18/+19
* Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-191-1/+2
* Restore daemon interactive modeThomas Winget2015-03-272-18/+18