aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-11Merge pull request #6105Alexander Blair1-0/+2
2019-12-12Merge pull request #6057luigi11111-0/+2
2019-11-06wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero1-0/+2
2019-11-01wallet: fix another facet of "did I get some monero" information leakmoneromooo-monero1-1/+2
2019-11-01wallet2: do not send an unnecessary last getblocks.bin call on refreshmoneromooo-monero1-2/+2
2019-10-29wallet2: make keys unlocker reentrantmoneromooo-monero1-0/+2
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero1-0/+2
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-17/+66
2019-10-16Merge pull request #5952luigi11111-0/+6
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero1-3/+0
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-1/+1
2019-10-02wallet2: add ignore-outputs-{above/below} optionstoffu1-0/+6
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-0/+1
2019-09-08Merge pull request #5855luigi11111-7/+9
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-7/+9
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-0/+3
2019-08-22Wallet: Option to export data to ASCIITadeas Moravec1-0/+12
2019-08-21Merge pull request #5722luigi11111-1/+1
2019-07-24Merge pull request #5600luigi11111-0/+1
2019-07-24Merge pull request #5594luigi11111-0/+2
2019-07-24Merge pull request #5513luigi11111-1/+1
2019-07-02simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero1-1/+1
2019-06-17device: show address on device displayDusan Klinec1-0/+2
2019-06-02Remember RPC version on initial connectHoward Chu1-0/+1
2019-05-16wallet: add unlock_time details to show_transfersmoneromooo-monero1-1/+1
2019-05-02wallet: distinguish between empty and absent attributesmoneromooo-monero1-1/+1
2019-04-18wallet2: "output lineup" fake out selectionmoneromooo-monero1-0/+25
2019-04-16Merge pull request #5445Riccardo Spagni1-4/+9
2019-04-16Merge pull request #5418Riccardo Spagni1-2/+2
2019-04-15wallet: new --offline optionmoneromooo-monero1-4/+9
2019-04-15Merge pull request #5396Riccardo Spagni1-0/+2
2019-04-15Merge pull request #5355Riccardo Spagni1-0/+3
2019-04-11Merge pull request #5388Riccardo Spagni1-0/+2
2019-04-11Merge pull request #5382Riccardo Spagni1-3/+3
2019-04-11Merge pull request #5374Riccardo Spagni1-0/+9
2019-04-11simplewallet: new net_stats commandmoneromooo-monero1-0/+3
2019-04-10wallet_rpc_server: add a all flag to export_outputsmoneromooo-monero1-2/+2
2019-04-07device/trezor: add button pressed requestDusan Klinec1-0/+3
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-8/+2
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett1-2/+2
2019-04-06Merge pull request #5350Riccardo Spagni1-0/+1
2019-04-06Merge pull request #5347Riccardo Spagni1-0/+3
2019-04-04wallet: new option to start background miningmoneromooo-monero1-0/+9
2019-04-04wallet2: add --no-dns flagmoneromooo-monero1-0/+2
2019-04-02simplewallet: new unset_ring commandmoneromooo-monero1-0/+2
2019-04-01wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero1-3/+3
2019-04-01Merge pull request #5319Riccardo Spagni1-0/+6
2019-04-01wallet_rpc_server: add a set_daemon RPCmoneromooo-monero1-0/+6
2019-04-01Merge pull request #5333Riccardo Spagni1-1/+25
2019-04-01Merge pull request #5303Riccardo Spagni1-1/+1
2019-04-01Merge pull request #5298Riccardo Spagni1-2/+3
2019-03-27wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero1-0/+1
2019-03-25wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero1-0/+3
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-1/+3
2019-03-24Merge pull request #5277Riccardo Spagni1-4/+20
2019-03-22wallet: add freeze/thaw/frozen commandsmoneromooo-monero1-1/+25
2019-03-21wallet: fix offline signing calling a daemon RPCmoneromooo-monero1-4/+20
2019-03-21wallet2: sanity check new tx before sendingmoneromooo-monero1-0/+4
2019-03-21Merge pull request #5211Riccardo Spagni1-11/+16
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec1-11/+16
2019-03-19Merge pull request #5203Riccardo Spagni1-0/+1
2019-03-19Merge pull request #4889Riccardo Spagni1-1/+5
2019-03-17Merge pull request #5061Riccardo Spagni1-1/+1
2019-03-17wallet: flush output cache upon reorgmoneromooo-monero1-1/+1
2019-03-15wallet: move light wallet RPC out of core RPCmoneromooo-monero1-2/+3
2019-03-15wallet: adds rescan_bc option with preserving key imagesDusan Klinec1-1/+5
2019-03-14Merge pull request #4977Riccardo Spagni1-0/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05add multisig tx sets to describe_transfer rpc endpointspoke01-0/+1
2019-03-05epee: add SSL supportMartijn Otto1-1/+2
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec1-0/+2
2019-03-04Merge pull request #4054Riccardo Spagni1-2/+6
2019-03-03wallet2: fix mishandling rct outputs in coinbase txmoneromooo-monero1-1/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-2/+6
2019-01-28Merge pull request #5056Riccardo Spagni1-2/+2
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-1/+1
2019-01-16wallet2: remember which output keys map to which key imagesmoneromooo-monero1-6/+14
2019-01-16Merge pull request #5027Riccardo Spagni1-0/+3
2019-01-16Merge pull request #5012Riccardo Spagni1-1/+1
2019-01-09wallet: do not check txpool in background modemoneromooo-monero1-2/+2
2018-12-31wallet2: speedup output trackingmoneromooo-monero1-3/+4
2018-12-31wallet: optionally keep track of owned outputs usesmoneromooo-monero1-1/+9
2018-12-30wallet: do not display daemon controlled text if untrustedmoneromooo-monero1-0/+3
2018-12-24wallet_rpc_server: add all field to export_key_imagesmoneromooo-monero1-1/+1
2018-12-12MMS (Multisig Messaging System): Initial versionrbrunner71-1/+13
2018-12-12Merge pull request #4839Riccardo Spagni1-1/+32
2018-12-04device/trezor: ask for KI sync on first refreshDusan Klinec1-1/+6
2018-12-04device: enable to use multiple independent device walletsDusan Klinec1-0/+4
2018-12-04Merge pull request #4894Riccardo Spagni1-2/+2
2018-12-04Merge pull request #4854Riccardo Spagni1-0/+2
2018-12-04Merge pull request #4845Riccardo Spagni1-2/+2
2018-11-29device/trezor: passphrase entry on hostDusan Klinec1-0/+22
2018-11-23a few minor (but easy) performance tweaksmoneromooo-monero1-2/+2
2018-11-20Fix issue 4793 - M/N multisig transaction signaturenaughtyfox1-2/+2
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-0/+2
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