aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Merge pull request #2768Riccardo Spagni1-0/+2
2017-11-18Tx proof (revised):stoffu1-0/+349
2017-11-15Wallet RPC: Add prompt-for-password flagTim L1-0/+2
2017-11-15Merge pull request #2773Riccardo Spagni1-13/+12
2017-11-15Merge pull request #2772Riccardo Spagni1-1/+1
2017-11-15Merge pull request #2634Riccardo Spagni1-0/+21
2017-11-15Merge pull request #2628Riccardo Spagni1-42/+19
2017-11-15wallet: add sweep_single commandstoffu1-0/+21
2017-11-14More missed readline dependencies thru scoped_message_writerHoward Chu1-3/+1
2017-11-14Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230dHoward Chu1-1/+1
2017-11-14Merge pull request #2739Riccardo Spagni1-10/+17
2017-11-14Merge pull request #2736Riccardo Spagni1-103/+52
2017-11-14Merge pull request #2629Riccardo Spagni1-0/+2
2017-11-14wallet2: avoid growing the short history when refreshing in a loopmoneromooo-monero1-10/+17
2017-11-14wallet: move some scoped_message_writer calls from the libsmoneromooo-monero1-75/+34
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-28/+18
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+2
2017-11-14Merge pull request #2727Riccardo Spagni1-1/+14
2017-11-14wallet2: simplify incoming tx processing codemoneromooo-monero1-42/+19
2017-11-14Merge pull request #2624Riccardo Spagni1-0/+13
2017-11-14Merge pull request #2697Riccardo Spagni1-10/+11
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+13
2017-11-14Merge pull request #2661Riccardo Spagni1-5/+21
2017-11-14Merge pull request #2633Riccardo Spagni1-2/+11
2017-11-14Merge pull request #2509Riccardo Spagni1-23/+48
2017-11-14wallet-cli: added --generate-from-spend-key optionstoffu1-2/+11
2017-11-13wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero1-10/+11
2017-11-08Correct totals computationMichał Sałaban1-13/+12
2017-11-07wallet2: typo fix in error messagemoneromooo-monero1-1/+1
2017-11-06wallet2 bugfix: supply missing subaddr_account arg to balance() and unlocked ...stoffu1-4/+4
2017-11-06track double spending in the txpoolmoneromooo-monero1-23/+48
2017-11-06Merge pull request #2605Riccardo Spagni1-0/+23
2017-11-06Merge pull request #2546Riccardo Spagni1-2/+11
2017-11-01Merge pull request #2703Riccardo Spagni1-9/+9
2017-10-31Merge pull request #2718Riccardo Spagni1-2/+2
2017-10-31wallet2: do not bother downloading block hashes below last checkpointmoneromooo-monero1-1/+14
2017-10-29Wallet2: Don't throw when subaddress label doesn't existJaquee1-9/+9
2017-10-23wallet2: fix show_transfers missing multiple incoming outputsmoneromooo-monero1-2/+2
2017-10-22wallet2: fix tx size estimator for large number of inputsmoneromooo-monero1-1/+1
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-0/+23
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-2/+11
2017-10-16wallet2: workaround for lightwallet before supporting subaddress (followup #2...kenshi841-5/+21
2017-10-15fix lightwallet and subaddresses conflictJaquee1-1/+6
2017-10-15Merge pull request #2596Riccardo Spagni1-8/+0
2017-10-15Merge pull request #2570Riccardo Spagni1-2/+2
2017-10-15Merge pull request #2109Riccardo Spagni1-55/+699
2017-10-15wallet2+API: use separate callbacks for lightwalletsJaquee1-7/+4
2017-10-15wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2Jaquee1-1/+1
2017-10-15wallet2: create_transactions_2 lightwallet supportJaquee1-0/+7
2017-10-15wallet2: get_outs lightwallet supportJaquee1-10/+127
2017-10-15wallet2: commit_tx() lightwallet supportJaquee1-17/+34
2017-10-15wallet2: refactor is_tx_spendtime_unlocked()Jaquee1-3/+8
2017-10-15wallet2: add lightwallet exceptions to common functionsJaquee1-0/+15
2017-10-15wallet2: refresh() lightwallet supportJaquee1-0/+34
2017-10-15my/openmonero API functionsJaquee1-0/+441
2017-10-15wallet2: add remove_obsolete_pool_txs()Jaquee1-22/+30
2017-10-15Merge pull request #2554Riccardo Spagni1-22/+109
2017-10-15wallet2: add ssl option to init()Jaquee1-2/+5
2017-10-07wallet2: fix refresh height calc for new walletsmoneromooo-monero1-8/+0
2017-10-07Subaddresseskenshi841-184/+594
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-22/+109
2017-10-06Merge pull request #2542Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2530Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2529Riccardo Spagni1-10/+6
2017-10-03wallet2: fix backlog being off by 1moneromooo-monero1-2/+2
2017-10-03wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu1-10/+6
2017-10-03construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ...stoffu1-1/+1
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-0/+6
2017-10-02Merge pull request #2491Riccardo Spagni1-7/+20
2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero1-1/+28
2017-09-27wallet2: Missing underflow check on low heightslandergate1-1/+1
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-25Merge pull request #2386Riccardo Spagni1-12/+10
2017-09-25Merge pull request #2377Riccardo Spagni1-0/+141
2017-09-25Merge pull request #2257Riccardo Spagni1-2/+12
2017-09-21wallet2: correctly handle in/out payments for view-only walletstoffu1-0/+141
2017-09-20Merge pull request #2441Riccardo Spagni1-1/+1
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-09-02Merge pull request #2362Riccardo Spagni1-20/+35
2017-09-02Merge pull request #2342Riccardo Spagni1-0/+3
2017-09-02Merge pull request #2309Riccardo Spagni1-18/+72
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-15Merge pull request #2258Riccardo Spagni1-3/+20
2017-08-15Merge pull request #2252Riccardo Spagni1-0/+4
2017-08-15Merge pull request #2240Riccardo Spagni1-0/+9
2017-08-15Merge pull request #2238Riccardo Spagni1-2/+19
2017-08-15Merge pull request #2233Riccardo Spagni1-0/+8
2017-08-15Merge pull request #2205Riccardo Spagni1-0/+1
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero1-2/+2
2017-08-07Merge pull request #2203Riccardo Spagni1-19/+37
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-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