aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-26wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero1-2/+2
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero1-2/+5
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero1-3/+9
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+0
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+1
2016-03-16Wallet::store_to(path, password) implemented;Ilya Kitaev1-0/+6
2016-03-16Wallet::setPassword() method for wallet2_apiIlya Kitaev1-0/+3
2016-03-11wallet_rpc_server: make use_fork_rules publicmoneromooo-monero1-1/+2
2016-03-11Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-0/+10
2016-01-31Merge pull request #634Riccardo Spagni1-3/+4
2016-01-31wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero1-3/+4
2016-01-29wallet: detect and handle failed outgoing transfersmoneromooo-monero1-1/+6
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+1
2016-01-10wallet2: decide at runtime which upper tx size to usemoneromooo-monero1-2/+4
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero1-0/+1
2015-12-30wallet: protect against exceptions in the block pull threadmoneromooo-monero1-1/+1
2015-12-22Merge pull request #550Riccardo Spagni1-2/+5
2015-12-20wallet: fix load/save versioning bug for recently added tx datamoneromooo-monero1-2/+5
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+3
2015-12-05wallet: make the wallet refresh type a wallet settingmoneromooo-monero1-1/+2
2015-11-30Merge pull request #507Riccardo Spagni1-2/+5
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-2/+5
2015-11-27wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero1-0/+5
2015-11-27wallet2: maintain the short chain manually when refreshingmoneromooo-monero1-1/+1
2015-11-27wallet2: split pull blocks between pulling and processingmoneromooo-monero1-1/+2
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero1-2/+15
2015-11-22wallet: speedup refresh from daemonmoneromooo-monero1-1/+1
2015-11-22wallet2: speedup refresh a bitmoneromooo-monero1-1/+3
2015-11-22wallet: storing outgoing tx info now defaults to enabledmoneromooo-monero1-2/+2
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero1-5/+5
2015-11-22wallet: improve show_transfersmoneromooo-monero1-4/+27
2015-11-21wallet: use incoming blocks to keep track of payments toomoneromooo-monero1-1/+2
2015-11-15wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero1-3/+30
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero1-2/+5
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero1-4/+4
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero1-1/+0
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-32/+23
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-3/+6
2015-08-24Merge pull request #381Riccardo Spagni1-0/+12
2015-08-22wallet: encrypt the cache filemoneromooo-monero1-0/+12
2015-08-19make tx keys available to the usermoneromooo-monero1-3/+11
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero1-0/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-0/+2
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero1-0/+5
2015-07-18wallet: add boolean to always confirm transactions with the usermoneromooo-monero1-1/+6
2015-06-20simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero1-0/+9
2015-05-31wallet: add watch only wallet supportmoneromooo-monero1-1/+5
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero1-0/+4
2015-05-27wallet: add consts where appropriatemoneromooo-monero1-9/+10
2015-01-15Merge pull request #215Riccardo Spagni1-1/+3
2015-01-11Add a --restricted-rpc flag to simplewalletmoneromooo-monero1-1/+3
2015-01-11Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero1-0/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-12-13Merge pull request #203Riccardo Spagni1-0/+12
2014-12-11Document existing functionwarptangent1-0/+6
2014-12-11Repeat prompt for wallet path if invalidwarptangent1-0/+6
2014-12-08Add wallet2::verify_password methodwarptangent1-0/+5
2014-12-06Extract check for deterministic keys to wallet2::is_deterministic()warptangent1-0/+4
2014-12-01prompt for seed language and error handlingwarptangent1-0/+4
2014-10-19Doxygen commentsOran Juice1-7/+21
2014-10-19Rewrites to old wallet file correctlyOran Juice1-1/+4
2014-10-18Doxygen comments inOran Juice1-2/+13
2014-10-18Writes seed language while generating wallet. Wallet open fix.Oran Juice1-1/+1
2014-10-18Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice1-1/+6
2014-10-02Restructured language sources to be singletonsOran Juice1-1/+5
2014-09-23change to allow (at least a bit) for multiple TXT recordsThomas Winget1-1/+1
2014-09-23Monero addres from DNS TXT record implemented, tests passThomas Winget1-0/+3
2014-09-15Separate testnet address prefixZachary Michaels1-2/+4
2014-09-15Add testnet flagZachary Michaels1-2/+5
2014-08-03refactoring. get seed code in wallet2Jakob Lind1-0/+2
2014-08-01#36 simplewallet refresh include optional height paramJakob Lind1-3/+3
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-22Add get_bulk_payments rpc callZachary Michaels1-1/+1
2014-06-30wallet RPC converted to use new transaction semanticsThomas Winget1-1/+3
2014-06-30missed removing a debug printThomas Winget1-2/+0
2014-06-30Transaction splitting *seems* to be working!!!tom1-0/+3
2014-06-30final changes to get transaction splitting building. needs testing.Thomas Winget1-22/+22
2014-06-30Added comments to wallet functionsThomas Winget1-0/+6
2014-06-12allow two-random-numbers wallet generation (but not as default)Thomas Winget1-1/+1
2014-06-12builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget1-1/+1
2014-06-12defaulted new parameters in modified functionstom1-1/+1
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-1/+2
2014-06-02Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru1-0/+2
2014-05-25temporary fix for block reward dosmydesktop1-1/+6
2014-05-250.8.8updatemydesktop1-3/+3
2014-05-03initial [broken] updatemydesktop1-14/+38
2014-04-07Improvements in JSON RPCAntonio Juarez1-16/+17
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-204/+107
2014-03-20some fixesAntonio Juarez1-40/+146
2014-03-03moved all stuff to githubAntonio Juarez1-0/+408