aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_errors.h
Commit message (Collapse)AuthorAgeFilesLines
...
* wallet: save to a temporary file, then renamemoneromooo-monero2015-12-171-0/+6
| | | | This should avoid most of wallet cache corruption cases
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-111-0/+9
| | | | | | | This obsoletes the need for a lengthy blockchain rescan when a transaction doesn't end up in the chain after being accepted by the daemon, or any other reason why the wallet's idea of spent and unspent outputs gets out of sync from the blockchain's.
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-151-9/+9
|
* Separate testnet address prefixZachary Michaels2014-09-151-11/+26
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* Explicit error constructorsZachary Michaels2014-07-011-5/+5
|
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-121-0/+11
|
* initial [broken] updatemydesktop2014-05-031-23/+0
|
* Improvements in JSON RPCAntonio Juarez2014-04-071-1/+1
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-0/+611