summaryrefslogtreecommitdiff
path: root/src/wallet/wallet_errors.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #767Riccardo Spagni2016-04-021-1/+8
|\ | | | | | | 24b3e90 Convey tx verification failure reasons to the RPC client (moneromooo-monero)
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | This allows appropriate action to be taken, like displaying the reason to the user. Do just that in simplewallet, which should help a lot in determining why users fail to send. Also make it so a tx which is accepted but not relayed is seen as a success rather than a failure.
* | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-261-0/+9
|/ | | | | | With the change in mixin rules for v2, the "annoying" outputs are slightly changed. There is high correlation between dust and unmixable, but no equivalence.
* Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-161-1/+0
|
* Use boost::thread instead of std::threadHoward Chu2016-03-111-0/+1
| | | | and all other associated IPC
* wallet: detect and handle failed outgoing transfersmoneromooo-monero2016-01-291-0/+11
| | | | | When a transaction is not found in the pool anymore, it is marked as failed, and displayed as such in show_transfers.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 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