aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Merge pull request #1246Riccardo Spagni1-0/+7
2016-10-22Merge pull request #1225Riccardo Spagni1-6/+5
2016-10-22Merge pull request #1224Riccardo Spagni1-1/+7
2016-10-22Merge pull request #1223Riccardo Spagni1-5/+7
2016-10-22Merge pull request #1220Riccardo Spagni1-2/+8
2016-10-22wallet: sanity check on selected transfer indices in signed ptxmoneromooo-monero1-0/+7
2016-10-15Always confirm transfers defaults to ON/YESNanoAkron1-6/+5
2016-10-15simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero1-0/+6
2016-10-15wallet: force 0 mixin transactions to use pre-rct txesmoneromooo-monero1-1/+1
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-8/+40
2016-10-15wallet: speed up output selection, and fix bug with relatedness calculationmoneromooo-monero1-3/+5
2016-10-15wallet: fix mixup between mixin 2 and 4 before/after v5moneromooo-monero1-2/+2
2016-10-15wallet: improve error messages when not enough money for transfermoneromooo-monero1-2/+8
2016-10-09Merge pull request #1191Riccardo Spagni1-4/+7
2016-10-07wallet: do not announce pool txes as money spent/received (yet)moneromooo-monero1-4/+7
2016-10-04wallet: better implementation of sweep_unmixablemoneromooo-monero1-220/+30
2016-10-04Merge pull request #1173Riccardo Spagni1-0/+32
2016-10-04Merge pull request #1160Riccardo Spagni1-0/+6
2016-10-04Merge pull request #1125Riccardo Spagni1-2/+4
2016-10-04Merge pull request #1140Riccardo Spagni1-80/+253
2016-10-03wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf1-0/+32
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero1-0/+6
2016-09-28wallet2: wallet2::get_daemon_blockchain_height() clean error message onIlya Kitaev1-0/+4
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-78/+251
2016-09-26wallet: fix log confusion between bytes and kilobytesmoneromooo-monero1-2/+2
2016-09-26formatting: 2-spaces indentationIlya Kitaev1-20/+20
2016-09-26formatting: 2-spaces indentationIlya Kitaev1-1/+1
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev1-1/+29
2016-09-24wallet: update min mixin for sweep_unmixable on v4moneromooo-monero1-2/+4
2016-09-18Merge pull request #1098Riccardo Spagni1-2/+4
2016-09-18wallet: keep change dest separate from other destsmoneromooo-monero1-2/+4
2016-09-18wallet: fix empty tx in corner case sending nothingmoneromooo-monero1-0/+6
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-24/+45
2016-09-15Merge pull request #1074Riccardo Spagni1-13/+18
2016-09-15Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero1-13/+18
2016-09-14wallet: fix misdetection of duplicatesmoneromooo-monero1-11/+3
2016-09-01Re-add s to rangesigsluigi11111-2/+2
2016-09-01Fix some rct tx size calculationsluigi11111-9/+6
2016-09-01Merge pull request #1027Riccardo Spagni1-0/+2
2016-09-01wallet: sanity check on histogram responsemoneromooo-monero1-0/+2
2016-08-30wallet: interpret 0 fee multiplier as default for sweep_all toomoneromooo-monero1-1/+3
2016-08-29wallet: fix not finding enough rct fake outputsmoneromooo-monero1-3/+8
2016-08-28wallet: fix some "may be used uninitialized" warningsmoneromooo-monero1-16/+15
2016-08-28wallet: do not generate 0 changemoneromooo-monero1-3/+6
2016-08-28wallet: do not ask for duplicate histogramsmoneromooo-monero1-0/+3
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero1-171/+88
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-0/+17
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-20/+19
2016-08-28rct: change the simple flag to a typemoneromooo-monero1-2/+8
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-18/+39
2016-08-28wallet2: factor m_spent changesmoneromooo-monero1-26/+29
2016-08-28wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero1-1/+25
2016-08-28wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero1-18/+27
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero1-2/+2
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-14/+33
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero1-3/+3
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero1-30/+37
2016-08-28wallet: better tx input selectionmoneromooo-monero1-29/+74
2016-08-28wallet: handle 0 change properlymoneromooo-monero1-7/+8
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-4/+17
2016-08-28integrate simple rct apimoneromooo-monero1-6/+24
2016-08-28wallet: rct specific output selectionmoneromooo-monero1-3/+123
2016-08-28wallet: make sweep_all work with rct txes toomoneromooo-monero1-7/+21
2016-08-28wallet: factor transfer_rct code with transfer codemoneromooo-monero1-253/+40
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero1-5/+8
2016-08-28wallet: update spent status when an accepted tx disappearsmoneromooo-monero1-0/+19
2016-08-28wallet: reset output spent status on blockchain reorgmoneromooo-monero1-5/+41
2016-08-28add rct to the protocolmoneromooo-monero1-40/+610
2016-08-22Merge pull request #970Riccardo Spagni1-0/+3
2016-08-17wallet: store key images after importing themmoneromooo-monero1-0/+3
2016-08-17wallet: fix build on Mac and Windows (missing include)moneromooo-monero1-0/+1
2016-08-11Merge pull request #948Riccardo Spagni1-49/+175
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-45/+170
2016-08-04wallet2: if importing key images fails, print failure indexmoneromooo-monero1-1/+2
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-4/+5
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-0/+116
2016-07-20wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero1-47/+176
2016-07-20Merge pull request #902Riccardo Spagni1-8/+25
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-0/+35
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-8/+25
2016-07-06Merge pull request #878Riccardo Spagni1-12/+37
2016-06-23Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev1-6/+5
2016-06-23- testnet option added to api;Ilya Kitaev1-0/+5
2016-06-23wallet2::store() implemented within wallet2::store_toIlya Kitaev1-69/+53
2016-06-22wallet: add a fee multipliermoneromooo-monero1-12/+37
2016-05-27Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-4/+13
2016-05-17Merge pull request #827Riccardo Spagni1-4/+13
2016-05-12Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-11/+249
2016-04-29Only log 1/N skipped blocksHoward Chu1-2/+4
2016-04-29Move refresh height to keys file from cache fileHoward Chu1-0/+6
2016-04-29Make fast_refresh interruptibleHoward Chu1-2/+3
2016-04-28add a --max-concurrency flagmoneromooo-monero1-2/+2
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-0/+13
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero1-5/+8
2016-04-26Merge pull request #815Riccardo Spagni1-0/+127
2016-04-26Merge pull request #814Riccardo Spagni1-4/+12
2016-04-26Merge remote-tracking branch 'upstream/master' into developIlya Kitaev1-76/+76
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero1-0/+127
2016-04-18 modified: src/wallet/wallet2.cppawfulcrawler1-3/+4
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler1-4/+11
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+87
2016-04-14Merge pull request #784Riccardo Spagni1-0/+1
2016-04-14Merge pull request #783Riccardo Spagni1-53/+36
2016-04-05rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero1-0/+1
2016-04-02Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero1-0/+1
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-53/+36
2016-04-02Merge pull request #769Riccardo Spagni1-22/+37
2016-04-02Merge pull request #767Riccardo Spagni1-1/+1
2016-03-31Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-39/+108
2016-03-28wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero1-1/+1
2016-03-27wallet: make load_keys check types when loading JSONmoneromooo-monero1-22/+37
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-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-4/+5
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero1-13/+91
2016-03-26wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero1-2/+3
2016-03-26wallet: factor fee calculationmoneromooo-monero1-22/+11
2016-03-25- testnet option added to api;Ilya Kitaev1-0/+5
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero1-1/+1
2016-03-21wallet2::store() implemented within wallet2::store_toIlya Kitaev1-69/+53
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-3/+2
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-2/+3
2016-03-16Wallet::store_to(path, password) implemented;Ilya Kitaev1-0/+72
2016-03-16Wallet::setPassword() method for wallet2_apiIlya Kitaev1-0/+10
2016-03-11Use boost::thread instead of std::threadHoward Chu1-5/+5
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-0/+35
2016-02-15wallet: clear missing data on rescan_bcmoneromooo-monero1-0/+4
2016-02-05wallet: check a key image isn't already present when adding onemoneromooo-monero1-12/+49
2016-01-31Revert "Merge pull request #632"Riccardo Spagni1-9/+1
2016-01-31Merge pull request #634Riccardo Spagni1-2/+10
2016-01-31Merge pull request #633Riccardo Spagni1-0/+2
2016-01-31Merge pull request #632Riccardo Spagni1-1/+9
2016-01-31wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero1-2/+10
2016-01-30wallet: guard against exception in process_blocksmoneromooo-monero1-0/+2
2016-01-30wallet: guard against exception in process_blocksmoneromooo-monero1-1/+9
2016-01-29wallet: detect and handle failed outgoing transfersmoneromooo-monero1-1/+64
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-4/+8
2016-01-24wallet2: update spent comparison now that we have two spent statesmoneromooo-monero1-1/+1
2016-01-10wallet2: decide at runtime which upper tx size to usemoneromooo-monero1-4/+16
2016-01-05rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero1-3/+3
2015-12-31Merge pull request #584Riccardo Spagni1-1/+3
2015-12-31wallet: don't forget to close the file after storing cachemoneromooo-monero1-1/+3
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero1-0/+15
2015-12-30wallet: protect against exceptions in the block pull threadmoneromooo-monero1-13/+29
2015-12-30no longer need to pass the size to rapidjsonRiccardo Spagni1-2/+2
2015-12-29wallet: store cache to file without unnecessary memory buffermoneromooo-monero1-6/+8
2015-12-24fixed missing parenthesisRiccardo Spagni1-1/+1
2015-12-24fix for 'failed to generate new wallet: failed to save file' error during wal...Lex Kalinkin1-3/+5
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+36
2015-12-18Merge pull request #544Riccardo Spagni1-2/+2
2015-12-17replace std::auto_ptr with std::unique_ptrmoneromooo-monero1-2/+2
2015-12-17wallet: save to a temporary file, then renamemoneromooo-monero1-1/+14
2015-12-05wallet: make the wallet refresh type a wallet settingmoneromooo-monero1-0/+13
2015-12-05wallet: default auto-refresh to true for old walletsmoneromooo-monero1-0/+1
2015-11-30wallet2: default auto-refresh to true for preexisting walletsmoneromooo-monero1-1/+1
2015-11-29wallet: cancellable refreshmoneromooo-monero1-0/+1
2015-11-30Merge pull request #509Riccardo Spagni1-0/+8
2015-11-30Merge pull request #507Riccardo Spagni1-0/+4
2015-11-29wallet2: remove confirmed transactions from detached blocksmoneromooo-monero1-0/+8
2015-11-28wallet2: speed up wallet refresh for large minersmoneromooo-monero1-14/+47
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-0/+4
2015-11-27wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero1-13/+44
2015-11-27wallet2: maintain the short chain manually when refreshingmoneromooo-monero1-3/+16
2015-11-27wallet2: split pull blocks between pulling and processingmoneromooo-monero1-9/+18
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero1-1/+5
2015-11-22wallet: speedup refresh from daemonmoneromooo-monero1-37/+58
2015-11-22wallet2: minor cleanupmoneromooo-monero1-7/+4
2015-11-22wallet2: speedup refresh a bitmoneromooo-monero1-2/+148
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero1-6/+7
2015-11-22wallet: improve show_transfersmoneromooo-monero1-2/+37
2015-11-21wallet: use incoming blocks to keep track of payments toomoneromooo-monero1-0/+19
2015-11-15wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero1-8/+36
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero1-0/+5
2015-10-30wallet2: fix CLANG compile errormoneromooo-monero1-1/+1
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero1-5/+5
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero1-1/+1
2015-10-14wallet2: really include non canonical outputs in dust sweepmoneromooo-monero1-1/+1
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-15/+19
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-3/+8
2015-08-24Merge pull request #381Riccardo Spagni1-2/+64
2015-08-22wallet: encrypt the cache filemoneromooo-monero1-2/+64
2015-08-19make tx keys available to the usermoneromooo-monero1-5/+21
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero1-0/+41
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-7/+42
2015-08-09Encrypted payment IDsmoneromooo-monero1-2/+20
2015-08-04wallet: set watch-only flag to false when creating a new walletmoneromooo-monero1-0/+1
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero1-2/+407
2015-07-18wallet: add boolean to always confirm transactions with the usermoneromooo-monero1-0/+5
2015-06-20Merge pull request #324Riccardo Spagni1-2/+36
2015-06-20simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero1-0/+34
2015-06-20wallet2: fix write_watch_only_wallet comment descriptionmoneromooo-monero1-2/+2
2015-06-17wallet2: use the same exponential splitting for normal txesmoneromooo-monero1-2/+4
2015-06-17wallet2: try to split dust sweep txs exponentiallymoneromooo-monero1-2/+3
2015-05-31wallet: add watch only wallet supportmoneromooo-monero1-5/+39
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero1-0/+211
2015-05-27wallet: add consts where appropriatemoneromooo-monero1-9/+9
2015-05-19Allow name@domain.tld for OpenAlias lookupswarptangent1-1/+2
2015-01-11Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero1-12/+24
2015-01-02year updated in licenseRiccardo Spagni1-1/+1