aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Merge pull request #2962Riccardo Spagni1-0/+1
2018-01-02Merge pull request #2960Riccardo Spagni1-0/+155
2017-12-28Merge pull request #2941Riccardo Spagni1-8/+18
2017-12-25Merge pull request #2895Riccardo Spagni1-40/+57
2017-12-25Merge pull request #2938Riccardo Spagni1-1/+13
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-25Merge pull request #2931Riccardo Spagni1-1/+5
2017-12-25Merge pull request #2926Riccardo Spagni1-0/+40
2017-12-25Merge pull request #2920Riccardo Spagni1-9/+29
2017-12-25Merge pull request #2891Riccardo Spagni1-8/+8
2017-12-25Merge pull request #2888Riccardo Spagni1-1/+1
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-17Merge pull request #2857Riccardo Spagni1-5/+5
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-16Merge pull request #2885Riccardo Spagni1-1/+6
2017-12-16Merge pull request #2860Riccardo Spagni1-16/+16
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-12-02Merge pull request #2833Riccardo Spagni1-20/+33
2017-12-02Merge pull request #2850Riccardo Spagni1-1/+1
2017-12-02Merge pull request #2828Riccardo Spagni1-2/+11
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-16/+16
2017-11-25Merge pull request #2824Riccardo Spagni1-1/+0
2017-11-25Merge pull request #2823Riccardo Spagni1-6/+4
2017-11-25Merge pull request #2806Riccardo Spagni1-1/+3
2017-11-25Merge pull request #2800Riccardo Spagni1-102/+94
2017-11-25Merge pull request #2797Riccardo Spagni1-10/+14
2017-11-25Merge pull request #2368Riccardo Spagni1-0/+230
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-20Merge pull request #2768Riccardo Spagni1-0/+2
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-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-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-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