aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-0/+4
2017-06-01Merge pull request #2058Riccardo Spagni1-4/+4
2017-05-31fix get_upper_transaction renameschnerchi1-4/+4
2017-05-30Merge pull request #2036Riccardo Spagni1-0/+4
2017-05-30Merge pull request #2022Riccardo Spagni1-2/+2
2017-05-30Merge pull request #2020Riccardo Spagni1-0/+3
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-24Merge pull request #1996Riccardo Spagni1-3/+3
2017-04-24Merge pull request #1989Riccardo Spagni1-1/+1
2017-04-24Merge pull request #1976Riccardo Spagni1-3/+5
2017-04-24Merge pull request #1961Riccardo Spagni1-8/+20
2017-04-24Merge pull request #1959Riccardo Spagni1-1/+1
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-21Merge pull request #1903Riccardo Spagni1-1/+20
2017-03-21Merge pull request #1899Riccardo Spagni1-4/+40
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-06Merge pull request #1846Riccardo Spagni1-2/+2
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-03Merge pull request #1826Riccardo Spagni1-0/+15
2017-03-03Merge pull request #1823Riccardo Spagni1-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-21Merge pull request #1749Riccardo Spagni1-5/+5
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-11Merge pull request #1689Riccardo Spagni1-3/+18
2017-02-11Merge pull request #1686Riccardo Spagni1-10/+10
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-04Merge pull request #1640Riccardo Spagni1-0/+6
2017-02-03simplewallet: option to always ask password for any crytical operationskenshi841-0/+6
2017-02-02Merge pull request #1652Riccardo Spagni1-1/+1
2017-02-02Merge pull request #1647Riccardo Spagni1-1/+2
2017-02-02Merge pull request #1634Riccardo Spagni1-3/+3
2017-02-02Merge pull request #1629Riccardo Spagni1-27/+20
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-15Merge pull request #1569Riccardo Spagni1-0/+86
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+86
2017-01-16Change logging to easylogging++moneromooo-monero1-3/+6
2017-01-15Merge pull request #1561Riccardo Spagni1-3/+3
2017-01-15Merge pull request #1574Riccardo Spagni1-7/+34
2017-01-15Merge pull request #1573Riccardo Spagni1-2/+2
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-13Merge pull request #1562Riccardo Spagni1-1/+88
2017-01-13Merge pull request #1559Riccardo Spagni1-1/+4
2017-01-13Merge pull request #1541Riccardo Spagni1-2/+15
2017-01-13Merge pull request #1540Riccardo Spagni1-1/+42
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-08Merge pull request #1515Riccardo Spagni1-18/+42
2017-01-08Merge pull request #1508Riccardo Spagni1-1/+6
2017-01-08Merge pull request #1504Riccardo Spagni1-1/+1
2017-01-08Merge pull request #1501Riccardo Spagni1-0/+17
2017-01-08Merge pull request #1497Riccardo Spagni1-1/+1
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-20Merge pull request #1474Riccardo Spagni1-1/+1
2016-12-20Merge pull request #1472Riccardo Spagni1-16/+17
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-12Merge pull request #1434Riccardo Spagni1-0/+17
2016-12-12GUI address bookJaquee1-0/+17
2016-12-10wallet: bring forward use of the dynamic feemoneromooo-monero1-1/+1
2016-12-10Merge pull request #1422Riccardo Spagni1-1/+1
2016-12-10Merge pull request #1419Riccardo Spagni1-2/+7
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-08Merge pull request #1415Riccardo Spagni1-3/+13
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-04Merge pull request #1399Riccardo Spagni1-2/+1
2016-12-04Merge pull request #1398Riccardo Spagni1-4/+4
2016-12-04Merge pull request #1385Riccardo Spagni1-0/+142
2016-12-04Merge pull request #1380Riccardo Spagni1-0/+5
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-24Merge pull request #1369Riccardo Spagni1-2/+4
2016-11-24Merge pull request #1361Riccardo Spagni1-3/+3
2016-11-24Merge pull request #1358Riccardo Spagni1-7/+51
2016-11-24Merge pull request #1352Riccardo Spagni1-1/+1
2016-11-24Merge pull request #1351Riccardo Spagni1-4/+5
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-17Merge pull request #1318Riccardo Spagni1-0/+28
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-11Merge pull request #1316Riccardo Spagni1-1/+343
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-09Merge pull request #1305Riccardo Spagni1-18/+24
2016-11-08Merge pull request #1306Riccardo Spagni1-0/+55
2016-11-08Merge pull request #1285Riccardo Spagni1-16/+13
2016-11-08Merge pull request #1276Riccardo Spagni1-4/+40
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-11-01Merge pull request #1283Riccardo Spagni1-2/+2
2016-11-01Merge pull request #1281Riccardo Spagni1-1/+49
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-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