aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero1-1/+1
2017-12-28wallet2: std::unordered_set ctor is sometimes explicitmoneromooo-monero1-2/+2
2017-12-28sweep_below: do not prematurely exclude subaddresses setstoffu1-18/+29
2017-12-25wallet2: switch to chacha20 instead of chacha8moneromooo-monero1-19/+36
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero1-21/+21
2017-12-24wallet2: guard against the dameon sending blocks before last checkpointmoneromooo-monero1-0/+5
2017-12-22factor STL container serializationmoneromooo-monero1-0/+1
2017-12-21wallet2: fix failure to create tx if inputs are not enough for feemoneromooo-monero1-0/+12
2017-12-20wallet2: fix m_key_image_{partial,known} in_light_wallet codemoneromooo-monero1-1/+2
2017-12-20wallet: support for multisig seedsmoneromooo-monero1-0/+155
2017-12-19wallet2: fix use of uninitialized datamoneromooo-monero1-0/+1
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero1-1/+1
2017-12-18check accessing an element past the end of a containermoneromooo-monero1-1/+13
2017-12-18check return value for generate_key_derivation and derive_public_keymoneromooo-monero1-7/+14
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-0/+1
2017-12-18Account taggingstoffu1-0/+40
2017-12-17change the N-1/N multisig second message signer for authmoneromooo-monero1-10/+9
2017-12-17wallet: factor multisig info parsingmoneromooo-monero1-0/+54
2017-12-17wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero1-3/+58
2017-12-17wallet: add multisig sign/submit RPCmoneromooo-monero1-26/+36
2017-12-17Match surae's recommendation to derive multisig keysmoneromooo-monero1-15/+16
2017-12-17wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero1-3/+44
2017-12-17make multisig work with subaddressesmoneromooo-monero1-29/+13
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-1/+3
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero1-83/+37
2017-12-17N-1/N multisigmoneromooo-monero1-77/+490
2017-12-17multisig address generation RPCmoneromooo-monero1-5/+21
2017-12-17gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero1-2/+0
2017-12-17wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero1-29/+57
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-60/+515
2017-12-17wallet: add multisig key generationmoneromooo-monero1-4/+159
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-2/+5
2017-12-16Scrub keys from memory just before scope end.moneromooo-monero1-5/+5
2017-12-16wallet2: print tx size in bytes and kBmoneromooo-monero1-8/+18
2017-12-16wallet2: reinstate the single preferred output selectionmoneromooo-monero1-1/+13
2017-12-15wallet2: error out in get_seed if the language is invalidmoneromooo-monero1-1/+5
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-7/+10
2017-12-08integrate bulletproofs into moneromoneromooo-monero1-12/+25
2017-12-07wallet2: don't write a .new file when not neededmoneromooo-monero1-8/+8
2017-12-06wallet2: detect spends in txes without a valid public tx keymoneromooo-monero1-1/+1
2017-12-04catch wallet decrypt false positiveRiccardo Spagni1-1/+6
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-16/+16
2017-11-21wallet2: detect multiple outputs from a tx to different subaddressesmoneromooo-monero1-1/+1
2017-11-21Spend proof without txkeystoffu1-0/+230
2017-11-21fix for tx proof: use exception instead of error_str when signature gen failedstoffu1-12/+3
2017-11-18Tx proof (revised):stoffu1-0/+349
2017-11-17Fixes #759 Add sanity check on restore heightCifrado1-20/+33
2017-11-16split wallet and wallet_apimoneromooo-monero1-1/+0
2017-11-16wallet2: check generate_key_derivation return valuemoneromooo-monero1-2/+11
2017-11-15Wallet RPC: Add prompt-for-password flagTim L1-0/+2
2017-11-15wallet2: minimize the number of construct_tx callsmoneromooo-monero1-95/+90
2017-11-15wallet2: cleanup some debug logsmoneromooo-monero1-7/+4
2017-11-15Add out-of-bound exceptions and handle them in RPCMichał Sałaban1-6/+4
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-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-14wallet2: simplify incoming tx processing codemoneromooo-monero1-42/+19
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+13
2017-11-14Fix false GCC warning '‘*((void*)& subaddr_account +4)’ may be used uniti...binaryFate1-1/+3
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-13wallet2: only add a dummy 0 output if there's one output otherwisemoneromooo-monero1-10/+14
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-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-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-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-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-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-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