aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
* update versionRiccardo Spagni2015-12-311-3/+3
* updated copyright yearRiccardo Spagni2015-12-315-5/+5
* wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-302-13/+28
* Add missing semicolons after log statementsmoneromooo-monero2015-12-191-1/+1
* Stop displaying internal commands for --helpluigi11112015-12-111-1/+1
* simplewallet help & error cleanupluigi11112015-12-111-120/+120
* wallet: make the wallet refresh type a wallet settingmoneromooo-monero2015-12-052-33/+78
* Merge pull request #512Riccardo Spagni2015-11-301-8/+8
|\
| * simplewallet: add tr markers in a few missing user visible stringsmoneromooo-monero2015-11-291-8/+8
* | wallet: cancellable refreshmoneromooo-monero2015-11-292-7/+50
* | Merge pull request #511Riccardo Spagni2015-11-301-1/+1
|\ \
| * | simplewallet: swap colors in show_transfersmoneromooo-monero2015-11-291-1/+1
| |/
* / wallet: optional automatic refresh from the daemonmoneromooo-monero2015-11-282-9/+113
|/
* wallet: make the refresh optimizations selectable via command linemoneromooo-monero2015-11-222-3/+42
* Merge pull request #496Riccardo Spagni2015-11-222-16/+35
|\
| * wallet: rename store-tx-keys to store-tx-infomoneromooo-monero2015-11-222-7/+7
| * wallet: improve show_transfersmoneromooo-monero2015-11-221-8/+25
| * wallet: use incoming blocks to keep track of payments toomoneromooo-monero2015-11-211-4/+6
| * simplewallet: lessen display flicker confusionmoneromooo-monero2015-11-211-2/+2
* | Fix startup crash when using a locale boost does not likemoneromooo-monero2015-11-211-1/+4
|/
* wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero2015-11-152-0/+100
* simplewallet: add a set default-mixin commandmoneromooo-monero2015-10-302-3/+77
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-271-3/+3
* simplewallet: add a check_tx_key commandmoneromooo-monero2015-10-142-0/+106
* simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero2015-10-121-0/+6
* Merge pull request #427Riccardo Spagni2015-10-112-0/+10
|\
| * simplewallet: add a --trusted-daemon flagmoneromooo-monero2015-10-112-0/+10
* | simplewallet: bump default mixin from 3 to 4moneromooo-monero2015-10-111-1/+1
|/
* Merge pull request #390Riccardo Spagni2015-08-261-1/+1
|\
| * wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* | simplewallet: add a store-tx-keys option to setmoneromooo-monero2015-08-242-1/+46
|/
* make tx keys available to the usermoneromooo-monero2015-08-192-0/+33
* simplewallet: Use default log file name when executable's file path is unknownwarptangent2015-08-161-3/+21
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-112-0/+41
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-28/+30
* Encrypted payment IDsmoneromooo-monero2015-08-091-2/+8
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-222-2/+19
* simplewallet: fix context/string order mismatchmoneromooo-monero2015-07-191-1/+1
* simplewallet: use unsigned long long instead of size_t in messagemoneromooo-monero2015-07-191-4/+4
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-182-5/+71
* boost doesn't like %zu for size_t, replace with %umoneromooo-monero2015-07-181-2/+2
* Translatable strings for simplewalletmoneromooo-monero2015-07-142-247/+267
* simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2015-06-202-8/+81
* simplewallet: forbid seed commands for watch only walletsmoneromooo-monero2015-06-201-0/+10
* Merge pull request #318Riccardo Spagni2015-06-143-8/+14
|\
| * simplewallet: allow a different password for the watch-only walletmoneromooo-monero2015-06-123-8/+14
* | simplewallet: allow integrated_address to generate a random payment idmoneromooo-monero2015-06-121-4/+11
* | Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-122-2/+63
|/
* wallet: add watch only wallet supportmoneromooo-monero2015-05-312-1/+40
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-302-1/+129