aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_errors.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-0/+10
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-04-07monero-wallet-cli: improve error message when tx amount is zeroElliot Wirrick1-1/+10
2020-10-13wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon1-0/+10
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-0/+23
2019-03-17Merge pull request #5182Riccardo Spagni1-3/+20
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-22Better error when sending a tx with a too large extra fieldmoneromooo-monero1-3/+20
2018-12-12MMS (Multisig Messaging System): Initial versionrbrunner71-0/+25
2018-11-29device/trezor: passphrase entry on hostDusan Klinec1-0/+8
2018-10-11Return appropriate RPC error code when key image signature check failsMichał Sałaban1-0/+9
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-3/+3
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-6/+6
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+9
2018-07-16wallet2: recover from index out of hashchain bounds errormoneromooo-monero1-0/+11
2018-03-16Merge pull request #3336Riccardo Spagni1-1/+1
2018-03-16wallet: add shared ring databasemoneromooo-monero1-0/+1
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-0/+9
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-05Stagenetstoffu1-8/+8
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-20wallet: support for multisig seedsmoneromooo-monero1-0/+11
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-1/+18
2017-11-15Add out-of-bound exceptions and handle them in RPCMichał Sałaban1-0/+22
2017-11-14wallet: move some scoped_message_writer calls from the libsmoneromooo-monero1-0/+6
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-4/+31
2017-10-07Subaddresseskenshi841-2/+2
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero1-2/+2
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-0/+10
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-16wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero1-0/+12
2016-10-15wallet: improve error messages when not enough money for transfermoneromooo-monero1-0/+27
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-4/+4
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-3/+3
2016-06-22wallet: add a fee multipliermoneromooo-monero1-0/+10
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+5
2016-04-02Merge pull request #767Riccardo Spagni1-1/+8
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-1/+8
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero1-0/+9
2016-03-16Wallet::store_to(path, password) implemented;Ilya Kitaev1-1/+0
2016-03-11Use boost::thread instead of std::threadHoward Chu1-0/+1
2016-01-29wallet: detect and handle failed outgoing transfersmoneromooo-monero1-0/+11
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-17wallet: save to a temporary file, then renamemoneromooo-monero1-0/+6
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero1-0/+9
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels1-9/+9
2014-09-15Separate testnet address prefixZachary Michaels1-11/+26
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-01Explicit error constructorsZachary Michaels1-5/+5
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-0/+11
2014-05-03initial [broken] updatemydesktop1-23/+0
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+611