aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Always confirm transfers defaults to ON/YESNanoAkron1-2/+2
2016-10-04wallet: better implementation of sweep_unmixablemoneromooo-monero1-2/+1
2016-10-04Merge pull request #1173Riccardo Spagni1-0/+1
2016-10-04Merge pull request #1160Riccardo Spagni1-2/+5
2016-10-04Merge pull request #1140Riccardo Spagni1-13/+73
2016-10-03wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf1-0/+1
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero1-2/+5
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-13/+73
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev1-0/+1
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-9/+9
2016-09-15Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero1-1/+1
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero1-0/+2
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-2/+17
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-4/+1
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-6/+29
2016-08-28wallet2: factor m_spent changesmoneromooo-monero1-0/+2
2016-08-28wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero1-0/+2
2016-08-28wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero1-2/+2
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-3/+1
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero1-5/+5
2016-08-28wallet: better tx input selectionmoneromooo-monero1-0/+3
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-3/+10
2016-08-28wallet: rct specific output selectionmoneromooo-monero1-0/+2
2016-08-28wallet: factor transfer_rct code with transfer codemoneromooo-monero1-1/+0
2016-08-28wallet: reset output spent status on blockchain reorgmoneromooo-monero1-6/+20
2016-08-28add rct to the protocolmoneromooo-monero1-10/+47
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-2/+2
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-1/+1
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-1/+3
2016-07-20wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero1-3/+10
2016-07-20Merge pull request #902Riccardo Spagni1-1/+1
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-0/+3
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-1/+1
2016-07-06Merge pull request #878Riccardo Spagni1-5/+9
2016-06-22wallet: add a fee multipliermoneromooo-monero1-5/+9
2016-06-22Typo fixedIlya Kitaev1-1/+1
2016-06-03Wallet API : WalletManager::findWallets() addedIlya Kitaev1-1/+1
2016-05-27Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-1/+2
2016-05-13i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-05-12Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-13/+44
2016-04-29Move refresh height to keys file from cache fileHoward Chu1-1/+2
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-1/+8
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero1-6/+18
2016-04-26Merge pull request #815Riccardo Spagni1-0/+1
2016-04-26Merge pull request #814Riccardo Spagni1-2/+9
2016-04-26Merge pull request #811Riccardo Spagni1-4/+6
2016-04-26Merge remote-tracking branch 'upstream/master' into developIlya Kitaev1-16/+16
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero1-0/+1
2016-04-18 modified: src/wallet/wallet2.cppawfulcrawler1-2/+2
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler1-2/+9
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+2
2016-04-17wallet2: move output selection api publicmoneromooo-monero1-4/+6
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-15/+15
2016-03-31Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-5/+14
2016-03-27wallet: make load_keys check types when loading JSONmoneromooo-monero1-1/+1
2016-03-26wallet: pass std::function by const ref, not valuemoneromooo-monero1-1/+1
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-25- testnet option added to api;Ilya Kitaev1-0/+1
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