aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-0/+6
2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero1-1/+28
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero1-15/+48
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-4/+4
2017-09-25wallet2: simplify tx processing a bitmoneromooo-monero1-72/+53
2017-09-25wallet2: factor some of the tx scanning codemoneromooo-monero1-48/+20
2017-09-25wallet2: catch failure to parse addressmoneromooo-monero1-1/+5
2017-09-25wallet2: catch failure to save keys filemoneromooo-monero1-2/+3
2017-09-21wallet2: correctly handle in/out payments for view-only walletstoffu1-0/+141
2017-09-20wallet2: fix exception on split txesmoneromooo-monero1-1/+3
2017-09-20wallet2: print unused indices on a single linemoneromooo-monero1-6/+17
2017-09-14Use a threadpoolHoward Chu1-43/+20
2017-09-12Update wallet2.cpp for misspellingMatthew Campassi1-1/+1
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-2/+12
2017-09-11wallet2: guard against daemon sending txes in the wrong ordermoneromooo-monero1-12/+10
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero1-20/+35
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero1-0/+58
2017-08-25wallet2: account for huge testnet reorgs for estimating heightmoneromooo-monero1-0/+3
2017-08-21wallet2: export/import wallet data functionsJaquee1-0/+49
2017-08-18import_key_images - allow importing without being connected to daemonJaquee1-18/+23
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero1-2/+2
2017-08-06wallet2: improve refresh height determinationmoneromooo-monero1-3/+20
2017-08-05wallet2: clear some missing containers in clear()moneromooo-monero1-0/+4
2017-08-05wallet2: store testnet bool in keys fileJaquee1-0/+8
2017-08-05wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero1-19/+37
2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-2/+19
2017-08-02wallet2: add a is_synced functionmoneromooo-monero1-0/+9
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-0/+1
2017-07-05Fix spelling errorsErik de Castro Lopo1-8/+8
2017-06-26wallet2: get current height from the daemon on creationmoneromooo-monero1-5/+14
2017-06-26wallet2: fix infinite loop on future refresh heightmoneromooo-monero1-1/+1
2017-06-26wallet: fix refresh_from_height setting on new walletmoneromooo-monero1-3/+2
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-0/+4
2017-05-31fix get_upper_transaction renameschnerchi1-4/+4
2017-05-18wallet2: check key image validity domain in import_key_imagesmoneromooo-monero1-0/+4
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron1-1/+1
2017-05-09Remove the 1.25x multiplier in max transaction size in just the walletNano Akron1-1/+1
2017-05-09wallet fix: ensure iterator to be validstoffu1-0/+3
2017-05-07wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero1-2/+2
2017-04-24wallet: add sweep_below functionmoneromooo-monero1-5/+8
2017-04-22wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero1-1/+1
2017-04-22wallet2: bias fake outs more towards recent outputsmoneromooo-monero1-2/+2
2017-04-17wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero1-1/+1
2017-04-14wallet2: fix --generate-from-json in RPC modemoneromooo-monero1-3/+5
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-0/+6
2017-04-08wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero1-8/+20
2017-04-06wallet2: mention escaping/quoting --password in help stringmoneromooo-monero1-1/+1
2017-04-02wallet2: do not go over the target tx size if many destinationsmoneromooo-monero1-12/+12
2017-03-25wallet: option to merge destinationsmoneromooo-monero1-4/+10
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero1-1/+30
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-78/+83
2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero1-1/+20
2017-03-20wallet2: start using new fee priorities at v5, not 14 days laermoneromooo-monero1-1/+1
2017-03-20wallet2: speed up transactions using remote nodesmoneromooo-monero1-4/+40
2017-03-18wallet2: call is_key_image_spent in blocks in rescan_spentmoneromooo-monero1-21/+24
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-14/+35
2017-03-05wallet: add password commandmoneromooo-monero1-2/+2
2017-03-04Revert "wallet: fix insertion of pool transactions"moneromooo-monero1-1/+1
2017-03-03use txid in wallet2::process_new_transaction()Jaquee1-1/+1
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-0/+15
2017-02-28wallet: fix insertion of pool transactionsmoneromooo-monero1-1/+1
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-42/+56
2017-02-27wallet: invalidate node proxy cache when reconnectingmoneromooo-monero1-0/+1
2017-02-24add rpc timeouts to calls that might timeoutRiccardo Spagni1-4/+4
2017-02-23wallet2: fix wrong status on daemon shutdown/startupJaquee1-1/+5
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-19wallet2: fix failure to send (relatedness check in wrong case)moneromooo-monero1-5/+5
2017-02-14simplewallet: validate hex input sizemoneromooo-monero1-3/+3
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-02-06wallet2: fix transactions not considering rct inputsmoneromooo-monero1-10/+10
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-3/+18
2017-02-04wallet2::init() - disconnect before init if connectedJaquee1-0/+2
2017-02-03simplewallet: option to always ask password for any crytical operationskenshi841-0/+6
2017-01-30Changed console output for transaction from L0 to L1NanoAkron1-1/+1
2017-01-28wallet2: fix corner case failing to send a second outputmoneromooo-monero1-1/+2
2017-01-26Fix invalid + of std::string and intTimothy D. Prime1-3/+3
2017-01-25Updates to epee HTTP client codeLee Clagett1-27/+20
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-23/+23
2017-01-22wallet2: fix sending a rct tx with a single output availablemoneromooo-monero1-3/+50
2017-01-16wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero1-77/+42
2017-01-16wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero1-21/+45
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+86
2017-01-16Change logging to easylogging++moneromooo-monero1-3/+6
2017-01-15remove std::move from return statements (pessimizing-move warning)Chris Vickio1-2/+2
2017-01-15change counter from bool to int (deprecated-increment-bool warning)Chris Vickio1-1/+1
2017-01-14wallet2: use at least two rct inputs if possiblemoneromooo-monero1-7/+34
2017-01-14fix timeout in check_connectionJaquee1-2/+2
2017-01-13wallet2: fix tx reroll not updating fee is going up a kB stepmoneromooo-monero1-7/+13
2017-01-13Move key image export/import functions to wallet2Jaquee1-1/+88
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee1-1/+4
2017-01-10GUI cold signingJaquee1-2/+15
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-0/+6
2017-01-08Cold signing: make sure short payment id isnt encrypted twiceJaquee1-1/+42
2017-01-02portable serializer: make signerd/unsigned tx portable, ignore archive versio...kenshi841-18/+42
2016-12-27Wallet2: faster exit while refreshingJaquee1-1/+6
2016-12-27wallet2: check the node returned the real output when requestedmoneromooo-monero1-0/+17
2016-12-26wallet2 bugfix: store watch_only flag properly with rewrite()kenshi841-1/+1
2016-12-24wallet2: fix large reorgs failingmoneromooo-monero1-1/+1
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-68/+0
2016-12-20also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi841-2/+2
2016-12-19Refactored password prompting for walletsLee Clagett1-16/+17
2016-12-19Lower connection timeout in check_connection()Jaquee1-1/+1
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-7/+27
2016-12-14AddressBook: use unsigned type for row ID'sanonimal1-2/+2
2016-12-12addressbook updatesJaquee1-4/+11
2016-12-12GUI address bookJaquee1-0/+17
2016-12-10wallet: bring forward use of the dynamic feemoneromooo-monero1-1/+1
2016-12-10wallet2: pass by const ref where possiblemoneromooo-monero1-1/+1
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero1-2/+7
2016-12-07wallet: send 0 change to a random address where necessary with rctmoneromooo-monero1-3/+13
2016-12-05Remove infinite loop in refresh codeJaquee1-69/+43
2016-12-04wallet2: avoid possible undefined behavior on empty stringmoneromooo-monero1-2/+1
2016-12-04Fix a few minor typosPierre Boyer1-4/+4
2016-11-28wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero1-0/+142
2016-11-26wallet: add a getter for the filename pathmoneromooo-monero1-0/+5
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-4/+4
2016-11-23wallet2: fix wrong change being recorded for cold signed txesmoneromooo-monero1-2/+4
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-3/+3
2016-11-19wallet: fix exporting outputs and key images with txes with two pubkeysmoneromooo-monero1-7/+51
2016-11-18Clamp refresh from height to blockchain height.Dion Ahmetaj1-43/+69
2016-11-17wallet2: fix illegal memory access removing newlines from passwordmoneromooo-monero1-1/+1
2016-11-17wallet2: fix decrypting a bit too much in authenticated modemoneromooo-monero1-4/+5
2016-11-16wallet: auto sync outputs and key images in cold signing filesmoneromooo-monero1-1/+32
2016-11-16wallet2: fill key image and pubkey maps when importing outputsmoneromooo-monero1-0/+2
2016-11-16wallet: cast indices to string in logs to be nice to CLANGmoneromooo-monero1-4/+4
2016-11-16wallet2: try all tx keys when scanning a new transactionmoneromooo-monero1-2/+7
2016-11-15wallet2: fill in key image map when importing key imagesmoneromooo-monero1-0/+1
2016-11-13Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf1-0/+28
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-1/+343
2016-11-09wallet: fix corner case of no recent outputs availablemoneromooo-monero1-6/+9
2016-11-07wallet: encrypt outputs and key images files with the view keymoneromooo-monero1-0/+55
2016-11-07wallet: fix output collision detection for view walletsmoneromooo-monero1-18/+24
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-0/+12
2016-11-01refresh speedupluigi11111-16/+13
2016-10-31adding static_assert to pod functions in string toolsLee Clagett1-2/+2
2016-10-31wallet: use the dynamic per kB feemoneromooo-monero1-4/+40
2016-10-30wallet: new import_outputs/export_outputs commandsmoneromooo-monero1-1/+49
2016-10-30wallet: set incoming outputs' key image to 0 on view walletsmoneromooo-monero1-4/+18
2016-10-30wallet: print tx overview on submit_transfer toomoneromooo-monero1-1/+7
2016-10-26simplewallet: log transactions to submit in submit_transfermoneromooo-monero1-1/+2
2016-10-25wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero1-14/+13
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-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-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-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-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-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-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-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