aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Merge pull request #4753Riccardo Spagni1-1/+1
2018-11-06Merge pull request #4731Riccardo Spagni1-1/+1
2018-11-06Merge pull request #4728Riccardo Spagni1-1/+2
2018-11-04wallet2: only export necessary outputs and key imagesmoneromooo-monero1-6/+18
2018-11-03wallet: add a non destructive blockchain rescanmoneromooo-monero1-1/+1
2018-11-02device/trezor: trezor support addedDusan Klinec1-2/+20
2018-10-29wallet2: initialize amount to 0 in tx_scan_info_t ctormoneromooo-monero1-1/+1
2018-10-25simplewallet: display locked/unlocked state in show_transfersmoneromooo-monero1-1/+2
2018-10-07Merge pull request #4036Riccardo Spagni1-0/+17
2018-10-01Arbitrary M/N multisig schemes:naughtyfox1-0/+17
2018-10-01wallet: fix --generate-from-json using wrong passwordmoneromooo-monero1-1/+1
2018-09-29Merge pull request #4333Riccardo Spagni1-0/+5
2018-09-29Merge pull request #4458Riccardo Spagni1-1/+1
2018-09-21Merge pull request #4401Riccardo Spagni1-3/+3
2018-09-19query backing devicem2049r1-2/+4
2018-09-18Merge pull request #4302Riccardo Spagni1-2/+2
2018-09-18wallet: add 'outputs' option for sweep_* commandswhythat1-3/+3
2018-09-17api/wallet: properly disable key encryptionstoffu1-2/+2
2018-09-14hw_device: support for multiple devices added [for review]Dusan Klinec1-0/+5
2018-09-14Merge pull request #4324Riccardo Spagni1-10/+16
2018-09-14wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero1-10/+16
2018-09-14Merge pull request #4332Riccardo Spagni1-1/+5
2018-09-14Merge pull request #4253Riccardo Spagni1-201/+0
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-201/+0
2018-09-14Merge pull request #4260Riccardo Spagni1-4/+4
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-13/+11
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero1-2/+2
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero1-4/+4
2018-09-03wallet2: factor the creation of a new wallet keys filemoneromooo-monero1-1/+3
2018-09-03wallet2: factor new blockchain setupmoneromooo-monero1-0/+2
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu1-20/+24
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-18/+39
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero1-4/+7
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu1-3/+1
2018-08-15Merge pull request #4188luigi11111-0/+1
2018-08-15Merge pull request #4170luigi11111-0/+1
2018-08-15Merge pull request #4153luigi11111-2/+10
2018-08-15Merge pull request #4103luigi11111-2/+3
2018-08-15Merge pull request #3528luigi11111-1/+1
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu1-2/+3
2018-08-03wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero1-2/+10
2018-07-31wallet-rpc: add get_address_index commandstoffu1-0/+1
2018-07-30simplewallet: add set_tx_key for importing tx keys from 3rd party walletsstoffu1-0/+1
2018-07-27Merge pull request #4091luigi11111-1/+4
2018-07-19Merge pull request #4087luigi11111-1/+1
2018-07-19Merge pull request #4071luigi11111-0/+3
2018-07-16wallet2: recover from index out of hashchain bounds errormoneromooo-monero1-1/+1
2018-07-08wallet2: ensure outputs are processed only oncemoneromooo-monero1-0/+1
2018-07-03wallet2: use a gamma distribution to pick fake outsmoneromooo-monero1-1/+1
2018-07-03wallet2: unlock keys file before calling verify_password (needed for Windows)stoffu1-1/+4
2018-07-03Allow fractional outputs to be ignoredstoffu1-0/+3
2018-06-28wallet: prevent the same wallet file from being opened by multiple processesstoffu1-0/+1
2018-06-27Merge pull request #3907luigi11111-1/+9
2018-06-27Merge pull request #3998luigi11111-5/+6
2018-06-27Merge pull request #3991luigi11111-0/+1
2018-06-27wallet: include a suggested number of confirmations based on amountmoneromooo-monero1-1/+9
2018-06-27Merge pull request #3716luigi11111-8/+47
2018-06-26wallet2: cache ringdb key while refreshingmoneromooo-monero1-0/+14
2018-06-26wallet2: remove old blockchain size cache hackmoneromooo-monero1-2/+1
2018-06-26wallet2: speedup refreshmoneromooo-monero1-2/+20
2018-06-26wallet2: avoid re-parsing blocks when refreshing in a loopmoneromooo-monero1-1/+1
2018-06-26wallet2: parse blocks in the RPC thread, not the processing threadmoneromooo-monero1-2/+10
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-4/+4
2018-06-25Merge pull request #3955luigi11111-1/+7
2018-06-16Merge pull request #3804luigi11111-0/+1
2018-06-16Merge pull request #3780luigi11111-0/+7
2018-06-13wallet: on first refresh, start off with a quantized heightmoneromooo-monero1-5/+6
2018-06-13wallet: allow unspendable unmixable outputs to be discardedstoffu1-0/+1
2018-06-08Merge pull request #3598luigi11111-0/+16
2018-06-07wallet2: fix bulletproof cold signingmoneromooo-monero1-1/+7
2018-06-03wallet-rpc: watch-only and cold wallet features addedDusan Klinec1-0/+7
2018-05-31Merge pull request #3489luigi11111-0/+1
2018-05-29Merge pull request #3405luigi11111-13/+15
2018-05-15simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa...jcktm1-0/+1
2018-04-25Wallet: added methods to sign and verify arbitrary message with multisig publ...naughtyfox1-0/+16
2018-04-12Merge pull request #3534Riccardo Spagni1-0/+3
2018-03-31wallet: warn if not using the default ring sizemoneromooo-monero1-0/+3
2018-03-28WalletApi: getMultisigInfo entry for gui walletsnaughtyfox1-0/+1
2018-03-21wallet: catch exceptions dealing with ringdb and warnmoneromooo-monero1-1/+1
2018-03-17wallet: make the segregation height settablemoneromooo-monero1-0/+5
2018-03-16Add command line option allowing to restrict the default sub-address lookahea...stoffu1-0/+1
2018-03-16wallet: more user friendly print_ringmoneromooo-monero1-3/+12
2018-03-16wallet: add a set_ring commandmoneromooo-monero1-0/+1
2018-03-16wallet: make ringdb an object with database statemoneromooo-monero1-6/+10
2018-03-16wallet: add an output blackball list to avoid using those in ringsmoneromooo-monero1-0/+5
2018-03-16wallet: key reuse mitigation optionsmoneromooo-monero1-0/+6
2018-03-16wallet: add shared ring databasemoneromooo-monero1-1/+16
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-0/+2
2018-03-15wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ...stoffu1-0/+19
2018-03-14wallet2: Update function parameter documentationLeon Klingele1-13/+15
2018-03-14Merge pull request #3369Riccardo Spagni1-1/+1
2018-03-10wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa...Leon Klingele1-20/+24
2018-03-07wallet: fixes and tweaks to the save_watch_only commandmoneromooo-monero1-1/+1
2018-03-05Stagenetstoffu1-5/+6
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-1/+11
2018-02-20Merge pull request #3247Riccardo Spagni1-2/+3
2018-02-16wallet2: remove unused m_subaddresses_invmoneromooo-monero1-2/+2
2018-02-16wallet2: speed up subaddress generation (by about a third)moneromooo-monero1-0/+1
2018-02-16Merge pull request #3175Riccardo Spagni1-0/+6
2018-01-28wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu1-0/+4
2018-01-28wallet2: split estimate_backlog to allow for raw fee levelsmoneromooo-monero1-0/+1
2018-01-27Merge pull request #3141Riccardo Spagni1-20/+18
2018-01-27Merge pull request #3118Riccardo Spagni1-0/+3
2018-01-27Merge pull request #3113Riccardo Spagni1-1/+8
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-26wallet2: remove {set|get}_default_decimal_point and use the same funcs under ...stoffu1-2/+0
2018-01-26wallet2: make scan_output const and omit keys argstoffu1-1/+1
2018-01-26wallet2: make member functions const when possiblestoffu1-17/+17
2018-01-26wallet rpc: show fees when querying incoming transfersstoffu1-1/+8
2018-01-26simplewallet: check file overwrite when exporting stuffstoffu1-0/+3
2018-01-24wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero.Maximilian Lupke1-0/+6
2018-01-10Reserve proofstoffu1-0/+42
2018-01-02Merge pull request #2960Riccardo Spagni1-0/+10
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero1-4/+4
2017-12-20wallet: support for multisig seedsmoneromooo-monero1-0/+10
2017-12-18Account taggingstoffu1-1/+23
2017-12-17wallet: factor multisig info parsingmoneromooo-monero1-0/+8
2017-12-17wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero1-2/+2
2017-12-17wallet: add multisig sign/submit RPCmoneromooo-monero1-0/+6
2017-12-17wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero1-5/+3
2017-12-17make multisig work with subaddressesmoneromooo-monero1-1/+0
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-1/+1
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero1-1/+5
2017-12-17N-1/N multisigmoneromooo-monero1-27/+83
2017-12-17multisig address generation RPCmoneromooo-monero1-1/+3
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-7/+93
2017-12-17wallet: add multisig key generationmoneromooo-monero1-1/+21
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-2/+0
2017-12-16Merge pull request #2860Riccardo Spagni1-12/+12
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-1/+1
2017-12-02Merge pull request #2833Riccardo Spagni1-0/+1
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-12/+12
2017-11-25Merge pull request #2368Riccardo Spagni1-0/+2
2017-11-25Merge pull request #2788Riccardo Spagni1-0/+27
2017-11-24wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero1-0/+27
2017-11-21Spend proof without txkeystoffu1-0/+2
2017-11-21fix for tx proof: use exception instead of error_str when signature gen failedstoffu1-1/+1
2017-11-18Tx proof (revised):stoffu1-0/+4
2017-11-17Fixes #759 Add sanity check on restore heightCifrado1-0/+1
2017-11-15wallet: add sweep_single commandstoffu1-0/+1
2017-11-15wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu1-3/+2
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-7/+4
2017-11-14Merge pull request #2755Riccardo Spagni1-2/+2
2017-11-14Merge pull request #2624Riccardo Spagni1-0/+1
2017-11-14Merge pull request #2697Riccardo Spagni1-14/+38
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+1
2017-11-13wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero1-14/+38
2017-11-06track double spending in the txpoolmoneromooo-monero1-7/+32
2017-11-06Merge pull request #2605Riccardo Spagni1-1/+27
2017-11-06Merge pull request #2546Riccardo Spagni1-2/+2
2017-11-03Used declared default refresh status as default rather than it's current valueMaxime THIEBAUT1-2/+2
2017-11-01Merge pull request #2703Riccardo Spagni1-2/+2
2017-10-29Wallet2: Don't throw when subaddress label doesn't existJaquee1-2/+2
2017-10-23wallet2: fix subaddress fields serializationmoneromooo-monero1-0/+15
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-1/+27
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-2/+2
2017-10-15Merge pull request #2565Riccardo Spagni1-1/+1
2017-10-15Merge pull request #2109Riccardo Spagni1-2/+62
2017-10-15wallet2+API: use separate callbacks for lightwalletsJaquee1-0/+7
2017-10-15wallet2: get_outs lightwallet supportJaquee1-0/+2
2017-10-15wallet2: refactor is_tx_spendtime_unlocked()Jaquee1-0/+1
2017-10-15my/openmonero API functionsJaquee1-0/+34
2017-10-15wallet2: add remove_obsolete_pool_txs()Jaquee1-0/+1
2017-10-15wallet2: add on_pool_tx_removed callbackJaquee1-0/+1
2017-10-15wallet2: light wallet member variablesJaquee1-1/+15
2017-10-15Merge pull request #2554Riccardo Spagni1-2/+2
2017-10-15wallet2: add ssl option to init()Jaquee1-1/+1
2017-10-07Subaddresseskenshi841-54/+131
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-2/+2
2017-10-06Merge pull request #2529Riccardo Spagni1-1/+0
2017-10-03tests: fix hashchain unit testsmoneromooo-monero1-1/+1
2017-10-03wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu1-1/+0
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-0/+3
2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero1-1/+2
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero1-5/+52
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25wallet2: simplify tx processing a bitmoneromooo-monero1-2/+15
2017-09-25wallet2: factor some of the tx scanning codemoneromooo-monero1-0/+1
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-1/+1
2017-09-02Merge pull request #2362Riccardo Spagni1-3/+4
2017-09-02Merge pull request #2309Riccardo Spagni1-2/+7
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero1-3/+4
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero1-2/+7
2017-08-21wallet2: export/import wallet data functionsJaquee1-1/+6
2017-08-18import_key_images - allow importing without being connected to daemonJaquee1-1/+1
2017-08-15Merge pull request #2240Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2238Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2205Riccardo Spagni1-3/+11
2017-08-05wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero1-1/+1
2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-0/+2
2017-08-02wallet2: add a is_synced functionmoneromooo-monero1-0/+2
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-3/+11
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-2/+3
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron1-2/+2
2017-04-24wallet: add sweep_below functionmoneromooo-monero1-1/+1
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-0/+3
2017-03-25wallet: option to merge destinationsmoneromooo-monero1-2/+5
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero1-2/+9
2017-03-21Merge pull request #1903Riccardo Spagni1-1/+6
2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero1-1/+6